Shades of Shocking #F098CE
Tints of Shocking #F098CE
RGB
CMYK
RGB Variations
Color information
#F098CE (or 0xF098CE) is known color: Shocking. HEX triplet: F0, 98 and CE. RGB value is (240,152,206). Sum of RGB (Red+Green+Blue) = 240+152+206=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F098CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098CE is #0F6731. Grayscale: #B8B8B8. Windows color (decimal): -1009458 or 13539568. OLE color: 13539568.
HSL color Cylindrical-coordinate representation of color #F098CE: hue angle of 323.18º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098CE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 206 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.06 |
| HSL | 323.18º | 0.75% | 0.77% | - |
| HSV(B) | 323.18º | 0.37% | 0.94% | - |
| XYZ | 58.3 | 45.44 | 64.09 | - |
| YUV | 184.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 206 | 0 | 0.37 | 0.14 | 0.06 | 323.18 | 0.75 | 0.77 |
| Hex | F0 | 98 | CE | 0 | 25 | E | 6 | 143 | 4B | 4D |
| Octal | 360 | 230 | 316 | 0 | 45 | 16 | 6 | 503 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11001110 | 0 | 100101 | 1110 | 110 | 101000011 | 1001011 | 1001101 |
Color Harmonies of #F098CE
Complementary color
Monochromatic Colors of #F098CE
Black with #F098CE
Text Example
Text Example
White with #F098CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098CE; }
p { color: rgb(240,152,206); }
H1.HeaderClassName
{
color: #F098CE;
}
.AnyTagClassName
{
color: #F098CE;
}
</style>
background-color css
<style>
a { background-color: #F098CE; }
a { background-color: rgb(240,152,206); }
div.DivClassName
{
background-color: #F098CE;
}
.BgClassName
{
background-color: #F098CE;
}
</style>
border-color css
<style>
span { border-color: #F098CE; }
span { border-color: rgb(240,152,206); }
td.TdClassName
{
border-color: #F098CE;
}
.TagClassName
{
border-color: #F098CE;
}
</style>