Shades of Magenta #FE0AF3
Tints of Magenta #FE0AF3
RGB
CMYK
RGB Variations
Color information
#FE0AF3 (or 0xFE0AF3) is known color: Magenta. HEX triplet: FE, 0A and F3. RGB value is (254,10,243). Sum of RGB (Red+Green+Blue) = 254+10+243=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 10 (4.30% from 255 or 1.97% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF3 is #01F50C. Grayscale: #6C6C6C. Windows color (decimal): -128269 or 15928062. OLE color: 15928062.
HSL color Cylindrical-coordinate representation of color #FE0AF3: hue angle of 302.7º 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 #FE0AF3 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 243 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.00 |
| HSL | 302.7º | 0.99% | 0.52% | - |
| HSV(B) | 302.7º | 0.96% | 1% | - |
| XYZ | 57.16 | 27.76 | 87.14 | - |
| YUV | 109.52 | 203.34 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 243 | 0 | 0.96 | 0.04 | 0.00 | 302.7 | 0.99 | 0.52 |
| Hex | FE | A | F3 | 0 | 60 | 4 | 0 | 12F | 63 | 34 |
| Octal | 376 | 12 | 363 | 0 | 140 | 4 | 0 | 457 | 143 | 64 |
| Binary | 11111110 | 1010 | 11110011 | 0 | 1100000 | 100 | 0 | 100101111 | 1100011 | 110100 |
Color Harmonies of #FE0AF3
Complementary color
Monochromatic Colors of #FE0AF3
Black with #FE0AF3
Text Example
Text Example
White with #FE0AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AF3; }
p { color: rgb(254,10,243); }
H1.HeaderClassName
{
color: #FE0AF3;
}
.AnyTagClassName
{
color: #FE0AF3;
}
</style>
background-color css
<style>
a { background-color: #FE0AF3; }
a { background-color: rgb(254,10,243); }
div.DivClassName
{
background-color: #FE0AF3;
}
.BgClassName
{
background-color: #FE0AF3;
}
</style>
border-color css
<style>
span { border-color: #FE0AF3; }
span { border-color: rgb(254,10,243); }
td.TdClassName
{
border-color: #FE0AF3;
}
.TagClassName
{
border-color: #FE0AF3;
}
</style>