#F06F86

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

Shades of Deep Blush #F06F86

Tints of Deep Blush #F06F86

Color information

#F06F86 (or 0xF06F86) is unknown color: approx Deep Blush. HEX triplet: F0, 6F and 86. RGB value is (240,111,134). Sum of RGB (Red+Green+Blue) = 240+111+134=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F86 is #0F9079. Grayscale: #989898. Windows color (decimal): -1020026 or 8810480. OLE color: 8810480.

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

Color convert

RGB240111134-
CMYK00.540.440.06
HSL349.3º81.13%68.82%-
HSV(B)349.3º53.75%94.12%-
XYZ45.9231.6226.24-
YUV152.19117.74190.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=49.48%
G=22.89%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011113400.540.440.06349.381.1368.82
HexF06F860362C615d5145
Octal360157206066546535121105
Binary11110000110111110000110011011010110011010101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F86; }

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

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

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

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

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

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

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

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