Shades of Shocking Pink #F11DC2
Tints of Shocking Pink #F11DC2
RGB
CMYK
RGB Variations
Color information
#F11DC2 (or 0xF11DC2) is known color: Shocking Pink. HEX triplet: F1, 1D and C2. RGB value is (241,29,194). Sum of RGB (Red+Green+Blue) = 241+29+194=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DC2 is #0EE23D. Grayscale: #6E6E6E. Windows color (decimal): -975422 or 12721649. OLE color: 12721649.
HSL color Cylindrical-coordinate representation of color #F11DC2: hue angle of 313.3º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DC2 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 194 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.05 |
| HSL | 313.3º | 0.88% | 0.53% | - |
| HSV(B) | 313.3º | 0.88% | 0.95% | - |
| XYZ | 46.45 | 23.47 | 53.12 | - |
| YUV | 111.2 | 174.74 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 194 | 0 | 0.88 | 0.20 | 0.05 | 313.3 | 0.88 | 0.53 |
| Hex | F1 | 1D | C2 | 0 | 58 | 14 | 5 | 139 | 58 | 35 |
| Octal | 361 | 35 | 302 | 0 | 130 | 24 | 5 | 471 | 130 | 65 |
| Binary | 11110001 | 11101 | 11000010 | 0 | 1011000 | 10100 | 101 | 100111001 | 1011000 | 110101 |
Color Harmonies of #F11DC2
Complementary color
Monochromatic Colors of #F11DC2
Black with #F11DC2
Text Example
Text Example
White with #F11DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DC2; }
p { color: rgb(241,29,194); }
H1.HeaderClassName
{
color: #F11DC2;
}
.AnyTagClassName
{
color: #F11DC2;
}
</style>
background-color css
<style>
a { background-color: #F11DC2; }
a { background-color: rgb(241,29,194); }
div.DivClassName
{
background-color: #F11DC2;
}
.BgClassName
{
background-color: #F11DC2;
}
</style>
border-color css
<style>
span { border-color: #F11DC2; }
span { border-color: rgb(241,29,194); }
td.TdClassName
{
border-color: #F11DC2;
}
.TagClassName
{
border-color: #F11DC2;
}
</style>