Shades of Shocking Pink #F21AC5
Tints of Shocking Pink #F21AC5
RGB
CMYK
RGB Variations
Color information
#F21AC5 (or 0xF21AC5) is known color: Shocking Pink. HEX triplet: F2, 1A and C5. RGB value is (242,26,197). Sum of RGB (Red+Green+Blue) = 242+26+197=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AC5 is #0DE53A. Grayscale: #6D6D6D. Windows color (decimal): -910651 or 12917490. OLE color: 12917490.
HSL color Cylindrical-coordinate representation of color #F21AC5: hue angle of 312.5º 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 #F21AC5 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 197 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.05 |
| HSL | 312.5º | 0.89% | 0.53% | - |
| HSV(B) | 312.5º | 0.89% | 0.95% | - |
| XYZ | 47.07 | 23.65 | 54.91 | - |
| YUV | 110.08 | 177.06 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 197 | 0 | 0.89 | 0.19 | 0.05 | 312.5 | 0.89 | 0.53 |
| Hex | F2 | 1A | C5 | 0 | 59 | 13 | 5 | 138 | 59 | 35 |
| Octal | 362 | 32 | 305 | 0 | 131 | 23 | 5 | 470 | 131 | 65 |
| Binary | 11110010 | 11010 | 11000101 | 0 | 1011001 | 10011 | 101 | 100111000 | 1011001 | 110101 |
Color Harmonies of #F21AC5
Complementary color
Monochromatic Colors of #F21AC5
Black with #F21AC5
Text Example
Text Example
White with #F21AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AC5; }
p { color: rgb(242,26,197); }
H1.HeaderClassName
{
color: #F21AC5;
}
.AnyTagClassName
{
color: #F21AC5;
}
</style>
background-color css
<style>
a { background-color: #F21AC5; }
a { background-color: rgb(242,26,197); }
div.DivClassName
{
background-color: #F21AC5;
}
.BgClassName
{
background-color: #F21AC5;
}
</style>
border-color css
<style>
span { border-color: #F21AC5; }
span { border-color: rgb(242,26,197); }
td.TdClassName
{
border-color: #F21AC5;
}
.TagClassName
{
border-color: #F21AC5;
}
</style>