Shades of Shocking Pink #F21ACB
Tints of Shocking Pink #F21ACB
RGB
CMYK
RGB Variations
Color information
#F21ACB (or 0xF21ACB) is known color: Shocking Pink. HEX triplet: F2, 1A and CB. RGB value is (242,26,203). Sum of RGB (Red+Green+Blue) = 242+26+203=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ACB is #0DE534. Grayscale: #6E6E6E. Windows color (decimal): -910645 or 13310706. OLE color: 13310706.
HSL color Cylindrical-coordinate representation of color #F21ACB: hue angle of 310.83º 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 #F21ACB is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.05 |
| HSL | 310.83º | 0.89% | 0.53% | - |
| HSV(B) | 310.83º | 0.89% | 0.95% | - |
| XYZ | 47.77 | 23.93 | 58.6 | - |
| YUV | 110.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 203 | 0 | 0.89 | 0.16 | 0.05 | 310.83 | 0.89 | 0.53 |
| Hex | F2 | 1A | CB | 0 | 59 | 10 | 5 | 137 | 59 | 35 |
| Octal | 362 | 32 | 313 | 0 | 131 | 20 | 5 | 467 | 131 | 65 |
| Binary | 11110010 | 11010 | 11001011 | 0 | 1011001 | 10000 | 101 | 100110111 | 1011001 | 110101 |
Color Harmonies of #F21ACB
Complementary color
Monochromatic Colors of #F21ACB
Black with #F21ACB
Text Example
Text Example
White with #F21ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ACB; }
p { color: rgb(242,26,203); }
H1.HeaderClassName
{
color: #F21ACB;
}
.AnyTagClassName
{
color: #F21ACB;
}
</style>
background-color css
<style>
a { background-color: #F21ACB; }
a { background-color: rgb(242,26,203); }
div.DivClassName
{
background-color: #F21ACB;
}
.BgClassName
{
background-color: #F21ACB;
}
</style>
border-color css
<style>
span { border-color: #F21ACB; }
span { border-color: rgb(242,26,203); }
td.TdClassName
{
border-color: #F21ACB;
}
.TagClassName
{
border-color: #F21ACB;
}
</style>