Shades of Shocking #F492BD
Tints of Shocking #F492BD
RGB
CMYK
RGB Variations
Color information
#F492BD (or 0xF492BD) is known color: Shocking. HEX triplet: F4, 92 and BD. RGB value is (244,146,189). Sum of RGB (Red+Green+Blue) = 244+146+189=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F492BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492BD is #0B6D42. Grayscale: #B4B4B4. Windows color (decimal): -748867 or 12423924. OLE color: 12423924.
HSL color Cylindrical-coordinate representation of color #F492BD: hue angle of 333.67º 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 #F492BD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 189 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 333.67º | 0.82% | 0.76% | - |
| HSV(B) | 333.67º | 0.4% | 0.96% | - |
| XYZ | 56.77 | 43.46 | 53.54 | - |
| YUV | 180.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 189 | 0 | 0.40 | 0.23 | 0.04 | 333.67 | 0.82 | 0.76 |
| Hex | F4 | 92 | BD | 0 | 28 | 17 | 4 | 14E | 52 | 4C |
| Octal | 364 | 222 | 275 | 0 | 50 | 27 | 4 | 516 | 122 | 114 |
| Binary | 11110100 | 10010010 | 10111101 | 0 | 101000 | 10111 | 100 | 101001110 | 1010010 | 1001100 |
Color Harmonies of #F492BD
Complementary color
Monochromatic Colors of #F492BD
Black with #F492BD
Text Example
Text Example
White with #F492BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492BD; }
p { color: rgb(244,146,189); }
H1.HeaderClassName
{
color: #F492BD;
}
.AnyTagClassName
{
color: #F492BD;
}
</style>
background-color css
<style>
a { background-color: #F492BD; }
a { background-color: rgb(244,146,189); }
div.DivClassName
{
background-color: #F492BD;
}
.BgClassName
{
background-color: #F492BD;
}
</style>
border-color css
<style>
span { border-color: #F492BD; }
span { border-color: rgb(244,146,189); }
td.TdClassName
{
border-color: #F492BD;
}
.TagClassName
{
border-color: #F492BD;
}
</style>