#F16888

Color #F16888 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F16888

Tints of Deep Blush #F16888

Color information

#F16888 (or 0xF16888) is unknown color: approx Deep Blush. HEX triplet: F1, 68 and 88. RGB value is (241,104,136). Sum of RGB (Red+Green+Blue) = 241+104+136=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F16888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16888 is #0E9777. Grayscale: #949494. Windows color (decimal): -956280 or 8939761. OLE color: 8939761.

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

Color convert

RGB241104136-
CMYK00.570.440.05
HSL345.99º83.03%67.65%-
HSV(B)345.99º56.85%94.51%-
XYZ45.6730.3826.75-
YUV148.61120.89193.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=50.10%
G=21.62%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110413600.570.440.05345.9983.0367.65
HexF168880392C515a5344
Octal361150210071545532123104
Binary11110001110100010001000011100110110010110101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16888; }

 p { color: rgb(241,104,136); }

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

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

 a { background-color: rgb(241,104,136); }

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

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

 span { border-color: rgb(241,104,136); }

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