#F06A96

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

Shades of Deep Blush #F06A96

Tints of Deep Blush #F06A96

Color information

#F06A96 (or 0xF06A96) is unknown color: approx Deep Blush. HEX triplet: F0, 6A and 96. RGB value is (240,106,150). Sum of RGB (Red+Green+Blue) = 240+106+150=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A96 is #0F9569. Grayscale: #979797. Windows color (decimal): -1021290 or 9857776. OLE color: 9857776.

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

Color convert

RGB240106150-
CMYK00.560.370.06
HSL340.3º81.71%67.84%-
HSV(B)340.3º55.83%94.12%-
XYZ46.5931.0432.39-
YUV151.08127.39191.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=48.39%
G=21.37%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010615000.560.370.06340.381.7167.84
HexF06A960382561545244
Octal360152226070456524122104
Binary11110000110101010010110011100010010111010101010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06A96; }

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

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

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

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

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

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

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

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