Shades of Shocking #F098B9
Tints of Shocking #F098B9
RGB
CMYK
RGB Variations
Color information
#F098B9 (or 0xF098B9) is known color: Shocking. HEX triplet: F0, 98 and B9. RGB value is (240,152,185). Sum of RGB (Red+Green+Blue) = 240+152+185=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F098B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098B9 is #0F6746. Grayscale: #B6B6B6. Windows color (decimal): -1009479 or 12163312. OLE color: 12163312.
HSL color Cylindrical-coordinate representation of color #F098B9: hue angle of 337.5º 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 #F098B9 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 185 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.06 |
| HSL | 337.5º | 0.75% | 0.77% | - |
| HSV(B) | 337.5º | 0.37% | 0.94% | - |
| XYZ | 55.92 | 44.48 | 51.54 | - |
| YUV | 182.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 185 | 0 | 0.37 | 0.23 | 0.06 | 337.5 | 0.75 | 0.77 |
| Hex | F0 | 98 | B9 | 0 | 25 | 17 | 6 | 152 | 4B | 4D |
| Octal | 360 | 230 | 271 | 0 | 45 | 27 | 6 | 522 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10111001 | 0 | 100101 | 10111 | 110 | 101010010 | 1001011 | 1001101 |
Color Harmonies of #F098B9
Complementary color
Monochromatic Colors of #F098B9
Black with #F098B9
Text Example
Text Example
White with #F098B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098B9; }
p { color: rgb(240,152,185); }
H1.HeaderClassName
{
color: #F098B9;
}
.AnyTagClassName
{
color: #F098B9;
}
</style>
background-color css
<style>
a { background-color: #F098B9; }
a { background-color: rgb(240,152,185); }
div.DivClassName
{
background-color: #F098B9;
}
.BgClassName
{
background-color: #F098B9;
}
</style>
border-color css
<style>
span { border-color: #F098B9; }
span { border-color: rgb(240,152,185); }
td.TdClassName
{
border-color: #F098B9;
}
.TagClassName
{
border-color: #F098B9;
}
</style>