Shades of Shocking Pink #F21ACD
Tints of Shocking Pink #F21ACD
RGB
CMYK
RGB Variations
Color information
#F21ACD (or 0xF21ACD) is known color: Shocking Pink. HEX triplet: F2, 1A and CD. RGB value is (242,26,205). Sum of RGB (Red+Green+Blue) = 242+26+205=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ACD is #0DE532. Grayscale: #6E6E6E. Windows color (decimal): -910643 or 13441778. OLE color: 13441778.
HSL color Cylindrical-coordinate representation of color #F21ACD: hue angle of 310.28º 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 #F21ACD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 205 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.05 |
| HSL | 310.28º | 0.89% | 0.53% | - |
| HSV(B) | 310.28º | 0.89% | 0.95% | - |
| XYZ | 48.01 | 24.02 | 59.86 | - |
| YUV | 110.99 | 181.06 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 205 | 0 | 0.89 | 0.15 | 0.05 | 310.28 | 0.89 | 0.53 |
| Hex | F2 | 1A | CD | 0 | 59 | F | 5 | 136 | 59 | 35 |
| Octal | 362 | 32 | 315 | 0 | 131 | 17 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11010 | 11001101 | 0 | 1011001 | 1111 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21ACD
Complementary color
Monochromatic Colors of #F21ACD
Black with #F21ACD
Text Example
Text Example
White with #F21ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ACD; }
p { color: rgb(242,26,205); }
H1.HeaderClassName
{
color: #F21ACD;
}
.AnyTagClassName
{
color: #F21ACD;
}
</style>
background-color css
<style>
a { background-color: #F21ACD; }
a { background-color: rgb(242,26,205); }
div.DivClassName
{
background-color: #F21ACD;
}
.BgClassName
{
background-color: #F21ACD;
}
</style>
border-color css
<style>
span { border-color: #F21ACD; }
span { border-color: rgb(242,26,205); }
td.TdClassName
{
border-color: #F21ACD;
}
.TagClassName
{
border-color: #F21ACD;
}
</style>