#F06895

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

Shades of Deep Blush #F06895

Tints of Deep Blush #F06895

Color information

#F06895 (or 0xF06895) is unknown color: approx Deep Blush. HEX triplet: F0, 68 and 95. RGB value is (240,104,149). Sum of RGB (Red+Green+Blue) = 240+104+149=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F06895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06895 is #0F976A. Grayscale: #959595. Windows color (decimal): -1021803 or 9791728. OLE color: 9791728.

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

Color convert

RGB240104149-
CMYK00.570.380.06
HSL340.15º81.93%67.45%-
HSV(B)340.15º56.67%94.12%-
XYZ46.3130.631.9-
YUV149.79127.56192.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.68%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=48.68%
G=21.10%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010414900.570.380.06340.1581.9367.45
HexF068950392661545243
Octal360150225071466524122103
Binary11110000110100010010101011100110011011010101010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06895; }

 p { color: rgb(240,104,149); }

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

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

 a { background-color: rgb(240,104,149); }

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

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

 span { border-color: rgb(240,104,149); }

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