Shades of Shocking Pink #F21BC1
Tints of Shocking Pink #F21BC1
RGB
CMYK
RGB Variations
Color information
#F21BC1 (or 0xF21BC1) is known color: Shocking Pink. HEX triplet: F2, 1B and C1. RGB value is (242,27,193). Sum of RGB (Red+Green+Blue) = 242+27+193=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21BC1 is #0DE43E. Grayscale: #6D6D6D. Windows color (decimal): -910399 or 12655602. OLE color: 12655602.
HSL color Cylindrical-coordinate representation of color #F21BC1: hue angle of 313.67º 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 #F21BC1 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 193 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.05 |
| HSL | 313.67º | 0.89% | 0.53% | - |
| HSV(B) | 313.67º | 0.89% | 0.95% | - |
| XYZ | 46.64 | 23.51 | 52.53 | - |
| YUV | 110.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 193 | 0 | 0.89 | 0.20 | 0.05 | 313.67 | 0.89 | 0.53 |
| Hex | F2 | 1B | C1 | 0 | 59 | 14 | 5 | 13A | 59 | 35 |
| Octal | 362 | 33 | 301 | 0 | 131 | 24 | 5 | 472 | 131 | 65 |
| Binary | 11110010 | 11011 | 11000001 | 0 | 1011001 | 10100 | 101 | 100111010 | 1011001 | 110101 |
Color Harmonies of #F21BC1
Complementary color
Monochromatic Colors of #F21BC1
Black with #F21BC1
Text Example
Text Example
White with #F21BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BC1; }
p { color: rgb(242,27,193); }
H1.HeaderClassName
{
color: #F21BC1;
}
.AnyTagClassName
{
color: #F21BC1;
}
</style>
background-color css
<style>
a { background-color: #F21BC1; }
a { background-color: rgb(242,27,193); }
div.DivClassName
{
background-color: #F21BC1;
}
.BgClassName
{
background-color: #F21BC1;
}
</style>
border-color css
<style>
span { border-color: #F21BC1; }
span { border-color: rgb(242,27,193); }
td.TdClassName
{
border-color: #F21BC1;
}
.TagClassName
{
border-color: #F21BC1;
}
</style>