#F16090

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

Shades of Dark Pink #F16090

Tints of Dark Pink #F16090

Color information

#F16090 (or 0xF16090) is unknown color: approx Dark Pink. HEX triplet: F1, 60 and 90. RGB value is (241,96,144). Sum of RGB (Red+Green+Blue) = 241+96+144=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F16090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16090 is #0E9F6F. Grayscale: #909090. Windows color (decimal): -958320 or 9462001. OLE color: 9462001.

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

Color convert

RGB24196144-
CMYK00.600.400.05
HSL340.14º83.82%66.08%-
HSV(B)340.14º60.17%94.51%-
XYZ45.4929.0829.6-
YUV144.83127.54196.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=50.10%
G=19.96%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419614400.600.400.05340.1483.8266.08
HexF1609003C2851545442
Octal361140220074505524124102
Binary11110001110000010010000011110010100010110101010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16090; }

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

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

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

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

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

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

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

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