Shades of Hot Magenta #FE06CA
Tints of Hot Magenta #FE06CA
RGB
CMYK
RGB Variations
Color information
#FE06CA (or 0xFE06CA) is known color: Hot Magenta. HEX triplet: FE, 06 and CA. RGB value is (254,6,202). Sum of RGB (Red+Green+Blue) = 254+6+202=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06CA is #01F935. Grayscale: #656565. Windows color (decimal): -129334 or 13240062. OLE color: 13240062.
HSL color Cylindrical-coordinate representation of color #FE06CA: hue angle of 312.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE06CA is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 202 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.00 |
| HSL | 312.58º | 0.99% | 0.51% | - |
| HSV(B) | 312.58º | 0.98% | 1% | - |
| XYZ | 51.6 | 25.47 | 58.07 | - |
| YUV | 102.5 | 184.16 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 202 | 0 | 0.98 | 0.20 | 0.00 | 312.58 | 0.99 | 0.51 |
| Hex | FE | 6 | CA | 0 | 62 | 14 | 0 | 139 | 63 | 33 |
| Octal | 376 | 6 | 312 | 0 | 142 | 24 | 0 | 471 | 143 | 63 |
| Binary | 11111110 | 110 | 11001010 | 0 | 1100010 | 10100 | 0 | 100111001 | 1100011 | 110011 |
Color Harmonies of #FE06CA
Complementary color
Monochromatic Colors of #FE06CA
Black with #FE06CA
Text Example
Text Example
White with #FE06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06CA; }
p { color: rgb(254,6,202); }
H1.HeaderClassName
{
color: #FE06CA;
}
.AnyTagClassName
{
color: #FE06CA;
}
</style>
background-color css
<style>
a { background-color: #FE06CA; }
a { background-color: rgb(254,6,202); }
div.DivClassName
{
background-color: #FE06CA;
}
.BgClassName
{
background-color: #FE06CA;
}
</style>
border-color css
<style>
span { border-color: #FE06CA; }
span { border-color: rgb(254,6,202); }
td.TdClassName
{
border-color: #FE06CA;
}
.TagClassName
{
border-color: #FE06CA;
}
</style>