Shades of Deep Blush #F06C8C
Tints of Deep Blush #F06C8C
RGB
CMYK
RGB Variations
Color information
#F06C8C (or 0xF06C8C) is known color: Deep Blush. HEX triplet: F0, 6C and 8C. RGB value is (240,108,140). Sum of RGB (Red+Green+Blue) = 240+108+140=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C8C is #0F9373. Grayscale: #979797. Windows color (decimal): -1020788 or 9202928. OLE color: 9202928.
HSL color Cylindrical-coordinate representation of color #F06C8C: hue angle of 345.45º 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 #F06C8C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 140 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.06 |
| HSL | 345.45º | 0.81% | 0.68% | - |
| HSV(B) | 345.45º | 0.55% | 0.94% | - |
| XYZ | 46.03 | 31.14 | 28.4 | - |
| YUV | 151.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 140 | 0 | 0.55 | 0.42 | 0.06 | 345.45 | 0.81 | 0.68 |
| Hex | F0 | 6C | 8C | 0 | 37 | 2A | 6 | 159 | 51 | 44 |
| Octal | 360 | 154 | 214 | 0 | 67 | 52 | 6 | 531 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10001100 | 0 | 110111 | 101010 | 110 | 101011001 | 1010001 | 1000100 |
Color Harmonies of #F06C8C
Complementary color
Monochromatic Colors of #F06C8C
Black with #F06C8C
Text Example
Text Example
White with #F06C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C8C; }
p { color: rgb(240,108,140); }
H1.HeaderClassName
{
color: #F06C8C;
}
.AnyTagClassName
{
color: #F06C8C;
}
</style>
background-color css
<style>
a { background-color: #F06C8C; }
a { background-color: rgb(240,108,140); }
div.DivClassName
{
background-color: #F06C8C;
}
.BgClassName
{
background-color: #F06C8C;
}
</style>
border-color css
<style>
span { border-color: #F06C8C; }
span { border-color: rgb(240,108,140); }
td.TdClassName
{
border-color: #F06C8C;
}
.TagClassName
{
border-color: #F06C8C;
}
</style>