#F06696

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

Shades of Deep Blush #F06696

Tints of Deep Blush #F06696

Color information

#F06696 (or 0xF06696) is unknown color: approx Deep Blush. HEX triplet: F0, 66 and 96. RGB value is (240,102,150). Sum of RGB (Red+Green+Blue) = 240+102+150=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F06696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06696 is #0F9969. Grayscale: #949494. Windows color (decimal): -1022314 or 9856752. OLE color: 9856752.

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

Color convert

RGB240102150-
CMYK00.580.370.06
HSL339.13º82.14%67.06%-
HSV(B)339.13º57.5%94.12%-
XYZ46.1930.2332.25-
YUV148.73128.72193.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.78%
GREEN value IS 102 (40.23% from 255) = 20.73%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=48.78%
G=20.73%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010215000.580.370.06339.1382.1467.06
HexF0669603A2561535243
Octal360146226072456523122103
Binary11110000110011010010110011101010010111010101001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06696; }

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

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

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

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

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

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

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

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