Shades of Shocking Pink #F21ADC
Tints of Shocking Pink #F21ADC
RGB
CMYK
RGB Variations
Color information
#F21ADC (or 0xF21ADC) is known color: Shocking Pink. HEX triplet: F2, 1A and DC. RGB value is (242,26,220). Sum of RGB (Red+Green+Blue) = 242+26+220=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ADC is #0DE523. Grayscale: #707070. Windows color (decimal): -910628 or 14424818. OLE color: 14424818.
HSL color Cylindrical-coordinate representation of color #F21ADC: hue angle of 306.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21ADC is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.05 |
| HSL | 306.11º | 0.89% | 0.53% | - |
| HSV(B) | 306.11º | 0.89% | 0.95% | - |
| XYZ | 49.91 | 24.78 | 69.86 | - |
| YUV | 112.7 | 188.56 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 220 | 0 | 0.89 | 0.09 | 0.05 | 306.11 | 0.89 | 0.53 |
| Hex | F2 | 1A | DC | 0 | 59 | 9 | 5 | 132 | 59 | 35 |
| Octal | 362 | 32 | 334 | 0 | 131 | 11 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11010 | 11011100 | 0 | 1011001 | 1001 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21ADC
Complementary color
Monochromatic Colors of #F21ADC
Black with #F21ADC
Text Example
Text Example
White with #F21ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ADC; }
p { color: rgb(242,26,220); }
H1.HeaderClassName
{
color: #F21ADC;
}
.AnyTagClassName
{
color: #F21ADC;
}
</style>
background-color css
<style>
a { background-color: #F21ADC; }
a { background-color: rgb(242,26,220); }
div.DivClassName
{
background-color: #F21ADC;
}
.BgClassName
{
background-color: #F21ADC;
}
</style>
border-color css
<style>
span { border-color: #F21ADC; }
span { border-color: rgb(242,26,220); }
td.TdClassName
{
border-color: #F21ADC;
}
.TagClassName
{
border-color: #F21ADC;
}
</style>