Shades of Shocking Pink #FE16BB
Tints of Shocking Pink #FE16BB
RGB
CMYK
RGB Variations
Color information
#FE16BB (or 0xFE16BB) is known color: Shocking Pink. HEX triplet: FE, 16 and BB. RGB value is (254,22,187). Sum of RGB (Red+Green+Blue) = 254+22+187=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16BB is #01E944. Grayscale: #6D6D6D. Windows color (decimal): -125253 or 12261118. OLE color: 12261118.
HSL color Cylindrical-coordinate representation of color #FE16BB: hue angle of 317.33º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE16BB is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 187 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.00 |
| HSL | 317.33º | 0.99% | 0.54% | - |
| HSV(B) | 317.33º | 0.91% | 1% | - |
| XYZ | 50.13 | 25.23 | 49.24 | - |
| YUV | 110.18 | 171.36 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 187 | 0 | 0.91 | 0.26 | 0.00 | 317.33 | 0.99 | 0.54 |
| Hex | FE | 16 | BB | 0 | 5B | 1A | 0 | 13D | 63 | 36 |
| Octal | 376 | 26 | 273 | 0 | 133 | 32 | 0 | 475 | 143 | 66 |
| Binary | 11111110 | 10110 | 10111011 | 0 | 1011011 | 11010 | 0 | 100111101 | 1100011 | 110110 |
Color Harmonies of #FE16BB
Complementary color
Monochromatic Colors of #FE16BB
Black with #FE16BB
Text Example
Text Example
White with #FE16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16BB; }
p { color: rgb(254,22,187); }
H1.HeaderClassName
{
color: #FE16BB;
}
.AnyTagClassName
{
color: #FE16BB;
}
</style>
background-color css
<style>
a { background-color: #FE16BB; }
a { background-color: rgb(254,22,187); }
div.DivClassName
{
background-color: #FE16BB;
}
.BgClassName
{
background-color: #FE16BB;
}
</style>
border-color css
<style>
span { border-color: #FE16BB; }
span { border-color: rgb(254,22,187); }
td.TdClassName
{
border-color: #FE16BB;
}
.TagClassName
{
border-color: #FE16BB;
}
</style>