#F1608B

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

Shades of Brink Pink #F1608B

Tints of Brink Pink #F1608B

Color information

#F1608B (or 0xF1608B) is unknown color: approx Brink Pink. HEX triplet: F1, 60 and 8B. RGB value is (241,96,139). Sum of RGB (Red+Green+Blue) = 241+96+139=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1608B is #0E9F74. Grayscale: #909090. Windows color (decimal): -958325 or 9134321. OLE color: 9134321.

HSL color Cylindrical-coordinate representation of color #F1608B: hue angle of 342.21º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1608B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24196139-
CMYK00.600.420.05
HSL342.21º83.82%66.08%-
HSV(B)342.21º60.17%94.51%-
XYZ45.1228.9327.63-
YUV144.26125.04197-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=50.63%
G=20.17%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419613900.600.420.05342.2183.8266.08
HexF1608B03C2A51565442
Octal361140213074525526124102
Binary11110001110000010001011011110010101010110101011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1608B; }

 p { color: rgb(241,96,139); }

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

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

 a { background-color: rgb(241,96,139); }

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

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

 span { border-color: rgb(241,96,139); }

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