Shades of Shocking Pink #FE16D6
Tints of Shocking Pink #FE16D6
RGB
CMYK
RGB Variations
Color information
#FE16D6 (or 0xFE16D6) is known color: Shocking Pink. HEX triplet: FE, 16 and D6. RGB value is (254,22,214). Sum of RGB (Red+Green+Blue) = 254+22+214=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16D6 is #01E929. Grayscale: #707070. Windows color (decimal): -125226 or 14030590. OLE color: 14030590.
HSL color Cylindrical-coordinate representation of color #FE16D6: hue angle of 310.34º 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 #FE16D6 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 214 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.00 |
| HSL | 310.34º | 0.99% | 0.54% | - |
| HSV(B) | 310.34º | 0.91% | 1% | - |
| XYZ | 53.3 | 26.5 | 65.92 | - |
| YUV | 113.26 | 184.86 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 214 | 0 | 0.91 | 0.16 | 0.00 | 310.34 | 0.99 | 0.54 |
| Hex | FE | 16 | D6 | 0 | 5B | 10 | 0 | 136 | 63 | 36 |
| Octal | 376 | 26 | 326 | 0 | 133 | 20 | 0 | 466 | 143 | 66 |
| Binary | 11111110 | 10110 | 11010110 | 0 | 1011011 | 10000 | 0 | 100110110 | 1100011 | 110110 |
Color Harmonies of #FE16D6
Complementary color
Monochromatic Colors of #FE16D6
Black with #FE16D6
Text Example
Text Example
White with #FE16D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16D6; }
p { color: rgb(254,22,214); }
H1.HeaderClassName
{
color: #FE16D6;
}
.AnyTagClassName
{
color: #FE16D6;
}
</style>
background-color css
<style>
a { background-color: #FE16D6; }
a { background-color: rgb(254,22,214); }
div.DivClassName
{
background-color: #FE16D6;
}
.BgClassName
{
background-color: #FE16D6;
}
</style>
border-color css
<style>
span { border-color: #FE16D6; }
span { border-color: rgb(254,22,214); }
td.TdClassName
{
border-color: #FE16D6;
}
.TagClassName
{
border-color: #FE16D6;
}
</style>