Shades of Shocking Pink #F219BB
Tints of Shocking Pink #F219BB
RGB
CMYK
RGB Variations
Color information
#F219BB (or 0xF219BB) is known color: Shocking Pink. HEX triplet: F2, 19 and BB. RGB value is (242,25,187). Sum of RGB (Red+Green+Blue) = 242+25+187=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F219BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219BB is #0DE644. Grayscale: #6B6B6B. Windows color (decimal): -910917 or 12261874. OLE color: 12261874.
HSL color Cylindrical-coordinate representation of color #F219BB: hue angle of 315.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219BB is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 187 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.05 |
| HSL | 315.21º | 0.89% | 0.52% | - |
| HSV(B) | 315.21º | 0.9% | 0.95% | - |
| XYZ | 45.94 | 23.16 | 49.06 | - |
| YUV | 108.35 | 172.39 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 187 | 0 | 0.90 | 0.23 | 0.05 | 315.21 | 0.89 | 0.52 |
| Hex | F2 | 19 | BB | 0 | 5A | 17 | 5 | 13B | 59 | 34 |
| Octal | 362 | 31 | 273 | 0 | 132 | 27 | 5 | 473 | 131 | 64 |
| Binary | 11110010 | 11001 | 10111011 | 0 | 1011010 | 10111 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F219BB
Complementary color
Monochromatic Colors of #F219BB
Black with #F219BB
Text Example
Text Example
White with #F219BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219BB; }
p { color: rgb(242,25,187); }
H1.HeaderClassName
{
color: #F219BB;
}
.AnyTagClassName
{
color: #F219BB;
}
</style>
background-color css
<style>
a { background-color: #F219BB; }
a { background-color: rgb(242,25,187); }
div.DivClassName
{
background-color: #F219BB;
}
.BgClassName
{
background-color: #F219BB;
}
</style>
border-color css
<style>
span { border-color: #F219BB; }
span { border-color: rgb(242,25,187); }
td.TdClassName
{
border-color: #F219BB;
}
.TagClassName
{
border-color: #F219BB;
}
</style>