Shades of Shocking #F898BE
Tints of Shocking #F898BE
RGB
CMYK
RGB Variations
Color information
#F898BE (or 0xF898BE) is known color: Shocking. HEX triplet: F8, 98 and BE. RGB value is (248,152,190). Sum of RGB (Red+Green+Blue) = 248+152+190=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F898BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898BE is #076741. Grayscale: #B8B8B8. Windows color (decimal): -485186 or 12491000. OLE color: 12491000.
HSL color Cylindrical-coordinate representation of color #F898BE: hue angle of 336.25º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898BE is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 190 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.03 |
| HSL | 336.25º | 0.87% | 0.78% | - |
| HSV(B) | 336.25º | 0.39% | 0.97% | - |
| XYZ | 59.23 | 46.13 | 54.5 | - |
| YUV | 185.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 190 | 0 | 0.39 | 0.23 | 0.03 | 336.25 | 0.87 | 0.78 |
| Hex | F8 | 98 | BE | 0 | 27 | 17 | 3 | 150 | 57 | 4E |
| Octal | 370 | 230 | 276 | 0 | 47 | 27 | 3 | 520 | 127 | 116 |
| Binary | 11111000 | 10011000 | 10111110 | 0 | 100111 | 10111 | 11 | 101010000 | 1010111 | 1001110 |
Color Harmonies of #F898BE
Complementary color
Monochromatic Colors of #F898BE
Black with #F898BE
Text Example
Text Example
White with #F898BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898BE; }
p { color: rgb(248,152,190); }
H1.HeaderClassName
{
color: #F898BE;
}
.AnyTagClassName
{
color: #F898BE;
}
</style>
background-color css
<style>
a { background-color: #F898BE; }
a { background-color: rgb(248,152,190); }
div.DivClassName
{
background-color: #F898BE;
}
.BgClassName
{
background-color: #F898BE;
}
</style>
border-color css
<style>
span { border-color: #F898BE; }
span { border-color: rgb(248,152,190); }
td.TdClassName
{
border-color: #F898BE;
}
.TagClassName
{
border-color: #F898BE;
}
</style>