Shades of Hot Magenta #FE09CA
Tints of Hot Magenta #FE09CA
RGB
CMYK
RGB Variations
Color information
#FE09CA (or 0xFE09CA) is known color: Hot Magenta. HEX triplet: FE, 09 and CA. RGB value is (254,9,202). Sum of RGB (Red+Green+Blue) = 254+9+202=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09CA is #01F635. Grayscale: #676767. Windows color (decimal): -128566 or 13240830. OLE color: 13240830.
HSL color Cylindrical-coordinate representation of color #FE09CA: hue angle of 312.73º 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 #FE09CA is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 202 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.00 |
| HSL | 312.73º | 0.99% | 0.52% | - |
| HSV(B) | 312.73º | 0.96% | 1% | - |
| XYZ | 51.63 | 25.53 | 58.08 | - |
| YUV | 104.26 | 183.17 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 202 | 0 | 0.96 | 0.20 | 0.00 | 312.73 | 0.99 | 0.52 |
| Hex | FE | 9 | CA | 0 | 60 | 14 | 0 | 139 | 63 | 34 |
| Octal | 376 | 11 | 312 | 0 | 140 | 24 | 0 | 471 | 143 | 64 |
| Binary | 11111110 | 1001 | 11001010 | 0 | 1100000 | 10100 | 0 | 100111001 | 1100011 | 110100 |
Color Harmonies of #FE09CA
Complementary color
Monochromatic Colors of #FE09CA
Black with #FE09CA
Text Example
Text Example
White with #FE09CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09CA; }
p { color: rgb(254,9,202); }
H1.HeaderClassName
{
color: #FE09CA;
}
.AnyTagClassName
{
color: #FE09CA;
}
</style>
background-color css
<style>
a { background-color: #FE09CA; }
a { background-color: rgb(254,9,202); }
div.DivClassName
{
background-color: #FE09CA;
}
.BgClassName
{
background-color: #FE09CA;
}
</style>
border-color css
<style>
span { border-color: #FE09CA; }
span { border-color: rgb(254,9,202); }
td.TdClassName
{
border-color: #FE09CA;
}
.TagClassName
{
border-color: #FE09CA;
}
</style>