Shades of Shocking Pink #F21BBB
Tints of Shocking Pink #F21BBB
RGB
CMYK
RGB Variations
Color information
#F21BBB (or 0xF21BBB) is known color: Shocking Pink. HEX triplet: F2, 1B and BB. RGB value is (242,27,187). Sum of RGB (Red+Green+Blue) = 242+27+187=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21BBB is #0DE444. Grayscale: #6D6D6D. Windows color (decimal): -910405 or 12262386. OLE color: 12262386.
HSL color Cylindrical-coordinate representation of color #F21BBB: hue angle of 315.35º 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 #F21BBB is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 187 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.05 |
| HSL | 315.35º | 0.89% | 0.53% | - |
| HSV(B) | 315.35º | 0.89% | 0.95% | - |
| XYZ | 45.98 | 23.25 | 49.08 | - |
| YUV | 109.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 187 | 0 | 0.89 | 0.23 | 0.05 | 315.35 | 0.89 | 0.53 |
| Hex | F2 | 1B | BB | 0 | 59 | 17 | 5 | 13B | 59 | 35 |
| Octal | 362 | 33 | 273 | 0 | 131 | 27 | 5 | 473 | 131 | 65 |
| Binary | 11110010 | 11011 | 10111011 | 0 | 1011001 | 10111 | 101 | 100111011 | 1011001 | 110101 |
Color Harmonies of #F21BBB
Complementary color
Monochromatic Colors of #F21BBB
Black with #F21BBB
Text Example
Text Example
White with #F21BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BBB; }
p { color: rgb(242,27,187); }
H1.HeaderClassName
{
color: #F21BBB;
}
.AnyTagClassName
{
color: #F21BBB;
}
</style>
background-color css
<style>
a { background-color: #F21BBB; }
a { background-color: rgb(242,27,187); }
div.DivClassName
{
background-color: #F21BBB;
}
.BgClassName
{
background-color: #F21BBB;
}
</style>
border-color css
<style>
span { border-color: #F21BBB; }
span { border-color: rgb(242,27,187); }
td.TdClassName
{
border-color: #F21BBB;
}
.TagClassName
{
border-color: #F21BBB;
}
</style>