Shades of Shocking Pink #F21DCF
Tints of Shocking Pink #F21DCF
RGB
CMYK
RGB Variations
Color information
#F21DCF (or 0xF21DCF) is known color: Shocking Pink. HEX triplet: F2, 1D and CF. RGB value is (242,29,207). Sum of RGB (Red+Green+Blue) = 242+29+207=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DCF is #0DE230. Grayscale: #707070. Windows color (decimal): -909873 or 13573618. OLE color: 13573618.
HSL color Cylindrical-coordinate representation of color #F21DCF: hue angle of 309.86º 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 #F21DCF is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 207 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.86º | 0.89% | 0.53% | - |
| HSV(B) | 309.86º | 0.88% | 0.95% | - |
| XYZ | 48.32 | 24.26 | 61.17 | - |
| YUV | 112.98 | 181.07 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 207 | 0 | 0.88 | 0.14 | 0.05 | 309.86 | 0.89 | 0.53 |
| Hex | F2 | 1D | CF | 0 | 58 | E | 5 | 136 | 59 | 35 |
| Octal | 362 | 35 | 317 | 0 | 130 | 16 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11101 | 11001111 | 0 | 1011000 | 1110 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21DCF
Complementary color
Monochromatic Colors of #F21DCF
Black with #F21DCF
Text Example
Text Example
White with #F21DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DCF; }
p { color: rgb(242,29,207); }
H1.HeaderClassName
{
color: #F21DCF;
}
.AnyTagClassName
{
color: #F21DCF;
}
</style>
background-color css
<style>
a { background-color: #F21DCF; }
a { background-color: rgb(242,29,207); }
div.DivClassName
{
background-color: #F21DCF;
}
.BgClassName
{
background-color: #F21DCF;
}
</style>
border-color css
<style>
span { border-color: #F21DCF; }
span { border-color: rgb(242,29,207); }
td.TdClassName
{
border-color: #F21DCF;
}
.TagClassName
{
border-color: #F21DCF;
}
</style>