Shades of Shocking #F899BE
Tints of Shocking #F899BE
RGB
CMYK
RGB Variations
Color information
#F899BE (or 0xF899BE) is known color: Shocking. HEX triplet: F8, 99 and BE. RGB value is (248,153,190). Sum of RGB (Red+Green+Blue) = 248+153+190=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F899BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899BE is #076641. Grayscale: #B9B9B9. Windows color (decimal): -484930 or 12491256. OLE color: 12491256.
HSL color Cylindrical-coordinate representation of color #F899BE: hue angle of 336.63º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899BE is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 190 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.03 |
| HSL | 336.63º | 0.87% | 0.79% | - |
| HSV(B) | 336.63º | 0.38% | 0.97% | - |
| XYZ | 59.4 | 46.46 | 54.55 | - |
| YUV | 185.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 190 | 0 | 0.38 | 0.23 | 0.03 | 336.63 | 0.87 | 0.79 |
| Hex | F8 | 99 | BE | 0 | 26 | 17 | 3 | 151 | 57 | 4F |
| Octal | 370 | 231 | 276 | 0 | 46 | 27 | 3 | 521 | 127 | 117 |
| Binary | 11111000 | 10011001 | 10111110 | 0 | 100110 | 10111 | 11 | 101010001 | 1010111 | 1001111 |
Color Harmonies of #F899BE
Complementary color
Monochromatic Colors of #F899BE
Black with #F899BE
Text Example
Text Example
White with #F899BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899BE; }
p { color: rgb(248,153,190); }
H1.HeaderClassName
{
color: #F899BE;
}
.AnyTagClassName
{
color: #F899BE;
}
</style>
background-color css
<style>
a { background-color: #F899BE; }
a { background-color: rgb(248,153,190); }
div.DivClassName
{
background-color: #F899BE;
}
.BgClassName
{
background-color: #F899BE;
}
</style>
border-color css
<style>
span { border-color: #F899BE; }
span { border-color: rgb(248,153,190); }
td.TdClassName
{
border-color: #F899BE;
}
.TagClassName
{
border-color: #F899BE;
}
</style>