#F1658A

Color #F1658A Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F1658A

Tints of Brink Pink #F1658A

Color information

#F1658A (or 0xF1658A) is unknown color: approx Brink Pink. HEX triplet: F1, 65 and 8A. RGB value is (241,101,138). Sum of RGB (Red+Green+Blue) = 241+101+138=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1658A is #0E9A75. Grayscale: #939393. Windows color (decimal): -957046 or 9070065. OLE color: 9070065.

HSL color Cylindrical-coordinate representation of color #F1658A: hue angle of 344.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1658A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241101138-
CMYK00.580.430.05
HSL344.14º83.33%67.06%-
HSV(B)344.14º58.09%94.51%-
XYZ45.5229.8427.41-
YUV147.08122.88194.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 50.21%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=50.21%
G=21.04%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110113800.580.430.05344.1483.3367.06
HexF1658A03A2B51585343
Octal361145212072535530123103
Binary11110001110010110001010011101010101110110101100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1658A; }

 p { color: rgb(241,101,138); }

 H1.HeaderClassName
 {
   color: #F1658A;
 }
 .AnyTagClassName
 {
   color: #F1658A;
 }
</style>
background-color css

<style>
 a { background-color: #F1658A; }

 a { background-color: rgb(241,101,138); }

 div.DivClassName
 {
   background-color: #F1658A;
 }
 .BgClassName
 {
   background-color: #F1658A;
 }
</style>
border-color css

<style>
 span { border-color: #F1658A; }

 span { border-color: rgb(241,101,138); }

 td.TdClassName
 {
   border-color: #F1658A;
 }
 .TagClassName
 {
   border-color: #F1658A;
 }
</style>