Shades of Shocking Pink #F11CCD
Tints of Shocking Pink #F11CCD
RGB
CMYK
RGB Variations
Color information
#F11CCD (or 0xF11CCD) is known color: Shocking Pink. HEX triplet: F1, 1C and CD. RGB value is (241,28,205). Sum of RGB (Red+Green+Blue) = 241+28+205=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CCD is #0EE332. Grayscale: #6F6F6F. Windows color (decimal): -975667 or 13442289. OLE color: 13442289.
HSL color Cylindrical-coordinate representation of color #F11CCD: hue angle of 310.14º 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 #F11CCD is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 205 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.05 |
| HSL | 310.14º | 0.88% | 0.53% | - |
| HSV(B) | 310.14º | 0.88% | 0.95% | - |
| XYZ | 47.71 | 23.94 | 59.86 | - |
| YUV | 111.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 205 | 0 | 0.88 | 0.15 | 0.05 | 310.14 | 0.88 | 0.53 |
| Hex | F1 | 1C | CD | 0 | 58 | F | 5 | 136 | 58 | 35 |
| Octal | 361 | 34 | 315 | 0 | 130 | 17 | 5 | 466 | 130 | 65 |
| Binary | 11110001 | 11100 | 11001101 | 0 | 1011000 | 1111 | 101 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F11CCD
Complementary color
Monochromatic Colors of #F11CCD
Black with #F11CCD
Text Example
Text Example
White with #F11CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CCD; }
p { color: rgb(241,28,205); }
H1.HeaderClassName
{
color: #F11CCD;
}
.AnyTagClassName
{
color: #F11CCD;
}
</style>
background-color css
<style>
a { background-color: #F11CCD; }
a { background-color: rgb(241,28,205); }
div.DivClassName
{
background-color: #F11CCD;
}
.BgClassName
{
background-color: #F11CCD;
}
</style>
border-color css
<style>
span { border-color: #F11CCD; }
span { border-color: rgb(241,28,205); }
td.TdClassName
{
border-color: #F11CCD;
}
.TagClassName
{
border-color: #F11CCD;
}
</style>