#F1608C

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

Shades of Brink Pink #F1608C

Tints of Brink Pink #F1608C

Color information

#F1608C (or 0xF1608C) is unknown color: approx Brink Pink. HEX triplet: F1, 60 and 8C. RGB value is (241,96,140). Sum of RGB (Red+Green+Blue) = 241+96+140=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1608C is #0E9F73. Grayscale: #909090. Windows color (decimal): -958324 or 9199857. OLE color: 9199857.

HSL color Cylindrical-coordinate representation of color #F1608C: hue angle of 341.79º 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 #F1608C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24196140-
CMYK00.600.420.05
HSL341.79º83.82%66.08%-
HSV(B)341.79º60.17%94.51%-
XYZ45.1928.9628.02-
YUV144.37125.54196.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=50.52%
G=20.13%
B=29.35%

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
Decimal2419614000.600.420.05341.7983.8266.08
HexF1608C03C2A51565442
Octal361140214074525526124102
Binary11110001110000010001100011110010101010110101011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1608C; }

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

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

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

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

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

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

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

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