Shades of Shocking Pink #FE09C6
Tints of Shocking Pink #FE09C6
RGB
CMYK
RGB Variations
Color information
#FE09C6 (or 0xFE09C6) is known color: Shocking Pink. HEX triplet: FE, 09 and C6. RGB value is (254,9,198). Sum of RGB (Red+Green+Blue) = 254+9+198=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09C6 is #01F639. Grayscale: #676767. Windows color (decimal): -128570 or 12978686. OLE color: 12978686.
HSL color Cylindrical-coordinate representation of color #FE09C6: hue angle of 313.71º 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 #FE09C6 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.00 |
| HSL | 313.71º | 0.99% | 0.52% | - |
| HSV(B) | 313.71º | 0.96% | 1% | - |
| XYZ | 51.16 | 25.34 | 55.62 | - |
| YUV | 103.8 | 181.17 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 198 | 0 | 0.96 | 0.22 | 0.00 | 313.71 | 0.99 | 0.52 |
| Hex | FE | 9 | C6 | 0 | 60 | 16 | 0 | 13A | 63 | 34 |
| Octal | 376 | 11 | 306 | 0 | 140 | 26 | 0 | 472 | 143 | 64 |
| Binary | 11111110 | 1001 | 11000110 | 0 | 1100000 | 10110 | 0 | 100111010 | 1100011 | 110100 |
Color Harmonies of #FE09C6
Complementary color
Monochromatic Colors of #FE09C6
Black with #FE09C6
Text Example
Text Example
White with #FE09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09C6; }
p { color: rgb(254,9,198); }
H1.HeaderClassName
{
color: #FE09C6;
}
.AnyTagClassName
{
color: #FE09C6;
}
</style>
background-color css
<style>
a { background-color: #FE09C6; }
a { background-color: rgb(254,9,198); }
div.DivClassName
{
background-color: #FE09C6;
}
.BgClassName
{
background-color: #FE09C6;
}
</style>
border-color css
<style>
span { border-color: #FE09C6; }
span { border-color: rgb(254,9,198); }
td.TdClassName
{
border-color: #FE09C6;
}
.TagClassName
{
border-color: #FE09C6;
}
</style>