Shades of Magenta #FE13FB
Tints of Magenta #FE13FB
RGB
CMYK
RGB Variations
Color information
#FE13FB (or 0xFE13FB) is known color: Magenta. HEX triplet: FE, 13 and FB. RGB value is (254,19,251). Sum of RGB (Red+Green+Blue) = 254+19+251=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 19 (7.81% from 255 or 3.63% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13FB is #01EC04. Grayscale: #737373. Windows color (decimal): -125957 or 16454654. OLE color: 16454654.
HSL color Cylindrical-coordinate representation of color #FE13FB: hue angle of 300.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13FB is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 251 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.00 |
| HSL | 300.77º | 0.99% | 0.54% | - |
| HSV(B) | 300.77º | 0.93% | 1% | - |
| XYZ | 58.52 | 28.5 | 93.68 | - |
| YUV | 115.71 | 204.36 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 251 | 0 | 0.93 | 0.01 | 0.00 | 300.77 | 0.99 | 0.54 |
| Hex | FE | 13 | FB | 0 | 5D | 1 | 0 | 12D | 63 | 36 |
| Octal | 376 | 23 | 373 | 0 | 135 | 1 | 0 | 455 | 143 | 66 |
| Binary | 11111110 | 10011 | 11111011 | 0 | 1011101 | 1 | 0 | 100101101 | 1100011 | 110110 |
Color Harmonies of #FE13FB
Complementary color
Monochromatic Colors of #FE13FB
Black with #FE13FB
Text Example
Text Example
White with #FE13FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13FB; }
p { color: rgb(254,19,251); }
H1.HeaderClassName
{
color: #FE13FB;
}
.AnyTagClassName
{
color: #FE13FB;
}
</style>
background-color css
<style>
a { background-color: #FE13FB; }
a { background-color: rgb(254,19,251); }
div.DivClassName
{
background-color: #FE13FB;
}
.BgClassName
{
background-color: #FE13FB;
}
</style>
border-color css
<style>
span { border-color: #FE13FB; }
span { border-color: rgb(254,19,251); }
td.TdClassName
{
border-color: #FE13FB;
}
.TagClassName
{
border-color: #FE13FB;
}
</style>