Shades of Deep Blush #F06992
Tints of Deep Blush #F06992
RGB
CMYK
RGB Variations
Color information
#F06992 (or 0xF06992) is known color: Deep Blush. HEX triplet: F0, 69 and 92. RGB value is (240,105,146). Sum of RGB (Red+Green+Blue) = 240+105+146=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F06992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06992 is #0F966D. Grayscale: #969696. Windows color (decimal): -1021550 or 9595376. OLE color: 9595376.
HSL color Cylindrical-coordinate representation of color #F06992: hue angle of 341.78º 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 #F06992 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 146 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.06 |
| HSL | 341.78º | 0.82% | 0.68% | - |
| HSV(B) | 341.78º | 0.56% | 0.94% | - |
| XYZ | 46.18 | 30.7 | 30.69 | - |
| YUV | 150.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 146 | 0 | 0.56 | 0.39 | 0.06 | 341.78 | 0.82 | 0.68 |
| Hex | F0 | 69 | 92 | 0 | 38 | 27 | 6 | 156 | 52 | 44 |
| Octal | 360 | 151 | 222 | 0 | 70 | 47 | 6 | 526 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10010010 | 0 | 111000 | 100111 | 110 | 101010110 | 1010010 | 1000100 |
Color Harmonies of #F06992
Complementary color
Monochromatic Colors of #F06992
Black with #F06992
Text Example
Text Example
White with #F06992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06992; }
p { color: rgb(240,105,146); }
H1.HeaderClassName
{
color: #F06992;
}
.AnyTagClassName
{
color: #F06992;
}
</style>
background-color css
<style>
a { background-color: #F06992; }
a { background-color: rgb(240,105,146); }
div.DivClassName
{
background-color: #F06992;
}
.BgClassName
{
background-color: #F06992;
}
</style>
border-color css
<style>
span { border-color: #F06992; }
span { border-color: rgb(240,105,146); }
td.TdClassName
{
border-color: #F06992;
}
.TagClassName
{
border-color: #F06992;
}
</style>