#F06F85

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

Shades of Deep Blush #F06F85

Tints of Deep Blush #F06F85

Color information

#F06F85 (or 0xF06F85) is unknown color: approx Deep Blush. HEX triplet: F0, 6F and 85. RGB value is (240,111,133). Sum of RGB (Red+Green+Blue) = 240+111+133=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F85 is #0F907A. Grayscale: #989898. Windows color (decimal): -1020027 or 8744944. OLE color: 8744944.

HSL color Cylindrical-coordinate representation of color #F06F85: hue angle of 349.77º 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 #F06F85 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240111133-
CMYK00.540.450.06
HSL349.77º81.13%68.82%-
HSV(B)349.77º53.75%94.12%-
XYZ45.8531.5925.87-
YUV152.08117.24190.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.59%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=49.59%
G=22.93%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011113300.540.450.06349.7781.1368.82
HexF06F850362D615e5145
Octal360157205066556536121105
Binary11110000110111110000101011011010110111010101111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F85; }

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

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

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

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

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

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

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

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