Shades of Shocking Pink #F217BB
Tints of Shocking Pink #F217BB
RGB
CMYK
RGB Variations
Color information
#F217BB (or 0xF217BB) is known color: Shocking Pink. HEX triplet: F2, 17 and BB. RGB value is (242,23,187). Sum of RGB (Red+Green+Blue) = 242+23+187=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F217BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217BB is #0DE844. Grayscale: #6A6A6A. Windows color (decimal): -911429 or 12261362. OLE color: 12261362.
HSL color Cylindrical-coordinate representation of color #F217BB: hue angle of 315.07º 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 #F217BB is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 187 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.05 |
| HSL | 315.07º | 0.89% | 0.52% | - |
| HSV(B) | 315.07º | 0.9% | 0.95% | - |
| XYZ | 45.89 | 23.08 | 49.05 | - |
| YUV | 107.18 | 173.05 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 187 | 0 | 0.90 | 0.23 | 0.05 | 315.07 | 0.89 | 0.52 |
| Hex | F2 | 17 | BB | 0 | 5A | 17 | 5 | 13B | 59 | 34 |
| Octal | 362 | 27 | 273 | 0 | 132 | 27 | 5 | 473 | 131 | 64 |
| Binary | 11110010 | 10111 | 10111011 | 0 | 1011010 | 10111 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F217BB
Complementary color
Monochromatic Colors of #F217BB
Black with #F217BB
Text Example
Text Example
White with #F217BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217BB; }
p { color: rgb(242,23,187); }
H1.HeaderClassName
{
color: #F217BB;
}
.AnyTagClassName
{
color: #F217BB;
}
</style>
background-color css
<style>
a { background-color: #F217BB; }
a { background-color: rgb(242,23,187); }
div.DivClassName
{
background-color: #F217BB;
}
.BgClassName
{
background-color: #F217BB;
}
</style>
border-color css
<style>
span { border-color: #F217BB; }
span { border-color: rgb(242,23,187); }
td.TdClassName
{
border-color: #F217BB;
}
.TagClassName
{
border-color: #F217BB;
}
</style>