Html Css Color HEX #FE50E4 Free Speech Magenta
📋 copy color: '#FE50E4'red 254 ◦ green 80 ◦ blue 228
Shades of Free Speech Magenta #FE50E4
Tints of Free Speech Magenta #FE50E4
RGB
CMYK
RGB Variations
Color information
#FE50E4 (or 0xFE50E4) is known color: Free Speech Magenta. HEX triplet: FE, 50 and E4. RGB value is (254,80,228). Sum of RGB (Red+Green+Blue) = 254+80+228=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50E4 is #01AF1B. Grayscale: #949494. Windows color (decimal): -110364 or 14962942. OLE color: 14962942.
HSL color Cylindrical-coordinate representation of color #FE50E4: hue angle of 308.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50E4 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 228 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.00 |
| HSL | 308.97º | 0.99% | 0.65% | - |
| HSV(B) | 308.97º | 0.69% | 1% | - |
| XYZ | 57.75 | 32.41 | 76.61 | - |
| YUV | 148.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 228 | 0 | 0.69 | 0.10 | 0.00 | 308.97 | 0.99 | 0.65 |
| Hex | FE | 50 | E4 | 0 | 45 | A | 0 | 135 | 63 | 41 |
| Octal | 376 | 120 | 344 | 0 | 105 | 12 | 0 | 465 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11100100 | 0 | 1000101 | 1010 | 0 | 100110101 | 1100011 | 1000001 |
Color Harmonies of #FE50E4
Complementary color
Monochromatic Colors of #FE50E4
Black with #FE50E4
Text Example
Text Example
White with #FE50E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50E4; }
p { color: rgb(254,80,228); }
H1.HeaderClassName
{
color: #FE50E4;
}
.AnyTagClassName
{
color: #FE50E4;
}
</style>
background-color css
<style>
a { background-color: #FE50E4; }
a { background-color: rgb(254,80,228); }
div.DivClassName
{
background-color: #FE50E4;
}
.BgClassName
{
background-color: #FE50E4;
}
</style>
border-color css
<style>
span { border-color: #FE50E4; }
span { border-color: rgb(254,80,228); }
td.TdClassName
{
border-color: #FE50E4;
}
.TagClassName
{
border-color: #FE50E4;
}
</style>