Shades of Shocking Pink #FE16D1
Tints of Shocking Pink #FE16D1
RGB
CMYK
RGB Variations
Color information
#FE16D1 (or 0xFE16D1) is known color: Shocking Pink. HEX triplet: FE, 16 and D1. RGB value is (254,22,209). Sum of RGB (Red+Green+Blue) = 254+22+209=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16D1 is #01E92E. Grayscale: #707070. Windows color (decimal): -125231 or 13702910. OLE color: 13702910.
HSL color Cylindrical-coordinate representation of color #FE16D1: hue angle of 311.64º 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 #FE16D1 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 209 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.00 |
| HSL | 311.64º | 0.99% | 0.54% | - |
| HSV(B) | 311.64º | 0.91% | 1% | - |
| XYZ | 52.67 | 26.25 | 62.61 | - |
| YUV | 112.69 | 182.36 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 209 | 0 | 0.91 | 0.18 | 0.00 | 311.64 | 0.99 | 0.54 |
| Hex | FE | 16 | D1 | 0 | 5B | 12 | 0 | 138 | 63 | 36 |
| Octal | 376 | 26 | 321 | 0 | 133 | 22 | 0 | 470 | 143 | 66 |
| Binary | 11111110 | 10110 | 11010001 | 0 | 1011011 | 10010 | 0 | 100111000 | 1100011 | 110110 |
Color Harmonies of #FE16D1
Complementary color
Monochromatic Colors of #FE16D1
Black with #FE16D1
Text Example
Text Example
White with #FE16D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16D1; }
p { color: rgb(254,22,209); }
H1.HeaderClassName
{
color: #FE16D1;
}
.AnyTagClassName
{
color: #FE16D1;
}
</style>
background-color css
<style>
a { background-color: #FE16D1; }
a { background-color: rgb(254,22,209); }
div.DivClassName
{
background-color: #FE16D1;
}
.BgClassName
{
background-color: #FE16D1;
}
</style>
border-color css
<style>
span { border-color: #FE16D1; }
span { border-color: rgb(254,22,209); }
td.TdClassName
{
border-color: #FE16D1;
}
.TagClassName
{
border-color: #FE16D1;
}
</style>