#F06D8B

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

Shades of Deep Blush #F06D8B

Tints of Deep Blush #F06D8B

Color information

#F06D8B (or 0xF06D8B) is unknown color: approx Deep Blush. HEX triplet: F0, 6D and 8B. RGB value is (240,109,139). Sum of RGB (Red+Green+Blue) = 240+109+139=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D8B is #0F9274. Grayscale: #979797. Windows color (decimal): -1020533 or 9137648. OLE color: 9137648.

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

Color convert

RGB240109139-
CMYK00.550.420.06
HSL346.26º81.37%68.43%-
HSV(B)346.26º54.58%94.12%-
XYZ46.0631.3328.04-
YUV151.59120.9191.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.18%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=49.18%
G=22.34%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010913900.550.420.06346.2681.3768.43
HexF06D8B0372A615a5144
Octal360155213067526532121104
Binary11110000110110110001011011011110101011010101101010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06D8B; }

 p { color: rgb(240,109,139); }

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

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

 a { background-color: rgb(240,109,139); }

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

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

 span { border-color: rgb(240,109,139); }

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