#F06E96

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

Shades of Deep Blush #F06E96

Tints of Deep Blush #F06E96

Color information

#F06E96 (or 0xF06E96) is unknown color: approx Deep Blush. HEX triplet: F0, 6E and 96. RGB value is (240,110,150). Sum of RGB (Red+Green+Blue) = 240+110+150=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06E96 is #0F9169. Grayscale: #999999. Windows color (decimal): -1020266 or 9858800. OLE color: 9858800.

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

Color convert

RGB240110150-
CMYK00.540.370.06
HSL341.54º81.25%68.63%-
HSV(B)341.54º54.17%94.12%-
XYZ47.0231.8832.53-
YUV153.43126.07189.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 150 (58.98% from 255) = 30%
R=48%
G=22%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011015000.540.370.06341.5481.2568.63
HexF06E960362561565145
Octal360156226066456526121105
Binary11110000110111010010110011011010010111010101011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06E96; }

 p { color: rgb(240,110,150); }

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

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

 a { background-color: rgb(240,110,150); }

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

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

 span { border-color: rgb(240,110,150); }

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