Shades of Shocking Pink #F21BC7
Tints of Shocking Pink #F21BC7
RGB
CMYK
RGB Variations
Color information
#F21BC7 (or 0xF21BC7) is known color: Shocking Pink. HEX triplet: F2, 1B and C7. RGB value is (242,27,199). Sum of RGB (Red+Green+Blue) = 242+27+199=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21BC7 is #0DE438. Grayscale: #6E6E6E. Windows color (decimal): -910393 or 13048818. OLE color: 13048818.
HSL color Cylindrical-coordinate representation of color #F21BC7: hue angle of 312º 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 #F21BC7 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 199 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.05 |
| HSL | 312º | 0.89% | 0.53% | - |
| HSV(B) | 312º | 0.89% | 0.95% | - |
| XYZ | 47.32 | 23.78 | 56.13 | - |
| YUV | 110.89 | 177.73 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 199 | 0 | 0.89 | 0.18 | 0.05 | 312 | 0.89 | 0.53 |
| Hex | F2 | 1B | C7 | 0 | 59 | 12 | 5 | 138 | 59 | 35 |
| Octal | 362 | 33 | 307 | 0 | 131 | 22 | 5 | 470 | 131 | 65 |
| Binary | 11110010 | 11011 | 11000111 | 0 | 1011001 | 10010 | 101 | 100111000 | 1011001 | 110101 |
Color Harmonies of #F21BC7
Complementary color
Monochromatic Colors of #F21BC7
Black with #F21BC7
Text Example
Text Example
White with #F21BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BC7; }
p { color: rgb(242,27,199); }
H1.HeaderClassName
{
color: #F21BC7;
}
.AnyTagClassName
{
color: #F21BC7;
}
</style>
background-color css
<style>
a { background-color: #F21BC7; }
a { background-color: rgb(242,27,199); }
div.DivClassName
{
background-color: #F21BC7;
}
.BgClassName
{
background-color: #F21BC7;
}
</style>
border-color css
<style>
span { border-color: #F21BC7; }
span { border-color: rgb(242,27,199); }
td.TdClassName
{
border-color: #F21BC7;
}
.TagClassName
{
border-color: #F21BC7;
}
</style>