Shades of Shocking #F492C2
Tints of Shocking #F492C2
RGB
CMYK
RGB Variations
Color information
#F492C2 (or 0xF492C2) is known color: Shocking. HEX triplet: F4, 92 and C2. RGB value is (244,146,194). Sum of RGB (Red+Green+Blue) = 244+146+194=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F492C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492C2 is #0B6D3D. Grayscale: #B4B4B4. Windows color (decimal): -748862 or 12751604. OLE color: 12751604.
HSL color Cylindrical-coordinate representation of color #F492C2: hue angle of 330.61º 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 #F492C2 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 194 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.04 |
| HSL | 330.61º | 0.82% | 0.76% | - |
| HSV(B) | 330.61º | 0.4% | 0.96% | - |
| XYZ | 57.32 | 43.69 | 56.45 | - |
| YUV | 180.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 194 | 0 | 0.40 | 0.20 | 0.04 | 330.61 | 0.82 | 0.76 |
| Hex | F4 | 92 | C2 | 0 | 28 | 14 | 4 | 14B | 52 | 4C |
| Octal | 364 | 222 | 302 | 0 | 50 | 24 | 4 | 513 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11000010 | 0 | 101000 | 10100 | 100 | 101001011 | 1010010 | 1001100 |
Color Harmonies of #F492C2
Complementary color
Monochromatic Colors of #F492C2
Black with #F492C2
Text Example
Text Example
White with #F492C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492C2; }
p { color: rgb(244,146,194); }
H1.HeaderClassName
{
color: #F492C2;
}
.AnyTagClassName
{
color: #F492C2;
}
</style>
background-color css
<style>
a { background-color: #F492C2; }
a { background-color: rgb(244,146,194); }
div.DivClassName
{
background-color: #F492C2;
}
.BgClassName
{
background-color: #F492C2;
}
</style>
border-color css
<style>
span { border-color: #F492C2; }
span { border-color: rgb(244,146,194); }
td.TdClassName
{
border-color: #F492C2;
}
.TagClassName
{
border-color: #F492C2;
}
</style>