Shades of Deep Blush #F06294
Tints of Deep Blush #F06294
RGB
CMYK
RGB Variations
Color information
#F06294 (or 0xF06294) is known color: Deep Blush. HEX triplet: F0, 62 and 94. RGB value is (240,98,148). Sum of RGB (Red+Green+Blue) = 240+98+148=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06294 is #0F9D6B. Grayscale: #929292. Windows color (decimal): -1023340 or 9724656. OLE color: 9724656.
HSL color Cylindrical-coordinate representation of color #F06294: hue angle of 338.87º 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 #F06294 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 148 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.06 |
| HSL | 338.87º | 0.83% | 0.66% | - |
| HSV(B) | 338.87º | 0.59% | 0.94% | - |
| XYZ | 45.65 | 29.4 | 31.29 | - |
| YUV | 146.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 148 | 0 | 0.59 | 0.38 | 0.06 | 338.87 | 0.83 | 0.66 |
| Hex | F0 | 62 | 94 | 0 | 3B | 26 | 6 | 153 | 53 | 42 |
| Octal | 360 | 142 | 224 | 0 | 73 | 46 | 6 | 523 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10010100 | 0 | 111011 | 100110 | 110 | 101010011 | 1010011 | 1000010 |
Color Harmonies of #F06294
Complementary color
Monochromatic Colors of #F06294
Black with #F06294
Text Example
Text Example
White with #F06294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06294; }
p { color: rgb(240,98,148); }
H1.HeaderClassName
{
color: #F06294;
}
.AnyTagClassName
{
color: #F06294;
}
</style>
background-color css
<style>
a { background-color: #F06294; }
a { background-color: rgb(240,98,148); }
div.DivClassName
{
background-color: #F06294;
}
.BgClassName
{
background-color: #F06294;
}
</style>
border-color css
<style>
span { border-color: #F06294; }
span { border-color: rgb(240,98,148); }
td.TdClassName
{
border-color: #F06294;
}
.TagClassName
{
border-color: #F06294;
}
</style>