Shades of Shocking #F492BB
Tints of Shocking #F492BB
RGB
CMYK
RGB Variations
Color information
#F492BB (or 0xF492BB) is known color: Shocking. HEX triplet: F4, 92 and BB. RGB value is (244,146,187). Sum of RGB (Red+Green+Blue) = 244+146+187=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F492BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492BB is #0B6D44. Grayscale: #B3B3B3. Windows color (decimal): -748869 or 12292852. OLE color: 12292852.
HSL color Cylindrical-coordinate representation of color #F492BB: hue angle of 334.9º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492BB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 187 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 334.9º | 0.82% | 0.76% | - |
| HSV(B) | 334.9º | 0.4% | 0.96% | - |
| XYZ | 56.56 | 43.38 | 52.41 | - |
| YUV | 179.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 187 | 0 | 0.40 | 0.23 | 0.04 | 334.9 | 0.82 | 0.76 |
| Hex | F4 | 92 | BB | 0 | 28 | 17 | 4 | 14F | 52 | 4C |
| Octal | 364 | 222 | 273 | 0 | 50 | 27 | 4 | 517 | 122 | 114 |
| Binary | 11110100 | 10010010 | 10111011 | 0 | 101000 | 10111 | 100 | 101001111 | 1010010 | 1001100 |
Color Harmonies of #F492BB
Complementary color
Monochromatic Colors of #F492BB
Black with #F492BB
Text Example
Text Example
White with #F492BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492BB; }
p { color: rgb(244,146,187); }
H1.HeaderClassName
{
color: #F492BB;
}
.AnyTagClassName
{
color: #F492BB;
}
</style>
background-color css
<style>
a { background-color: #F492BB; }
a { background-color: rgb(244,146,187); }
div.DivClassName
{
background-color: #F492BB;
}
.BgClassName
{
background-color: #F492BB;
}
</style>
border-color css
<style>
span { border-color: #F492BB; }
span { border-color: rgb(244,146,187); }
td.TdClassName
{
border-color: #F492BB;
}
.TagClassName
{
border-color: #F492BB;
}
</style>