#F06C87

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

Shades of Deep Blush #F06C87

Tints of Deep Blush #F06C87

Color information

#F06C87 (or 0xF06C87) is unknown color: approx Deep Blush. HEX triplet: F0, 6C and 87. RGB value is (240,108,135). Sum of RGB (Red+Green+Blue) = 240+108+135=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C87 is #0F9378. Grayscale: #969696. Windows color (decimal): -1020793 or 8875248. OLE color: 8875248.

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

Color convert

RGB240108135-
CMYK00.550.440.06
HSL347.73º81.48%68.24%-
HSV(B)347.73º55%94.12%-
XYZ45.673126.5-
YUV150.55119.23191.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.69%
GREEN value IS 108 (42.58% from 255) = 22.36%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=49.69%
G=22.36%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010813500.550.440.06347.7381.4868.24
HexF06C870372C615c5144
Octal360154207067546534121104
Binary11110000110110010000111011011110110011010101110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06C87; }

 p { color: rgb(240,108,135); }

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

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

 a { background-color: rgb(240,108,135); }

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

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

 span { border-color: rgb(240,108,135); }

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