Shades of Shocking Pink #F21DCD
Tints of Shocking Pink #F21DCD
RGB
CMYK
RGB Variations
Color information
#F21DCD (or 0xF21DCD) is known color: Shocking Pink. HEX triplet: F2, 1D and CD. RGB value is (242,29,205). Sum of RGB (Red+Green+Blue) = 242+29+205=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DCD is #0DE232. Grayscale: #707070. Windows color (decimal): -909875 or 13442546. OLE color: 13442546.
HSL color Cylindrical-coordinate representation of color #F21DCD: hue angle of 310.42º 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 #F21DCD is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.05 |
| HSL | 310.42º | 0.89% | 0.53% | - |
| HSV(B) | 310.42º | 0.88% | 0.95% | - |
| XYZ | 48.08 | 24.16 | 59.89 | - |
| YUV | 112.75 | 180.07 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 205 | 0 | 0.88 | 0.15 | 0.05 | 310.42 | 0.89 | 0.53 |
| Hex | F2 | 1D | CD | 0 | 58 | F | 5 | 136 | 59 | 35 |
| Octal | 362 | 35 | 315 | 0 | 130 | 17 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11101 | 11001101 | 0 | 1011000 | 1111 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21DCD
Complementary color
Monochromatic Colors of #F21DCD
Black with #F21DCD
Text Example
Text Example
White with #F21DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DCD; }
p { color: rgb(242,29,205); }
H1.HeaderClassName
{
color: #F21DCD;
}
.AnyTagClassName
{
color: #F21DCD;
}
</style>
background-color css
<style>
a { background-color: #F21DCD; }
a { background-color: rgb(242,29,205); }
div.DivClassName
{
background-color: #F21DCD;
}
.BgClassName
{
background-color: #F21DCD;
}
</style>
border-color css
<style>
span { border-color: #F21DCD; }
span { border-color: rgb(242,29,205); }
td.TdClassName
{
border-color: #F21DCD;
}
.TagClassName
{
border-color: #F21DCD;
}
</style>