Shades of Shocking #F098CA
Tints of Shocking #F098CA
RGB
CMYK
RGB Variations
Color information
#F098CA (or 0xF098CA) is known color: Shocking. HEX triplet: F0, 98 and CA. RGB value is (240,152,202). Sum of RGB (Red+Green+Blue) = 240+152+202=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F098CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098CA is #0F6735. Grayscale: #B7B7B7. Windows color (decimal): -1009462 or 13277424. OLE color: 13277424.
HSL color Cylindrical-coordinate representation of color #F098CA: hue angle of 325.91º 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 #F098CA is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 202 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.06 |
| HSL | 325.91º | 0.75% | 0.77% | - |
| HSV(B) | 325.91º | 0.37% | 0.94% | - |
| XYZ | 57.82 | 45.25 | 61.56 | - |
| YUV | 184.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 202 | 0 | 0.37 | 0.16 | 0.06 | 325.91 | 0.75 | 0.77 |
| Hex | F0 | 98 | CA | 0 | 25 | 10 | 6 | 146 | 4B | 4D |
| Octal | 360 | 230 | 312 | 0 | 45 | 20 | 6 | 506 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11001010 | 0 | 100101 | 10000 | 110 | 101000110 | 1001011 | 1001101 |
Color Harmonies of #F098CA
Complementary color
Monochromatic Colors of #F098CA
Black with #F098CA
Text Example
Text Example
White with #F098CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098CA; }
p { color: rgb(240,152,202); }
H1.HeaderClassName
{
color: #F098CA;
}
.AnyTagClassName
{
color: #F098CA;
}
</style>
background-color css
<style>
a { background-color: #F098CA; }
a { background-color: rgb(240,152,202); }
div.DivClassName
{
background-color: #F098CA;
}
.BgClassName
{
background-color: #F098CA;
}
</style>
border-color css
<style>
span { border-color: #F098CA; }
span { border-color: rgb(240,152,202); }
td.TdClassName
{
border-color: #F098CA;
}
.TagClassName
{
border-color: #F098CA;
}
</style>