Shades of Shocking Pink #F121C8
Tints of Shocking Pink #F121C8
RGB
CMYK
RGB Variations
Color information
#F121C8 (or 0xF121C8) is known color: Shocking Pink. HEX triplet: F1, 21 and C8. RGB value is (241,33,200). Sum of RGB (Red+Green+Blue) = 241+33+200=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F121C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121C8 is #0EDE37. Grayscale: #717171. Windows color (decimal): -974392 or 13115889. OLE color: 13115889.
HSL color Cylindrical-coordinate representation of color #F121C8: hue angle of 311.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F121C8 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 200 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.05 |
| HSL | 311.83º | 0.88% | 0.54% | - |
| HSV(B) | 311.83º | 0.86% | 0.95% | - |
| XYZ | 47.24 | 23.96 | 56.78 | - |
| YUV | 114.23 | 176.41 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 200 | 0 | 0.86 | 0.17 | 0.05 | 311.83 | 0.88 | 0.54 |
| Hex | F1 | 21 | C8 | 0 | 56 | 11 | 5 | 138 | 58 | 36 |
| Octal | 361 | 41 | 310 | 0 | 126 | 21 | 5 | 470 | 130 | 66 |
| Binary | 11110001 | 100001 | 11001000 | 0 | 1010110 | 10001 | 101 | 100111000 | 1011000 | 110110 |
Color Harmonies of #F121C8
Complementary color
Monochromatic Colors of #F121C8
Black with #F121C8
Text Example
Text Example
White with #F121C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121C8; }
p { color: rgb(241,33,200); }
H1.HeaderClassName
{
color: #F121C8;
}
.AnyTagClassName
{
color: #F121C8;
}
</style>
background-color css
<style>
a { background-color: #F121C8; }
a { background-color: rgb(241,33,200); }
div.DivClassName
{
background-color: #F121C8;
}
.BgClassName
{
background-color: #F121C8;
}
</style>
border-color css
<style>
span { border-color: #F121C8; }
span { border-color: rgb(241,33,200); }
td.TdClassName
{
border-color: #F121C8;
}
.TagClassName
{
border-color: #F121C8;
}
</style>