Shades of Shocking Pink #F21BC6
Tints of Shocking Pink #F21BC6
RGB
CMYK
RGB Variations
Color information
#F21BC6 (or 0xF21BC6) is known color: Shocking Pink. HEX triplet: F2, 1B and C6. RGB value is (242,27,198). Sum of RGB (Red+Green+Blue) = 242+27+198=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21BC6 is #0DE439. Grayscale: #6E6E6E. Windows color (decimal): -910394 or 12983282. OLE color: 12983282.
HSL color Cylindrical-coordinate representation of color #F21BC6: hue angle of 312.28º 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 #F21BC6 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 198 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.05 |
| HSL | 312.28º | 0.89% | 0.53% | - |
| HSV(B) | 312.28º | 0.89% | 0.95% | - |
| XYZ | 47.2 | 23.74 | 55.52 | - |
| YUV | 110.78 | 177.23 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 198 | 0 | 0.89 | 0.18 | 0.05 | 312.28 | 0.89 | 0.53 |
| Hex | F2 | 1B | C6 | 0 | 59 | 12 | 5 | 138 | 59 | 35 |
| Octal | 362 | 33 | 306 | 0 | 131 | 22 | 5 | 470 | 131 | 65 |
| Binary | 11110010 | 11011 | 11000110 | 0 | 1011001 | 10010 | 101 | 100111000 | 1011001 | 110101 |
Color Harmonies of #F21BC6
Complementary color
Monochromatic Colors of #F21BC6
Black with #F21BC6
Text Example
Text Example
White with #F21BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BC6; }
p { color: rgb(242,27,198); }
H1.HeaderClassName
{
color: #F21BC6;
}
.AnyTagClassName
{
color: #F21BC6;
}
</style>
background-color css
<style>
a { background-color: #F21BC6; }
a { background-color: rgb(242,27,198); }
div.DivClassName
{
background-color: #F21BC6;
}
.BgClassName
{
background-color: #F21BC6;
}
</style>
border-color css
<style>
span { border-color: #F21BC6; }
span { border-color: rgb(242,27,198); }
td.TdClassName
{
border-color: #F21BC6;
}
.TagClassName
{
border-color: #F21BC6;
}
</style>