Shades of Shocking Pink #F11FC2
Tints of Shocking Pink #F11FC2
RGB
CMYK
RGB Variations
Color information
#F11FC2 (or 0xF11FC2) is known color: Shocking Pink. HEX triplet: F1, 1F and C2. RGB value is (241,31,194). Sum of RGB (Red+Green+Blue) = 241+31+194=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11FC2 is #0EE03D. Grayscale: #6F6F6F. Windows color (decimal): -974910 or 12722161. OLE color: 12722161.
HSL color Cylindrical-coordinate representation of color #F11FC2: hue angle of 313.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11FC2 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 194 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.05 |
| HSL | 313.43º | 0.88% | 0.53% | - |
| HSV(B) | 313.43º | 0.87% | 0.95% | - |
| XYZ | 46.5 | 23.58 | 53.14 | - |
| YUV | 112.37 | 174.07 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 194 | 0 | 0.87 | 0.20 | 0.05 | 313.43 | 0.88 | 0.53 |
| Hex | F1 | 1F | C2 | 0 | 57 | 14 | 5 | 139 | 58 | 35 |
| Octal | 361 | 37 | 302 | 0 | 127 | 24 | 5 | 471 | 130 | 65 |
| Binary | 11110001 | 11111 | 11000010 | 0 | 1010111 | 10100 | 101 | 100111001 | 1011000 | 110101 |
Color Harmonies of #F11FC2
Complementary color
Monochromatic Colors of #F11FC2
Black with #F11FC2
Text Example
Text Example
White with #F11FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11FC2; }
p { color: rgb(241,31,194); }
H1.HeaderClassName
{
color: #F11FC2;
}
.AnyTagClassName
{
color: #F11FC2;
}
</style>
background-color css
<style>
a { background-color: #F11FC2; }
a { background-color: rgb(241,31,194); }
div.DivClassName
{
background-color: #F11FC2;
}
.BgClassName
{
background-color: #F11FC2;
}
</style>
border-color css
<style>
span { border-color: #F11FC2; }
span { border-color: rgb(241,31,194); }
td.TdClassName
{
border-color: #F11FC2;
}
.TagClassName
{
border-color: #F11FC2;
}
</style>