Html Css Color HEX #FF5EDF Free Speech Magenta
📋 copy color: '#FF5EDF'red 255 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #FF5EDF
Tints of Free Speech Magenta #FF5EDF
RGB
CMYK
RGB Variations
Color information
#FF5EDF (or 0xFF5EDF) is known color: Free Speech Magenta. HEX triplet: FF, 5E and DF. RGB value is (255,94,223). Sum of RGB (Red+Green+Blue) = 255+94+223=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 94 (37.11% from 255 or 16.43% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EDF is #00A120. Grayscale: #9C9C9C. Windows color (decimal): -41249 or 14638847. OLE color: 14638847.
HSL color Cylindrical-coordinate representation of color #FF5EDF: hue angle of 311.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EDF is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 223 | - |
| CMYK | 0 | 0.63 | 0.13 | 0 |
| HSL | 311.93º | 1% | 0.68% | - |
| HSV(B) | 311.93º | 0.63% | 1% | - |
| XYZ | 58.56 | 34.59 | 73.4 | - |
| YUV | 156.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 223 | 0 | 0.63 | 0.13 | 0 | 311.93 | 1 | 0.68 |
| Hex | FF | 5E | DF | 0 | 3F | D | 0 | 138 | 64 | 44 |
| Octal | 377 | 136 | 337 | 0 | 77 | 15 | 0 | 470 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11011111 | 0 | 111111 | 1101 | 0 | 100111000 | 1100100 | 1000100 |
Color Harmonies of #FF5EDF
Complementary color
Monochromatic Colors of #FF5EDF
Black with #FF5EDF
Text Example
Text Example
White with #FF5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EDF; }
p { color: rgb(255,94,223); }
H1.HeaderClassName
{
color: #FF5EDF;
}
.AnyTagClassName
{
color: #FF5EDF;
}
</style>
background-color css
<style>
a { background-color: #FF5EDF; }
a { background-color: rgb(255,94,223); }
div.DivClassName
{
background-color: #FF5EDF;
}
.BgClassName
{
background-color: #FF5EDF;
}
</style>
border-color css
<style>
span { border-color: #FF5EDF; }
span { border-color: rgb(255,94,223); }
td.TdClassName
{
border-color: #FF5EDF;
}
.TagClassName
{
border-color: #FF5EDF;
}
</style>