Shades of Shocking #F192C1
Tints of Shocking #F192C1
RGB
CMYK
RGB Variations
Color information
#F192C1 (or 0xF192C1) is known color: Shocking. HEX triplet: F1, 92 and C1. RGB value is (241,146,193). Sum of RGB (Red+Green+Blue) = 241+146+193=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F192C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192C1 is #0E6D3E. Grayscale: #B3B3B3. Windows color (decimal): -945471 or 12686065. OLE color: 12686065.
HSL color Cylindrical-coordinate representation of color #F192C1: hue angle of 330.32º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192C1 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 193 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.05 |
| HSL | 330.32º | 0.77% | 0.76% | - |
| HSV(B) | 330.32º | 0.39% | 0.95% | - |
| XYZ | 56.18 | 43.11 | 55.81 | - |
| YUV | 179.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 193 | 0 | 0.39 | 0.20 | 0.05 | 330.32 | 0.77 | 0.76 |
| Hex | F1 | 92 | C1 | 0 | 27 | 14 | 5 | 14A | 4D | 4C |
| Octal | 361 | 222 | 301 | 0 | 47 | 24 | 5 | 512 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11000001 | 0 | 100111 | 10100 | 101 | 101001010 | 1001101 | 1001100 |
Color Harmonies of #F192C1
Complementary color
Monochromatic Colors of #F192C1
Black with #F192C1
Text Example
Text Example
White with #F192C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192C1; }
p { color: rgb(241,146,193); }
H1.HeaderClassName
{
color: #F192C1;
}
.AnyTagClassName
{
color: #F192C1;
}
</style>
background-color css
<style>
a { background-color: #F192C1; }
a { background-color: rgb(241,146,193); }
div.DivClassName
{
background-color: #F192C1;
}
.BgClassName
{
background-color: #F192C1;
}
</style>
border-color css
<style>
span { border-color: #F192C1; }
span { border-color: rgb(241,146,193); }
td.TdClassName
{
border-color: #F192C1;
}
.TagClassName
{
border-color: #F192C1;
}
</style>