Shades of Deep Blush #F06292
Tints of Deep Blush #F06292
RGB
CMYK
RGB Variations
Color information
#F06292 (or 0xF06292) is known color: Deep Blush. HEX triplet: F0, 62 and 92. RGB value is (240,98,146). Sum of RGB (Red+Green+Blue) = 240+98+146=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F06292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06292 is #0F9D6D. Grayscale: #919191. Windows color (decimal): -1023342 or 9593584. OLE color: 9593584.
HSL color Cylindrical-coordinate representation of color #F06292: hue angle of 339.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06292 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 146 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.06 |
| HSL | 339.72º | 0.83% | 0.66% | - |
| HSV(B) | 339.72º | 0.59% | 0.94% | - |
| XYZ | 45.49 | 29.34 | 30.46 | - |
| YUV | 145.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 146 | 0 | 0.59 | 0.39 | 0.06 | 339.72 | 0.83 | 0.66 |
| Hex | F0 | 62 | 92 | 0 | 3B | 27 | 6 | 154 | 53 | 42 |
| Octal | 360 | 142 | 222 | 0 | 73 | 47 | 6 | 524 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10010010 | 0 | 111011 | 100111 | 110 | 101010100 | 1010011 | 1000010 |
Color Harmonies of #F06292
Complementary color
Monochromatic Colors of #F06292
Black with #F06292
Text Example
Text Example
White with #F06292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06292; }
p { color: rgb(240,98,146); }
H1.HeaderClassName
{
color: #F06292;
}
.AnyTagClassName
{
color: #F06292;
}
</style>
background-color css
<style>
a { background-color: #F06292; }
a { background-color: rgb(240,98,146); }
div.DivClassName
{
background-color: #F06292;
}
.BgClassName
{
background-color: #F06292;
}
</style>
border-color css
<style>
span { border-color: #F06292; }
span { border-color: rgb(240,98,146); }
td.TdClassName
{
border-color: #F06292;
}
.TagClassName
{
border-color: #F06292;
}
</style>