Html Css Color HEX #FE50E0 Free Speech Magenta
📋 copy color: '#FE50E0'red 254 ◦ green 80 ◦ blue 224
Shades of Free Speech Magenta #FE50E0
Tints of Free Speech Magenta #FE50E0
RGB
CMYK
RGB Variations
Color information
#FE50E0 (or 0xFE50E0) is known color: Free Speech Magenta. HEX triplet: FE, 50 and E0. RGB value is (254,80,224). Sum of RGB (Red+Green+Blue) = 254+80+224=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50E0 is #01AF1F. Grayscale: #949494. Windows color (decimal): -110368 or 14700798. OLE color: 14700798.
HSL color Cylindrical-coordinate representation of color #FE50E0: hue angle of 310.34º 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 #FE50E0 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 224 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.00 |
| HSL | 310.34º | 0.99% | 0.65% | - |
| HSV(B) | 310.34º | 0.69% | 1% | - |
| XYZ | 57.2 | 32.19 | 73.72 | - |
| YUV | 148.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 224 | 0 | 0.69 | 0.12 | 0.00 | 310.34 | 0.99 | 0.65 |
| Hex | FE | 50 | E0 | 0 | 45 | C | 0 | 136 | 63 | 41 |
| Octal | 376 | 120 | 340 | 0 | 105 | 14 | 0 | 466 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11100000 | 0 | 1000101 | 1100 | 0 | 100110110 | 1100011 | 1000001 |
Color Harmonies of #FE50E0
Complementary color
Monochromatic Colors of #FE50E0
Black with #FE50E0
Text Example
Text Example
White with #FE50E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50E0; }
p { color: rgb(254,80,224); }
H1.HeaderClassName
{
color: #FE50E0;
}
.AnyTagClassName
{
color: #FE50E0;
}
</style>
background-color css
<style>
a { background-color: #FE50E0; }
a { background-color: rgb(254,80,224); }
div.DivClassName
{
background-color: #FE50E0;
}
.BgClassName
{
background-color: #FE50E0;
}
</style>
border-color css
<style>
span { border-color: #FE50E0; }
span { border-color: rgb(254,80,224); }
td.TdClassName
{
border-color: #FE50E0;
}
.TagClassName
{
border-color: #FE50E0;
}
</style>