Shades of Shocking #F998BE
Tints of Shocking #F998BE
RGB
CMYK
RGB Variations
Color information
#F998BE (or 0xF998BE) is known color: Shocking. HEX triplet: F9, 98 and BE. RGB value is (249,152,190). Sum of RGB (Red+Green+Blue) = 249+152+190=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F998BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998BE is #066741. Grayscale: #B9B9B9. Windows color (decimal): -419650 or 12491001. OLE color: 12491001.
HSL color Cylindrical-coordinate representation of color #F998BE: hue angle of 336.49º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998BE is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 190 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.02 |
| HSL | 336.49º | 0.89% | 0.79% | - |
| HSV(B) | 336.49º | 0.39% | 0.98% | - |
| XYZ | 59.59 | 46.31 | 54.51 | - |
| YUV | 185.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 190 | 0 | 0.39 | 0.24 | 0.02 | 336.49 | 0.89 | 0.79 |
| Hex | F9 | 98 | BE | 0 | 27 | 18 | 2 | 150 | 59 | 4F |
| Octal | 371 | 230 | 276 | 0 | 47 | 30 | 2 | 520 | 131 | 117 |
| Binary | 11111001 | 10011000 | 10111110 | 0 | 100111 | 11000 | 10 | 101010000 | 1011001 | 1001111 |
Color Harmonies of #F998BE
Complementary color
Monochromatic Colors of #F998BE
Black with #F998BE
Text Example
Text Example
White with #F998BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998BE; }
p { color: rgb(249,152,190); }
H1.HeaderClassName
{
color: #F998BE;
}
.AnyTagClassName
{
color: #F998BE;
}
</style>
background-color css
<style>
a { background-color: #F998BE; }
a { background-color: rgb(249,152,190); }
div.DivClassName
{
background-color: #F998BE;
}
.BgClassName
{
background-color: #F998BE;
}
</style>
border-color css
<style>
span { border-color: #F998BE; }
span { border-color: rgb(249,152,190); }
td.TdClassName
{
border-color: #F998BE;
}
.TagClassName
{
border-color: #F998BE;
}
</style>