Shades of Magenta #FE20FB
Tints of Magenta #FE20FB
RGB
CMYK
RGB Variations
Color information
#FE20FB (or 0xFE20FB) is known color: Magenta. HEX triplet: FE, 20 and FB. RGB value is (254,32,251). Sum of RGB (Red+Green+Blue) = 254+32+251=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 32 (12.89% from 255 or 5.96% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20FB is #01DF04. Grayscale: #7A7A7A. Windows color (decimal): -122629 or 16457982. OLE color: 16457982.
HSL color Cylindrical-coordinate representation of color #FE20FB: hue angle of 300.81º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20FB is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 251 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.00 |
| HSL | 300.81º | 0.99% | 0.56% | - |
| HSV(B) | 300.81º | 0.87% | 1% | - |
| XYZ | 58.8 | 29.07 | 93.78 | - |
| YUV | 123.34 | 200.05 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 251 | 0 | 0.87 | 0.01 | 0.00 | 300.81 | 0.99 | 0.56 |
| Hex | FE | 20 | FB | 0 | 57 | 1 | 0 | 12D | 63 | 38 |
| Octal | 376 | 40 | 373 | 0 | 127 | 1 | 0 | 455 | 143 | 70 |
| Binary | 11111110 | 100000 | 11111011 | 0 | 1010111 | 1 | 0 | 100101101 | 1100011 | 111000 |
Color Harmonies of #FE20FB
Complementary color
Monochromatic Colors of #FE20FB
Black with #FE20FB
Text Example
Text Example
White with #FE20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20FB; }
p { color: rgb(254,32,251); }
H1.HeaderClassName
{
color: #FE20FB;
}
.AnyTagClassName
{
color: #FE20FB;
}
</style>
background-color css
<style>
a { background-color: #FE20FB; }
a { background-color: rgb(254,32,251); }
div.DivClassName
{
background-color: #FE20FB;
}
.BgClassName
{
background-color: #FE20FB;
}
</style>
border-color css
<style>
span { border-color: #FE20FB; }
span { border-color: rgb(254,32,251); }
td.TdClassName
{
border-color: #FE20FB;
}
.TagClassName
{
border-color: #FE20FB;
}
</style>