Shades of Shocking Pink #F21AD9
Tints of Shocking Pink #F21AD9
RGB
CMYK
RGB Variations
Color information
#F21AD9 (or 0xF21AD9) is known color: Shocking Pink. HEX triplet: F2, 1A and D9. RGB value is (242,26,217). Sum of RGB (Red+Green+Blue) = 242+26+217=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AD9 is #0DE526. Grayscale: #6F6F6F. Windows color (decimal): -910631 or 14228210. OLE color: 14228210.
HSL color Cylindrical-coordinate representation of color #F21AD9: hue angle of 306.94º 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 #F21AD9 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 217 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.05 |
| HSL | 306.94º | 0.89% | 0.53% | - |
| HSV(B) | 306.94º | 0.89% | 0.95% | - |
| XYZ | 49.51 | 24.63 | 67.79 | - |
| YUV | 112.36 | 187.06 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 217 | 0 | 0.89 | 0.10 | 0.05 | 306.94 | 0.89 | 0.53 |
| Hex | F2 | 1A | D9 | 0 | 59 | A | 5 | 133 | 59 | 35 |
| Octal | 362 | 32 | 331 | 0 | 131 | 12 | 5 | 463 | 131 | 65 |
| Binary | 11110010 | 11010 | 11011001 | 0 | 1011001 | 1010 | 101 | 100110011 | 1011001 | 110101 |
Color Harmonies of #F21AD9
Complementary color
Monochromatic Colors of #F21AD9
Black with #F21AD9
Text Example
Text Example
White with #F21AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AD9; }
p { color: rgb(242,26,217); }
H1.HeaderClassName
{
color: #F21AD9;
}
.AnyTagClassName
{
color: #F21AD9;
}
</style>
background-color css
<style>
a { background-color: #F21AD9; }
a { background-color: rgb(242,26,217); }
div.DivClassName
{
background-color: #F21AD9;
}
.BgClassName
{
background-color: #F21AD9;
}
</style>
border-color css
<style>
span { border-color: #F21AD9; }
span { border-color: rgb(242,26,217); }
td.TdClassName
{
border-color: #F21AD9;
}
.TagClassName
{
border-color: #F21AD9;
}
</style>