Html Css Color HEX #FF50E5 Free Speech Magenta
📋 copy color: '#FF50E5'red 255 ◦ green 80 ◦ blue 229
Shades of Free Speech Magenta #FF50E5
Tints of Free Speech Magenta #FF50E5
RGB
CMYK
RGB Variations
Color information
#FF50E5 (or 0xFF50E5) is known color: Free Speech Magenta. HEX triplet: FF, 50 and E5. RGB value is (255,80,229). Sum of RGB (Red+Green+Blue) = 255+80+229=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 80 (31.64% from 255 or 14.18% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50E5 is #00AF1A. Grayscale: #949494. Windows color (decimal): -44827 or 15028479. OLE color: 15028479.
HSL color Cylindrical-coordinate representation of color #FF50E5: hue angle of 308.91º 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 #FF50E5 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 229 | - |
| CMYK | 0 | 0.69 | 0.10 | 0 |
| HSL | 308.91º | 1% | 0.66% | - |
| HSV(B) | 308.91º | 0.69% | 1% | - |
| XYZ | 58.25 | 32.65 | 77.36 | - |
| YUV | 149.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 229 | 0 | 0.69 | 0.10 | 0 | 308.91 | 1 | 0.66 |
| Hex | FF | 50 | E5 | 0 | 45 | A | 0 | 135 | 64 | 42 |
| Octal | 377 | 120 | 345 | 0 | 105 | 12 | 0 | 465 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11100101 | 0 | 1000101 | 1010 | 0 | 100110101 | 1100100 | 1000010 |
Color Harmonies of #FF50E5
Complementary color
Monochromatic Colors of #FF50E5
Black with #FF50E5
Text Example
Text Example
White with #FF50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50E5; }
p { color: rgb(255,80,229); }
H1.HeaderClassName
{
color: #FF50E5;
}
.AnyTagClassName
{
color: #FF50E5;
}
</style>
background-color css
<style>
a { background-color: #FF50E5; }
a { background-color: rgb(255,80,229); }
div.DivClassName
{
background-color: #FF50E5;
}
.BgClassName
{
background-color: #FF50E5;
}
</style>
border-color css
<style>
span { border-color: #FF50E5; }
span { border-color: rgb(255,80,229); }
td.TdClassName
{
border-color: #FF50E5;
}
.TagClassName
{
border-color: #FF50E5;
}
</style>