#F06886

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

Shades of Deep Blush #F06886

Tints of Deep Blush #F06886

Color information

#F06886 (or 0xF06886) is unknown color: approx Deep Blush. HEX triplet: F0, 68 and 86. RGB value is (240,104,134). Sum of RGB (Red+Green+Blue) = 240+104+134=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F06886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06886 is #0F9779. Grayscale: #949494. Windows color (decimal): -1021818 or 8808688. OLE color: 8808688.

HSL color Cylindrical-coordinate representation of color #F06886: hue angle of 346.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06886 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240104134-
CMYK00.570.440.06
HSL346.76º81.93%67.45%-
HSV(B)346.76º56.67%94.12%-
XYZ45.1930.1525.99-
YUV148.08120.06193.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.21%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=50.21%
G=21.76%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010413400.570.440.06346.7681.9367.45
HexF068860392C615b5243
Octal360150206071546533122103
Binary11110000110100010000110011100110110011010101101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06886; }

 p { color: rgb(240,104,134); }

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

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

 a { background-color: rgb(240,104,134); }

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

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

 span { border-color: rgb(240,104,134); }

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