Shades of Shocking #F098C7
Tints of Shocking #F098C7
RGB
CMYK
RGB Variations
Color information
#F098C7 (or 0xF098C7) is known color: Shocking. HEX triplet: F0, 98 and C7. RGB value is (240,152,199). Sum of RGB (Red+Green+Blue) = 240+152+199=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F098C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098C7 is #0F6738. Grayscale: #B7B7B7. Windows color (decimal): -1009465 or 13080816. OLE color: 13080816.
HSL color Cylindrical-coordinate representation of color #F098C7: hue angle of 327.95º 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 #F098C7 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 199 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.06 |
| HSL | 327.95º | 0.75% | 0.77% | - |
| HSV(B) | 327.95º | 0.37% | 0.94% | - |
| XYZ | 57.47 | 45.11 | 59.71 | - |
| YUV | 183.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 199 | 0 | 0.37 | 0.17 | 0.06 | 327.95 | 0.75 | 0.77 |
| Hex | F0 | 98 | C7 | 0 | 25 | 11 | 6 | 148 | 4B | 4D |
| Octal | 360 | 230 | 307 | 0 | 45 | 21 | 6 | 510 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11000111 | 0 | 100101 | 10001 | 110 | 101001000 | 1001011 | 1001101 |
Color Harmonies of #F098C7
Complementary color
Monochromatic Colors of #F098C7
Black with #F098C7
Text Example
Text Example
White with #F098C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098C7; }
p { color: rgb(240,152,199); }
H1.HeaderClassName
{
color: #F098C7;
}
.AnyTagClassName
{
color: #F098C7;
}
</style>
background-color css
<style>
a { background-color: #F098C7; }
a { background-color: rgb(240,152,199); }
div.DivClassName
{
background-color: #F098C7;
}
.BgClassName
{
background-color: #F098C7;
}
</style>
border-color css
<style>
span { border-color: #F098C7; }
span { border-color: rgb(240,152,199); }
td.TdClassName
{
border-color: #F098C7;
}
.TagClassName
{
border-color: #F098C7;
}
</style>