Shades of Shocking Pink #F21AB8
Tints of Shocking Pink #F21AB8
RGB
CMYK
RGB Variations
Color information
#F21AB8 (or 0xF21AB8) is known color: Shocking Pink. HEX triplet: F2, 1A and B8. RGB value is (242,26,184). Sum of RGB (Red+Green+Blue) = 242+26+184=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AB8 is #0DE547. Grayscale: #6C6C6C. Windows color (decimal): -910664 or 12065522. OLE color: 12065522.
HSL color Cylindrical-coordinate representation of color #F21AB8: hue angle of 316.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 #F21AB8 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 184 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.05 |
| HSL | 316.11º | 0.89% | 0.53% | - |
| HSV(B) | 316.11º | 0.89% | 0.95% | - |
| XYZ | 45.64 | 23.08 | 47.4 | - |
| YUV | 108.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 184 | 0 | 0.89 | 0.24 | 0.05 | 316.11 | 0.89 | 0.53 |
| Hex | F2 | 1A | B8 | 0 | 59 | 18 | 5 | 13C | 59 | 35 |
| Octal | 362 | 32 | 270 | 0 | 131 | 30 | 5 | 474 | 131 | 65 |
| Binary | 11110010 | 11010 | 10111000 | 0 | 1011001 | 11000 | 101 | 100111100 | 1011001 | 110101 |
Color Harmonies of #F21AB8
Complementary color
Monochromatic Colors of #F21AB8
Black with #F21AB8
Text Example
Text Example
White with #F21AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AB8; }
p { color: rgb(242,26,184); }
H1.HeaderClassName
{
color: #F21AB8;
}
.AnyTagClassName
{
color: #F21AB8;
}
</style>
background-color css
<style>
a { background-color: #F21AB8; }
a { background-color: rgb(242,26,184); }
div.DivClassName
{
background-color: #F21AB8;
}
.BgClassName
{
background-color: #F21AB8;
}
</style>
border-color css
<style>
span { border-color: #F21AB8; }
span { border-color: rgb(242,26,184); }
td.TdClassName
{
border-color: #F21AB8;
}
.TagClassName
{
border-color: #F21AB8;
}
</style>