Shades of Shocking Pink #FE16C7
Tints of Shocking Pink #FE16C7
RGB
CMYK
RGB Variations
Color information
#FE16C7 (or 0xFE16C7) is known color: Shocking Pink. HEX triplet: FE, 16 and C7. RGB value is (254,22,199). Sum of RGB (Red+Green+Blue) = 254+22+199=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16C7 is #01E938. Grayscale: #6F6F6F. Windows color (decimal): -125241 or 13047550. OLE color: 13047550.
HSL color Cylindrical-coordinate representation of color #FE16C7: hue angle of 314.22º 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 #FE16C7 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 199 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.00 |
| HSL | 314.22º | 0.99% | 0.54% | - |
| HSV(B) | 314.22º | 0.91% | 1% | - |
| XYZ | 51.47 | 25.77 | 56.29 | - |
| YUV | 111.55 | 177.36 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 199 | 0 | 0.91 | 0.22 | 0.00 | 314.22 | 0.99 | 0.54 |
| Hex | FE | 16 | C7 | 0 | 5B | 16 | 0 | 13A | 63 | 36 |
| Octal | 376 | 26 | 307 | 0 | 133 | 26 | 0 | 472 | 143 | 66 |
| Binary | 11111110 | 10110 | 11000111 | 0 | 1011011 | 10110 | 0 | 100111010 | 1100011 | 110110 |
Color Harmonies of #FE16C7
Complementary color
Monochromatic Colors of #FE16C7
Black with #FE16C7
Text Example
Text Example
White with #FE16C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16C7; }
p { color: rgb(254,22,199); }
H1.HeaderClassName
{
color: #FE16C7;
}
.AnyTagClassName
{
color: #FE16C7;
}
</style>
background-color css
<style>
a { background-color: #FE16C7; }
a { background-color: rgb(254,22,199); }
div.DivClassName
{
background-color: #FE16C7;
}
.BgClassName
{
background-color: #FE16C7;
}
</style>
border-color css
<style>
span { border-color: #FE16C7; }
span { border-color: rgb(254,22,199); }
td.TdClassName
{
border-color: #FE16C7;
}
.TagClassName
{
border-color: #FE16C7;
}
</style>