Shades of Shocking Pink #FE09C0
Tints of Shocking Pink #FE09C0
RGB
CMYK
RGB Variations
Color information
#FE09C0 (or 0xFE09C0) is known color: Shocking Pink. HEX triplet: FE, 09 and C0. RGB value is (254,9,192). Sum of RGB (Red+Green+Blue) = 254+9+192=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09C0 is #01F63F. Grayscale: #666666. Windows color (decimal): -128576 or 12585470. OLE color: 12585470.
HSL color Cylindrical-coordinate representation of color #FE09C0: hue angle of 315.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE09C0 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.00 |
| HSL | 315.18º | 0.99% | 0.52% | - |
| HSV(B) | 315.18º | 0.96% | 1% | - |
| XYZ | 50.49 | 25.07 | 52.05 | - |
| YUV | 103.12 | 178.17 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 192 | 0 | 0.96 | 0.24 | 0.00 | 315.18 | 0.99 | 0.52 |
| Hex | FE | 9 | C0 | 0 | 60 | 18 | 0 | 13B | 63 | 34 |
| Octal | 376 | 11 | 300 | 0 | 140 | 30 | 0 | 473 | 143 | 64 |
| Binary | 11111110 | 1001 | 11000000 | 0 | 1100000 | 11000 | 0 | 100111011 | 1100011 | 110100 |
Color Harmonies of #FE09C0
Complementary color
Monochromatic Colors of #FE09C0
Black with #FE09C0
Text Example
Text Example
White with #FE09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09C0; }
p { color: rgb(254,9,192); }
H1.HeaderClassName
{
color: #FE09C0;
}
.AnyTagClassName
{
color: #FE09C0;
}
</style>
background-color css
<style>
a { background-color: #FE09C0; }
a { background-color: rgb(254,9,192); }
div.DivClassName
{
background-color: #FE09C0;
}
.BgClassName
{
background-color: #FE09C0;
}
</style>
border-color css
<style>
span { border-color: #FE09C0; }
span { border-color: rgb(254,9,192); }
td.TdClassName
{
border-color: #FE09C0;
}
.TagClassName
{
border-color: #FE09C0;
}
</style>