Shades of Shocking Pink #F21CBB
Tints of Shocking Pink #F21CBB
RGB
CMYK
RGB Variations
Color information
#F21CBB (or 0xF21CBB) is known color: Shocking Pink. HEX triplet: F2, 1C and BB. RGB value is (242,28,187). Sum of RGB (Red+Green+Blue) = 242+28+187=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CBB is #0DE344. Grayscale: #6D6D6D. Windows color (decimal): -910149 or 12262642. OLE color: 12262642.
HSL color Cylindrical-coordinate representation of color #F21CBB: hue angle of 315.42º 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 #F21CBB is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 187 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 315.42º | 0.89% | 0.53% | - |
| HSV(B) | 315.42º | 0.88% | 0.95% | - |
| XYZ | 46 | 23.3 | 49.09 | - |
| YUV | 110.11 | 171.4 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 187 | 0 | 0.88 | 0.23 | 0.05 | 315.42 | 0.89 | 0.53 |
| Hex | F2 | 1C | BB | 0 | 58 | 17 | 5 | 13B | 59 | 35 |
| Octal | 362 | 34 | 273 | 0 | 130 | 27 | 5 | 473 | 131 | 65 |
| Binary | 11110010 | 11100 | 10111011 | 0 | 1011000 | 10111 | 101 | 100111011 | 1011001 | 110101 |
Color Harmonies of #F21CBB
Complementary color
Monochromatic Colors of #F21CBB
Black with #F21CBB
Text Example
Text Example
White with #F21CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CBB; }
p { color: rgb(242,28,187); }
H1.HeaderClassName
{
color: #F21CBB;
}
.AnyTagClassName
{
color: #F21CBB;
}
</style>
background-color css
<style>
a { background-color: #F21CBB; }
a { background-color: rgb(242,28,187); }
div.DivClassName
{
background-color: #F21CBB;
}
.BgClassName
{
background-color: #F21CBB;
}
</style>
border-color css
<style>
span { border-color: #F21CBB; }
span { border-color: rgb(242,28,187); }
td.TdClassName
{
border-color: #F21CBB;
}
.TagClassName
{
border-color: #F21CBB;
}
</style>