Shades of Hot Magenta #FE0FCF
Tints of Hot Magenta #FE0FCF
RGB
CMYK
RGB Variations
Color information
#FE0FCF (or 0xFE0FCF) is known color: Hot Magenta. HEX triplet: FE, 0F and CF. RGB value is (254,15,207). Sum of RGB (Red+Green+Blue) = 254+15+207=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FCF is #01F030. Grayscale: #6B6B6B. Windows color (decimal): -127025 or 13570046. OLE color: 13570046.
HSL color Cylindrical-coordinate representation of color #FE0FCF: hue angle of 311.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FCF is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.00 |
| HSL | 311.8º | 0.99% | 0.53% | - |
| HSV(B) | 311.8º | 0.94% | 1% | - |
| XYZ | 52.31 | 25.92 | 61.28 | - |
| YUV | 108.35 | 183.68 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 207 | 0 | 0.94 | 0.19 | 0.00 | 311.8 | 0.99 | 0.53 |
| Hex | FE | F | CF | 0 | 5E | 13 | 0 | 138 | 63 | 35 |
| Octal | 376 | 17 | 317 | 0 | 136 | 23 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 1111 | 11001111 | 0 | 1011110 | 10011 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE0FCF
Complementary color
Monochromatic Colors of #FE0FCF
Black with #FE0FCF
Text Example
Text Example
White with #FE0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FCF; }
p { color: rgb(254,15,207); }
H1.HeaderClassName
{
color: #FE0FCF;
}
.AnyTagClassName
{
color: #FE0FCF;
}
</style>
background-color css
<style>
a { background-color: #FE0FCF; }
a { background-color: rgb(254,15,207); }
div.DivClassName
{
background-color: #FE0FCF;
}
.BgClassName
{
background-color: #FE0FCF;
}
</style>
border-color css
<style>
span { border-color: #FE0FCF; }
span { border-color: rgb(254,15,207); }
td.TdClassName
{
border-color: #FE0FCF;
}
.TagClassName
{
border-color: #FE0FCF;
}
</style>