Shades of Deep Blush #F06898
Tints of Deep Blush #F06898
RGB
CMYK
RGB Variations
Color information
#F06898 (or 0xF06898) is known color: Deep Blush. HEX triplet: F0, 68 and 98. RGB value is (240,104,152). Sum of RGB (Red+Green+Blue) = 240+104+152=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F06898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06898 is #0F9767. Grayscale: #969696. Windows color (decimal): -1021800 or 9988336. OLE color: 9988336.
HSL color Cylindrical-coordinate representation of color #F06898: hue angle of 338.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06898 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 152 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.06 |
| HSL | 338.82º | 0.82% | 0.67% | - |
| HSV(B) | 338.82º | 0.57% | 0.94% | - |
| XYZ | 46.55 | 30.69 | 33.18 | - |
| YUV | 150.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 152 | 0 | 0.57 | 0.37 | 0.06 | 338.82 | 0.82 | 0.67 |
| Hex | F0 | 68 | 98 | 0 | 39 | 25 | 6 | 153 | 52 | 43 |
| Octal | 360 | 150 | 230 | 0 | 71 | 45 | 6 | 523 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10011000 | 0 | 111001 | 100101 | 110 | 101010011 | 1010010 | 1000011 |
Color Harmonies of #F06898
Complementary color
Monochromatic Colors of #F06898
Black with #F06898
Text Example
Text Example
White with #F06898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06898; }
p { color: rgb(240,104,152); }
H1.HeaderClassName
{
color: #F06898;
}
.AnyTagClassName
{
color: #F06898;
}
</style>
background-color css
<style>
a { background-color: #F06898; }
a { background-color: rgb(240,104,152); }
div.DivClassName
{
background-color: #F06898;
}
.BgClassName
{
background-color: #F06898;
}
</style>
border-color css
<style>
span { border-color: #F06898; }
span { border-color: rgb(240,104,152); }
td.TdClassName
{
border-color: #F06898;
}
.TagClassName
{
border-color: #F06898;
}
</style>