Html Css Color HEX #FF54E5 Free Speech Magenta
📋 copy color: '#FF54E5'red 255 ◦ green 84 ◦ blue 229
Shades of Free Speech Magenta #FF54E5
Tints of Free Speech Magenta #FF54E5
RGB
CMYK
RGB Variations
Color information
#FF54E5 (or 0xFF54E5) is known color: Free Speech Magenta. HEX triplet: FF, 54 and E5. RGB value is (255,84,229). Sum of RGB (Red+Green+Blue) = 255+84+229=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 84 (33.20% from 255 or 14.79% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF54E5 is #00AB1A. Grayscale: #979797. Windows color (decimal): -43803 or 15029503. OLE color: 15029503.
HSL color Cylindrical-coordinate representation of color #FF54E5: hue angle of 309.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54E5 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 229 | - |
| CMYK | 0 | 0.67 | 0.10 | 0 |
| HSL | 309.12º | 1% | 0.66% | - |
| HSV(B) | 309.12º | 0.67% | 1% | - |
| XYZ | 58.55 | 33.26 | 77.46 | - |
| YUV | 151.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 229 | 0 | 0.67 | 0.10 | 0 | 309.12 | 1 | 0.66 |
| Hex | FF | 54 | E5 | 0 | 43 | A | 0 | 135 | 64 | 42 |
| Octal | 377 | 124 | 345 | 0 | 103 | 12 | 0 | 465 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11100101 | 0 | 1000011 | 1010 | 0 | 100110101 | 1100100 | 1000010 |
Color Harmonies of #FF54E5
Complementary color
Monochromatic Colors of #FF54E5
Black with #FF54E5
Text Example
Text Example
White with #FF54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54E5; }
p { color: rgb(255,84,229); }
H1.HeaderClassName
{
color: #FF54E5;
}
.AnyTagClassName
{
color: #FF54E5;
}
</style>
background-color css
<style>
a { background-color: #FF54E5; }
a { background-color: rgb(255,84,229); }
div.DivClassName
{
background-color: #FF54E5;
}
.BgClassName
{
background-color: #FF54E5;
}
</style>
border-color css
<style>
span { border-color: #FF54E5; }
span { border-color: rgb(255,84,229); }
td.TdClassName
{
border-color: #FF54E5;
}
.TagClassName
{
border-color: #FF54E5;
}
</style>