Shades of Shocking Pink #F21CC4
Tints of Shocking Pink #F21CC4
RGB
CMYK
RGB Variations
Color information
#F21CC4 (or 0xF21CC4) is known color: Shocking Pink. HEX triplet: F2, 1C and C4. RGB value is (242,28,196). Sum of RGB (Red+Green+Blue) = 242+28+196=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CC4 is #0DE33B. Grayscale: #6E6E6E. Windows color (decimal): -910140 or 12852466. OLE color: 12852466.
HSL color Cylindrical-coordinate representation of color #F21CC4: hue angle of 312.9º 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 #F21CC4 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 196 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.05 |
| HSL | 312.9º | 0.89% | 0.53% | - |
| HSV(B) | 312.9º | 0.88% | 0.95% | - |
| XYZ | 47 | 23.69 | 54.32 | - |
| YUV | 111.14 | 175.9 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 196 | 0 | 0.88 | 0.19 | 0.05 | 312.9 | 0.89 | 0.53 |
| Hex | F2 | 1C | C4 | 0 | 58 | 13 | 5 | 139 | 59 | 35 |
| Octal | 362 | 34 | 304 | 0 | 130 | 23 | 5 | 471 | 131 | 65 |
| Binary | 11110010 | 11100 | 11000100 | 0 | 1011000 | 10011 | 101 | 100111001 | 1011001 | 110101 |
Color Harmonies of #F21CC4
Complementary color
Monochromatic Colors of #F21CC4
Black with #F21CC4
Text Example
Text Example
White with #F21CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CC4; }
p { color: rgb(242,28,196); }
H1.HeaderClassName
{
color: #F21CC4;
}
.AnyTagClassName
{
color: #F21CC4;
}
</style>
background-color css
<style>
a { background-color: #F21CC4; }
a { background-color: rgb(242,28,196); }
div.DivClassName
{
background-color: #F21CC4;
}
.BgClassName
{
background-color: #F21CC4;
}
</style>
border-color css
<style>
span { border-color: #F21CC4; }
span { border-color: rgb(242,28,196); }
td.TdClassName
{
border-color: #F21CC4;
}
.TagClassName
{
border-color: #F21CC4;
}
</style>