Html Css Color HEX #FE50E2 Free Speech Magenta
📋 copy color: '#FE50E2'red 254 ◦ green 80 ◦ blue 226
Shades of Free Speech Magenta #FE50E2
Tints of Free Speech Magenta #FE50E2
RGB
CMYK
RGB Variations
Color information
#FE50E2 (or 0xFE50E2) is known color: Free Speech Magenta. HEX triplet: FE, 50 and E2. RGB value is (254,80,226). Sum of RGB (Red+Green+Blue) = 254+80+226=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 80 (31.64% from 255 or 14.29% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50E2 is #01AF1D. Grayscale: #949494. Windows color (decimal): -110366 or 14831870. OLE color: 14831870.
HSL color Cylindrical-coordinate representation of color #FE50E2: hue angle of 309.66º 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 #FE50E2 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 226 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.00 |
| HSL | 309.66º | 0.99% | 0.65% | - |
| HSV(B) | 309.66º | 0.69% | 1% | - |
| XYZ | 57.47 | 32.3 | 75.16 | - |
| YUV | 148.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 226 | 0 | 0.69 | 0.11 | 0.00 | 309.66 | 0.99 | 0.65 |
| Hex | FE | 50 | E2 | 0 | 45 | B | 0 | 136 | 63 | 41 |
| Octal | 376 | 120 | 342 | 0 | 105 | 13 | 0 | 466 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11100010 | 0 | 1000101 | 1011 | 0 | 100110110 | 1100011 | 1000001 |
Color Harmonies of #FE50E2
Complementary color
Monochromatic Colors of #FE50E2
Black with #FE50E2
Text Example
Text Example
White with #FE50E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50E2; }
p { color: rgb(254,80,226); }
H1.HeaderClassName
{
color: #FE50E2;
}
.AnyTagClassName
{
color: #FE50E2;
}
</style>
background-color css
<style>
a { background-color: #FE50E2; }
a { background-color: rgb(254,80,226); }
div.DivClassName
{
background-color: #FE50E2;
}
.BgClassName
{
background-color: #FE50E2;
}
</style>
border-color css
<style>
span { border-color: #FE50E2; }
span { border-color: rgb(254,80,226); }
td.TdClassName
{
border-color: #FE50E2;
}
.TagClassName
{
border-color: #FE50E2;
}
</style>