Shades of Shocking #F892BD
Tints of Shocking #F892BD
RGB
CMYK
RGB Variations
Color information
#F892BD (or 0xF892BD) is known color: Shocking. HEX triplet: F8, 92 and BD. RGB value is (248,146,189). Sum of RGB (Red+Green+Blue) = 248+146+189=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F892BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892BD is #076D42. Grayscale: #B5B5B5. Windows color (decimal): -486723 or 12423928. OLE color: 12423928.
HSL color Cylindrical-coordinate representation of color #F892BD: hue angle of 334.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892BD is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 189 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.03 |
| HSL | 334.71º | 0.88% | 0.77% | - |
| HSV(B) | 334.71º | 0.41% | 0.97% | - |
| XYZ | 58.18 | 44.19 | 53.61 | - |
| YUV | 181.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 189 | 0 | 0.41 | 0.24 | 0.03 | 334.71 | 0.88 | 0.77 |
| Hex | F8 | 92 | BD | 0 | 29 | 18 | 3 | 14F | 58 | 4D |
| Octal | 370 | 222 | 275 | 0 | 51 | 30 | 3 | 517 | 130 | 115 |
| Binary | 11111000 | 10010010 | 10111101 | 0 | 101001 | 11000 | 11 | 101001111 | 1011000 | 1001101 |
Color Harmonies of #F892BD
Complementary color
Monochromatic Colors of #F892BD
Black with #F892BD
Text Example
Text Example
White with #F892BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892BD; }
p { color: rgb(248,146,189); }
H1.HeaderClassName
{
color: #F892BD;
}
.AnyTagClassName
{
color: #F892BD;
}
</style>
background-color css
<style>
a { background-color: #F892BD; }
a { background-color: rgb(248,146,189); }
div.DivClassName
{
background-color: #F892BD;
}
.BgClassName
{
background-color: #F892BD;
}
</style>
border-color css
<style>
span { border-color: #F892BD; }
span { border-color: rgb(248,146,189); }
td.TdClassName
{
border-color: #F892BD;
}
.TagClassName
{
border-color: #F892BD;
}
</style>