Shades of Shocking Pink #F21CBA
Tints of Shocking Pink #F21CBA
RGB
CMYK
RGB Variations
Color information
#F21CBA (or 0xF21CBA) is known color: Shocking Pink. HEX triplet: F2, 1C and BA. RGB value is (242,28,186). Sum of RGB (Red+Green+Blue) = 242+28+186=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CBA is #0DE345. Grayscale: #6D6D6D. Windows color (decimal): -910150 or 12197106. OLE color: 12197106.
HSL color Cylindrical-coordinate representation of color #F21CBA: hue angle of 315.7º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21CBA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 186 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 315.7º | 0.89% | 0.53% | - |
| HSV(B) | 315.7º | 0.88% | 0.95% | - |
| XYZ | 45.9 | 23.25 | 48.52 | - |
| YUV | 110 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 186 | 0 | 0.88 | 0.23 | 0.05 | 315.7 | 0.89 | 0.53 |
| Hex | F2 | 1C | BA | 0 | 58 | 17 | 5 | 13C | 59 | 35 |
| Octal | 362 | 34 | 272 | 0 | 130 | 27 | 5 | 474 | 131 | 65 |
| Binary | 11110010 | 11100 | 10111010 | 0 | 1011000 | 10111 | 101 | 100111100 | 1011001 | 110101 |
Color Harmonies of #F21CBA
Complementary color
Monochromatic Colors of #F21CBA
Black with #F21CBA
Text Example
Text Example
White with #F21CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CBA; }
p { color: rgb(242,28,186); }
H1.HeaderClassName
{
color: #F21CBA;
}
.AnyTagClassName
{
color: #F21CBA;
}
</style>
background-color css
<style>
a { background-color: #F21CBA; }
a { background-color: rgb(242,28,186); }
div.DivClassName
{
background-color: #F21CBA;
}
.BgClassName
{
background-color: #F21CBA;
}
</style>
border-color css
<style>
span { border-color: #F21CBA; }
span { border-color: rgb(242,28,186); }
td.TdClassName
{
border-color: #F21CBA;
}
.TagClassName
{
border-color: #F21CBA;
}
</style>