Shades of Shocking #F895BE
Tints of Shocking #F895BE
RGB
CMYK
RGB Variations
Color information
#F895BE (or 0xF895BE) is known color: Shocking. HEX triplet: F8, 95 and BE. RGB value is (248,149,190). Sum of RGB (Red+Green+Blue) = 248+149+190=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F895BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895BE is #076A41. Grayscale: #B7B7B7. Windows color (decimal): -485954 or 12490232. OLE color: 12490232.
HSL color Cylindrical-coordinate representation of color #F895BE: hue angle of 335.15º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895BE is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 190 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.03 |
| HSL | 335.15º | 0.88% | 0.78% | - |
| HSV(B) | 335.15º | 0.4% | 0.97% | - |
| XYZ | 58.75 | 45.17 | 54.34 | - |
| YUV | 183.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 190 | 0 | 0.40 | 0.23 | 0.03 | 335.15 | 0.88 | 0.78 |
| Hex | F8 | 95 | BE | 0 | 28 | 17 | 3 | 14F | 58 | 4E |
| Octal | 370 | 225 | 276 | 0 | 50 | 27 | 3 | 517 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10111110 | 0 | 101000 | 10111 | 11 | 101001111 | 1011000 | 1001110 |
Color Harmonies of #F895BE
Complementary color
Monochromatic Colors of #F895BE
Black with #F895BE
Text Example
Text Example
White with #F895BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895BE; }
p { color: rgb(248,149,190); }
H1.HeaderClassName
{
color: #F895BE;
}
.AnyTagClassName
{
color: #F895BE;
}
</style>
background-color css
<style>
a { background-color: #F895BE; }
a { background-color: rgb(248,149,190); }
div.DivClassName
{
background-color: #F895BE;
}
.BgClassName
{
background-color: #F895BE;
}
</style>
border-color css
<style>
span { border-color: #F895BE; }
span { border-color: rgb(248,149,190); }
td.TdClassName
{
border-color: #F895BE;
}
.TagClassName
{
border-color: #F895BE;
}
</style>