Shades of Shocking #F191C4
Tints of Shocking #F191C4
RGB
CMYK
RGB Variations
Color information
#F191C4 (or 0xF191C4) is known color: Shocking. HEX triplet: F1, 91 and C4. RGB value is (241,145,196). Sum of RGB (Red+Green+Blue) = 241+145+196=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F191C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191C4 is #0E6E3B. Grayscale: #B3B3B3. Windows color (decimal): -945724 or 12882417. OLE color: 12882417.
HSL color Cylindrical-coordinate representation of color #F191C4: hue angle of 328.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191C4 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 196 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.05 |
| HSL | 328.13º | 0.77% | 0.76% | - |
| HSV(B) | 328.13º | 0.4% | 0.95% | - |
| XYZ | 56.36 | 42.94 | 57.54 | - |
| YUV | 179.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 196 | 0 | 0.40 | 0.19 | 0.05 | 328.13 | 0.77 | 0.76 |
| Hex | F1 | 91 | C4 | 0 | 28 | 13 | 5 | 148 | 4D | 4C |
| Octal | 361 | 221 | 304 | 0 | 50 | 23 | 5 | 510 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11000100 | 0 | 101000 | 10011 | 101 | 101001000 | 1001101 | 1001100 |
Color Harmonies of #F191C4
Complementary color
Monochromatic Colors of #F191C4
Black with #F191C4
Text Example
Text Example
White with #F191C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191C4; }
p { color: rgb(241,145,196); }
H1.HeaderClassName
{
color: #F191C4;
}
.AnyTagClassName
{
color: #F191C4;
}
</style>
background-color css
<style>
a { background-color: #F191C4; }
a { background-color: rgb(241,145,196); }
div.DivClassName
{
background-color: #F191C4;
}
.BgClassName
{
background-color: #F191C4;
}
</style>
border-color css
<style>
span { border-color: #F191C4; }
span { border-color: rgb(241,145,196); }
td.TdClassName
{
border-color: #F191C4;
}
.TagClassName
{
border-color: #F191C4;
}
</style>