Shades of Shocking Pink #F21BBC
Tints of Shocking Pink #F21BBC
RGB
CMYK
RGB Variations
Color information
#F21BBC (or 0xF21BBC) is known color: Shocking Pink. HEX triplet: F2, 1B and BC. RGB value is (242,27,188). Sum of RGB (Red+Green+Blue) = 242+27+188=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21BBC is #0DE443. Grayscale: #6D6D6D. Windows color (decimal): -910404 or 12327922. OLE color: 12327922.
HSL color Cylindrical-coordinate representation of color #F21BBC: hue angle of 315.07º 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 #F21BBC is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.05 |
| HSL | 315.07º | 0.89% | 0.53% | - |
| HSV(B) | 315.07º | 0.89% | 0.95% | - |
| XYZ | 46.09 | 23.29 | 49.64 | - |
| YUV | 109.64 | 172.23 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 188 | 0 | 0.89 | 0.22 | 0.05 | 315.07 | 0.89 | 0.53 |
| Hex | F2 | 1B | BC | 0 | 59 | 16 | 5 | 13B | 59 | 35 |
| Octal | 362 | 33 | 274 | 0 | 131 | 26 | 5 | 473 | 131 | 65 |
| Binary | 11110010 | 11011 | 10111100 | 0 | 1011001 | 10110 | 101 | 100111011 | 1011001 | 110101 |
Color Harmonies of #F21BBC
Complementary color
Monochromatic Colors of #F21BBC
Black with #F21BBC
Text Example
Text Example
White with #F21BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BBC; }
p { color: rgb(242,27,188); }
H1.HeaderClassName
{
color: #F21BBC;
}
.AnyTagClassName
{
color: #F21BBC;
}
</style>
background-color css
<style>
a { background-color: #F21BBC; }
a { background-color: rgb(242,27,188); }
div.DivClassName
{
background-color: #F21BBC;
}
.BgClassName
{
background-color: #F21BBC;
}
</style>
border-color css
<style>
span { border-color: #F21BBC; }
span { border-color: rgb(242,27,188); }
td.TdClassName
{
border-color: #F21BBC;
}
.TagClassName
{
border-color: #F21BBC;
}
</style>