Shades of Hot Magenta #FE00CB
Tints of Hot Magenta #FE00CB
RGB
CMYK
RGB Variations
Color information
#FE00CB (or 0xFE00CB) is known color: Hot Magenta. HEX triplet: FE, 00 and CB. RGB value is (254,0,203). Sum of RGB (Red+Green+Blue) = 254+0+203=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00CB is #01FF34. Grayscale: #626262. Windows color (decimal): -130869 or 13304062. OLE color: 13304062.
HSL color Cylindrical-coordinate representation of color #FE00CB: hue angle of 312.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00CB is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.20 | 0.00 |
| HSL | 312.05º | 1% | 0.5% | - |
| HSV(B) | 312.05º | 1% | 1% | - |
| XYZ | 51.65 | 25.38 | 58.68 | - |
| YUV | 99.09 | 186.65 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 203 | 0 | 1 | 0.20 | 0.00 | 312.05 | 1 | 0.5 |
| Hex | FE | 0 | CB | 0 | 64 | 14 | 0 | 138 | 64 | 32 |
| Octal | 376 | 0 | 313 | 0 | 144 | 24 | 0 | 470 | 144 | 62 |
| Binary | 11111110 | 0 | 11001011 | 0 | 1100100 | 10100 | 0 | 100111000 | 1100100 | 110010 |
Color Harmonies of #FE00CB
Complementary color
Monochromatic Colors of #FE00CB
Black with #FE00CB
Text Example
Text Example
White with #FE00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00CB; }
p { color: rgb(254,0,203); }
H1.HeaderClassName
{
color: #FE00CB;
}
.AnyTagClassName
{
color: #FE00CB;
}
</style>
background-color css
<style>
a { background-color: #FE00CB; }
a { background-color: rgb(254,0,203); }
div.DivClassName
{
background-color: #FE00CB;
}
.BgClassName
{
background-color: #FE00CB;
}
</style>
border-color css
<style>
span { border-color: #FE00CB; }
span { border-color: rgb(254,0,203); }
td.TdClassName
{
border-color: #FE00CB;
}
.TagClassName
{
border-color: #FE00CB;
}
</style>