Shades of Magenta #FE02F3
Tints of Magenta #FE02F3
RGB
CMYK
RGB Variations
Color information
#FE02F3 (or 0xFE02F3) is known color: Magenta. HEX triplet: FE, 02 and F3. RGB value is (254,2,243). Sum of RGB (Red+Green+Blue) = 254+2+243=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 2 (1.17% from 255 or 0.40% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02F3 is #01FD0C. Grayscale: #686868. Windows color (decimal): -130317 or 15926014. OLE color: 15926014.
HSL color Cylindrical-coordinate representation of color #FE02F3: hue angle of 302.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02F3 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 243 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.00 |
| HSL | 302.62º | 0.99% | 0.5% | - |
| HSV(B) | 302.62º | 0.99% | 1% | - |
| XYZ | 57.07 | 27.59 | 87.11 | - |
| YUV | 104.82 | 205.99 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 243 | 0 | 0.99 | 0.04 | 0.00 | 302.62 | 0.99 | 0.5 |
| Hex | FE | 2 | F3 | 0 | 63 | 4 | 0 | 12F | 63 | 32 |
| Octal | 376 | 2 | 363 | 0 | 143 | 4 | 0 | 457 | 143 | 62 |
| Binary | 11111110 | 10 | 11110011 | 0 | 1100011 | 100 | 0 | 100101111 | 1100011 | 110010 |
Color Harmonies of #FE02F3
Complementary color
Monochromatic Colors of #FE02F3
Black with #FE02F3
Text Example
Text Example
White with #FE02F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02F3; }
p { color: rgb(254,2,243); }
H1.HeaderClassName
{
color: #FE02F3;
}
.AnyTagClassName
{
color: #FE02F3;
}
</style>
background-color css
<style>
a { background-color: #FE02F3; }
a { background-color: rgb(254,2,243); }
div.DivClassName
{
background-color: #FE02F3;
}
.BgClassName
{
background-color: #FE02F3;
}
</style>
border-color css
<style>
span { border-color: #FE02F3; }
span { border-color: rgb(254,2,243); }
td.TdClassName
{
border-color: #FE02F3;
}
.TagClassName
{
border-color: #FE02F3;
}
</style>