Shades of Shocking Pink #F21AD1
Tints of Shocking Pink #F21AD1
RGB
CMYK
RGB Variations
Color information
#F21AD1 (or 0xF21AD1) is known color: Shocking Pink. HEX triplet: F2, 1A and D1. RGB value is (242,26,209). Sum of RGB (Red+Green+Blue) = 242+26+209=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AD1 is #0DE52E. Grayscale: #6E6E6E. Windows color (decimal): -910639 or 13703922. OLE color: 13703922.
HSL color Cylindrical-coordinate representation of color #F21AD1: hue angle of 309.17º 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 #F21AD1 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 209 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.05 |
| HSL | 309.17º | 0.89% | 0.53% | - |
| HSV(B) | 309.17º | 0.89% | 0.95% | - |
| XYZ | 48.5 | 24.22 | 62.44 | - |
| YUV | 111.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 209 | 0 | 0.89 | 0.14 | 0.05 | 309.17 | 0.89 | 0.53 |
| Hex | F2 | 1A | D1 | 0 | 59 | E | 5 | 135 | 59 | 35 |
| Octal | 362 | 32 | 321 | 0 | 131 | 16 | 5 | 465 | 131 | 65 |
| Binary | 11110010 | 11010 | 11010001 | 0 | 1011001 | 1110 | 101 | 100110101 | 1011001 | 110101 |
Color Harmonies of #F21AD1
Complementary color
Monochromatic Colors of #F21AD1
Black with #F21AD1
Text Example
Text Example
White with #F21AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AD1; }
p { color: rgb(242,26,209); }
H1.HeaderClassName
{
color: #F21AD1;
}
.AnyTagClassName
{
color: #F21AD1;
}
</style>
background-color css
<style>
a { background-color: #F21AD1; }
a { background-color: rgb(242,26,209); }
div.DivClassName
{
background-color: #F21AD1;
}
.BgClassName
{
background-color: #F21AD1;
}
</style>
border-color css
<style>
span { border-color: #F21AD1; }
span { border-color: rgb(242,26,209); }
td.TdClassName
{
border-color: #F21AD1;
}
.TagClassName
{
border-color: #F21AD1;
}
</style>