Shades of Deep Blush #F06495
Tints of Deep Blush #F06495
RGB
CMYK
RGB Variations
Color information
#F06495 (or 0xF06495) is known color: Deep Blush. HEX triplet: F0, 64 and 95. RGB value is (240,100,149). Sum of RGB (Red+Green+Blue) = 240+100+149=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F06495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06495 is #0F9B6A. Grayscale: #939393. Windows color (decimal): -1022827 or 9790704. OLE color: 9790704.
HSL color Cylindrical-coordinate representation of color #F06495: hue angle of 339º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06495 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 149 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.06 |
| HSL | 339º | 0.82% | 0.67% | - |
| HSV(B) | 339º | 0.58% | 0.94% | - |
| XYZ | 45.92 | 29.81 | 31.77 | - |
| YUV | 147.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 149 | 0 | 0.58 | 0.38 | 0.06 | 339 | 0.82 | 0.67 |
| Hex | F0 | 64 | 95 | 0 | 3A | 26 | 6 | 153 | 52 | 43 |
| Octal | 360 | 144 | 225 | 0 | 72 | 46 | 6 | 523 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10010101 | 0 | 111010 | 100110 | 110 | 101010011 | 1010010 | 1000011 |
Color Harmonies of #F06495
Complementary color
Monochromatic Colors of #F06495
Black with #F06495
Text Example
Text Example
White with #F06495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06495; }
p { color: rgb(240,100,149); }
H1.HeaderClassName
{
color: #F06495;
}
.AnyTagClassName
{
color: #F06495;
}
</style>
background-color css
<style>
a { background-color: #F06495; }
a { background-color: rgb(240,100,149); }
div.DivClassName
{
background-color: #F06495;
}
.BgClassName
{
background-color: #F06495;
}
</style>
border-color css
<style>
span { border-color: #F06495; }
span { border-color: rgb(240,100,149); }
td.TdClassName
{
border-color: #F06495;
}
.TagClassName
{
border-color: #F06495;
}
</style>