Shades of Shocking Pink #F21ADB
Tints of Shocking Pink #F21ADB
RGB
CMYK
RGB Variations
Color information
#F21ADB (or 0xF21ADB) is known color: Shocking Pink. HEX triplet: F2, 1A and DB. RGB value is (242,26,219). Sum of RGB (Red+Green+Blue) = 242+26+219=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ADB is #0DE524. Grayscale: #707070. Windows color (decimal): -910629 or 14359282. OLE color: 14359282.
HSL color Cylindrical-coordinate representation of color #F21ADB: hue angle of 306.39º 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 #F21ADB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.05 |
| HSL | 306.39º | 0.89% | 0.53% | - |
| HSV(B) | 306.39º | 0.89% | 0.95% | - |
| XYZ | 49.77 | 24.73 | 69.17 | - |
| YUV | 112.59 | 188.06 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 219 | 0 | 0.89 | 0.10 | 0.05 | 306.39 | 0.89 | 0.53 |
| Hex | F2 | 1A | DB | 0 | 59 | A | 5 | 132 | 59 | 35 |
| Octal | 362 | 32 | 333 | 0 | 131 | 12 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11010 | 11011011 | 0 | 1011001 | 1010 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21ADB
Complementary color
Monochromatic Colors of #F21ADB
Black with #F21ADB
Text Example
Text Example
White with #F21ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ADB; }
p { color: rgb(242,26,219); }
H1.HeaderClassName
{
color: #F21ADB;
}
.AnyTagClassName
{
color: #F21ADB;
}
</style>
background-color css
<style>
a { background-color: #F21ADB; }
a { background-color: rgb(242,26,219); }
div.DivClassName
{
background-color: #F21ADB;
}
.BgClassName
{
background-color: #F21ADB;
}
</style>
border-color css
<style>
span { border-color: #F21ADB; }
span { border-color: rgb(242,26,219); }
td.TdClassName
{
border-color: #F21ADB;
}
.TagClassName
{
border-color: #F21ADB;
}
</style>