Shades of Magenta #FE0AF2
Tints of Magenta #FE0AF2
RGB
CMYK
RGB Variations
Color information
#FE0AF2 (or 0xFE0AF2) is known color: Magenta. HEX triplet: FE, 0A and F2. RGB value is (254,10,242). Sum of RGB (Red+Green+Blue) = 254+10+242=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF2 is #01F50D. Grayscale: #6C6C6C. Windows color (decimal): -128270 or 15862526. OLE color: 15862526.
HSL color Cylindrical-coordinate representation of color #FE0AF2: hue angle of 302.95º 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 #FE0AF2 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 242 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.00 |
| HSL | 302.95º | 0.99% | 0.52% | - |
| HSV(B) | 302.95º | 0.96% | 1% | - |
| XYZ | 57.01 | 27.7 | 86.35 | - |
| YUV | 109.4 | 202.84 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 242 | 0 | 0.96 | 0.05 | 0.00 | 302.95 | 0.99 | 0.52 |
| Hex | FE | A | F2 | 0 | 60 | 5 | 0 | 12F | 63 | 34 |
| Octal | 376 | 12 | 362 | 0 | 140 | 5 | 0 | 457 | 143 | 64 |
| Binary | 11111110 | 1010 | 11110010 | 0 | 1100000 | 101 | 0 | 100101111 | 1100011 | 110100 |
Color Harmonies of #FE0AF2
Complementary color
Monochromatic Colors of #FE0AF2
Black with #FE0AF2
Text Example
Text Example
White with #FE0AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AF2; }
p { color: rgb(254,10,242); }
H1.HeaderClassName
{
color: #FE0AF2;
}
.AnyTagClassName
{
color: #FE0AF2;
}
</style>
background-color css
<style>
a { background-color: #FE0AF2; }
a { background-color: rgb(254,10,242); }
div.DivClassName
{
background-color: #FE0AF2;
}
.BgClassName
{
background-color: #FE0AF2;
}
</style>
border-color css
<style>
span { border-color: #FE0AF2; }
span { border-color: rgb(254,10,242); }
td.TdClassName
{
border-color: #FE0AF2;
}
.TagClassName
{
border-color: #FE0AF2;
}
</style>