Shades of Shocking #F098BC
Tints of Shocking #F098BC
RGB
CMYK
RGB Variations
Color information
#F098BC (or 0xF098BC) is known color: Shocking. HEX triplet: F0, 98 and BC. RGB value is (240,152,188). Sum of RGB (Red+Green+Blue) = 240+152+188=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F098BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098BC is #0F6743. Grayscale: #B6B6B6. Windows color (decimal): -1009476 or 12359920. OLE color: 12359920.
HSL color Cylindrical-coordinate representation of color #F098BC: hue angle of 335.45º 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 #F098BC is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 188 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.06 |
| HSL | 335.45º | 0.75% | 0.77% | - |
| HSV(B) | 335.45º | 0.37% | 0.94% | - |
| XYZ | 56.24 | 44.61 | 53.22 | - |
| YUV | 182.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 188 | 0 | 0.37 | 0.22 | 0.06 | 335.45 | 0.75 | 0.77 |
| Hex | F0 | 98 | BC | 0 | 25 | 16 | 6 | 14F | 4B | 4D |
| Octal | 360 | 230 | 274 | 0 | 45 | 26 | 6 | 517 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10111100 | 0 | 100101 | 10110 | 110 | 101001111 | 1001011 | 1001101 |
Color Harmonies of #F098BC
Complementary color
Monochromatic Colors of #F098BC
Black with #F098BC
Text Example
Text Example
White with #F098BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098BC; }
p { color: rgb(240,152,188); }
H1.HeaderClassName
{
color: #F098BC;
}
.AnyTagClassName
{
color: #F098BC;
}
</style>
background-color css
<style>
a { background-color: #F098BC; }
a { background-color: rgb(240,152,188); }
div.DivClassName
{
background-color: #F098BC;
}
.BgClassName
{
background-color: #F098BC;
}
</style>
border-color css
<style>
span { border-color: #F098BC; }
span { border-color: rgb(240,152,188); }
td.TdClassName
{
border-color: #F098BC;
}
.TagClassName
{
border-color: #F098BC;
}
</style>