Shades of Shocking Pink #F21CCF
Tints of Shocking Pink #F21CCF
RGB
CMYK
RGB Variations
Color information
#F21CCF (or 0xF21CCF) is known color: Shocking Pink. HEX triplet: F2, 1C and CF. RGB value is (242,28,207). Sum of RGB (Red+Green+Blue) = 242+28+207=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CCF is #0DE330. Grayscale: #6F6F6F. Windows color (decimal): -910129 or 13573362. OLE color: 13573362.
HSL color Cylindrical-coordinate representation of color #F21CCF: hue angle of 309.81º 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 #F21CCF is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 207 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.81º | 0.89% | 0.53% | - |
| HSV(B) | 309.81º | 0.88% | 0.95% | - |
| XYZ | 48.3 | 24.21 | 61.16 | - |
| YUV | 112.39 | 181.4 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 207 | 0 | 0.88 | 0.14 | 0.05 | 309.81 | 0.89 | 0.53 |
| Hex | F2 | 1C | CF | 0 | 58 | E | 5 | 136 | 59 | 35 |
| Octal | 362 | 34 | 317 | 0 | 130 | 16 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11100 | 11001111 | 0 | 1011000 | 1110 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21CCF
Complementary color
Monochromatic Colors of #F21CCF
Black with #F21CCF
Text Example
Text Example
White with #F21CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CCF; }
p { color: rgb(242,28,207); }
H1.HeaderClassName
{
color: #F21CCF;
}
.AnyTagClassName
{
color: #F21CCF;
}
</style>
background-color css
<style>
a { background-color: #F21CCF; }
a { background-color: rgb(242,28,207); }
div.DivClassName
{
background-color: #F21CCF;
}
.BgClassName
{
background-color: #F21CCF;
}
</style>
border-color css
<style>
span { border-color: #F21CCF; }
span { border-color: rgb(242,28,207); }
td.TdClassName
{
border-color: #F21CCF;
}
.TagClassName
{
border-color: #F21CCF;
}
</style>