Shades of Shocking Pink #F21DC8
Tints of Shocking Pink #F21DC8
RGB
CMYK
RGB Variations
Color information
#F21DC8 (or 0xF21DC8) is known color: Shocking Pink. HEX triplet: F2, 1D and C8. RGB value is (242,29,200). Sum of RGB (Red+Green+Blue) = 242+29+200=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DC8 is #0DE237. Grayscale: #6F6F6F. Windows color (decimal): -909880 or 13114866. OLE color: 13114866.
HSL color Cylindrical-coordinate representation of color #F21DC8: hue angle of 311.83º degrees, saturation: 0.89, 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 #F21DC8 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 200 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.05 |
| HSL | 311.83º | 0.89% | 0.53% | - |
| HSV(B) | 311.83º | 0.88% | 0.95% | - |
| XYZ | 47.48 | 23.93 | 56.76 | - |
| YUV | 112.18 | 177.57 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 200 | 0 | 0.88 | 0.17 | 0.05 | 311.83 | 0.89 | 0.53 |
| Hex | F2 | 1D | C8 | 0 | 58 | 11 | 5 | 138 | 59 | 35 |
| Octal | 362 | 35 | 310 | 0 | 130 | 21 | 5 | 470 | 131 | 65 |
| Binary | 11110010 | 11101 | 11001000 | 0 | 1011000 | 10001 | 101 | 100111000 | 1011001 | 110101 |
Color Harmonies of #F21DC8
Complementary color
Monochromatic Colors of #F21DC8
Black with #F21DC8
Text Example
Text Example
White with #F21DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DC8; }
p { color: rgb(242,29,200); }
H1.HeaderClassName
{
color: #F21DC8;
}
.AnyTagClassName
{
color: #F21DC8;
}
</style>
background-color css
<style>
a { background-color: #F21DC8; }
a { background-color: rgb(242,29,200); }
div.DivClassName
{
background-color: #F21DC8;
}
.BgClassName
{
background-color: #F21DC8;
}
</style>
border-color css
<style>
span { border-color: #F21DC8; }
span { border-color: rgb(242,29,200); }
td.TdClassName
{
border-color: #F21DC8;
}
.TagClassName
{
border-color: #F21DC8;
}
</style>