Html Css Color HEX #FF50E2 Free Speech Magenta
📋 copy color: '#FF50E2'red 255 ◦ green 80 ◦ blue 226
Shades of Free Speech Magenta #FF50E2
Tints of Free Speech Magenta #FF50E2
RGB
CMYK
RGB Variations
Color information
#FF50E2 (or 0xFF50E2) is known color: Free Speech Magenta. HEX triplet: FF, 50 and E2. RGB value is (255,80,226). Sum of RGB (Red+Green+Blue) = 255+80+226=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50E2 is #00AF1D. Grayscale: #949494. Windows color (decimal): -44830 or 14831871. OLE color: 14831871.
HSL color Cylindrical-coordinate representation of color #FF50E2: hue angle of 309.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50E2 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 226 | - |
| CMYK | 0 | 0.69 | 0.11 | 0 |
| HSL | 309.94º | 1% | 0.66% | - |
| HSV(B) | 309.94º | 0.69% | 1% | - |
| XYZ | 57.84 | 32.49 | 75.17 | - |
| YUV | 148.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 226 | 0 | 0.69 | 0.11 | 0 | 309.94 | 1 | 0.66 |
| Hex | FF | 50 | E2 | 0 | 45 | B | 0 | 136 | 64 | 42 |
| Octal | 377 | 120 | 342 | 0 | 105 | 13 | 0 | 466 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11100010 | 0 | 1000101 | 1011 | 0 | 100110110 | 1100100 | 1000010 |
Color Harmonies of #FF50E2
Complementary color
Monochromatic Colors of #FF50E2
Black with #FF50E2
Text Example
Text Example
White with #FF50E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50E2; }
p { color: rgb(255,80,226); }
H1.HeaderClassName
{
color: #FF50E2;
}
.AnyTagClassName
{
color: #FF50E2;
}
</style>
background-color css
<style>
a { background-color: #FF50E2; }
a { background-color: rgb(255,80,226); }
div.DivClassName
{
background-color: #FF50E2;
}
.BgClassName
{
background-color: #FF50E2;
}
</style>
border-color css
<style>
span { border-color: #FF50E2; }
span { border-color: rgb(255,80,226); }
td.TdClassName
{
border-color: #FF50E2;
}
.TagClassName
{
border-color: #FF50E2;
}
</style>