Html Css Color HEX #F54EDA Free Speech Magenta
📋 copy color: '#F54EDA'red 245 ◦ green 78 ◦ blue 218
Shades of Free Speech Magenta #F54EDA
Tints of Free Speech Magenta #F54EDA
RGB
CMYK
RGB Variations
Color information
#F54EDA (or 0xF54EDA) is known color: Free Speech Magenta. HEX triplet: F5, 4E and DA. RGB value is (245,78,218). Sum of RGB (Red+Green+Blue) = 245+78+218=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54EDA is #0AB125. Grayscale: #8F8F8F. Windows color (decimal): -700710 or 14307061. OLE color: 14307061.
HSL color Cylindrical-coordinate representation of color #F54EDA: hue angle of 309.7º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EDA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 218 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.04 |
| HSL | 309.7º | 0.89% | 0.63% | - |
| HSV(B) | 309.7º | 0.68% | 0.96% | - |
| XYZ | 53.04 | 29.92 | 69.31 | - |
| YUV | 143.89 | 169.83 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 218 | 0 | 0.68 | 0.11 | 0.04 | 309.7 | 0.89 | 0.63 |
| Hex | F5 | 4E | DA | 0 | 44 | B | 4 | 136 | 59 | 3F |
| Octal | 365 | 116 | 332 | 0 | 104 | 13 | 4 | 466 | 131 | 77 |
| Binary | 11110101 | 1001110 | 11011010 | 0 | 1000100 | 1011 | 100 | 100110110 | 1011001 | 111111 |
Color Harmonies of #F54EDA
Complementary color
Monochromatic Colors of #F54EDA
Black with #F54EDA
Text Example
Text Example
White with #F54EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EDA; }
p { color: rgb(245,78,218); }
H1.HeaderClassName
{
color: #F54EDA;
}
.AnyTagClassName
{
color: #F54EDA;
}
</style>
background-color css
<style>
a { background-color: #F54EDA; }
a { background-color: rgb(245,78,218); }
div.DivClassName
{
background-color: #F54EDA;
}
.BgClassName
{
background-color: #F54EDA;
}
</style>
border-color css
<style>
span { border-color: #F54EDA; }
span { border-color: rgb(245,78,218); }
td.TdClassName
{
border-color: #F54EDA;
}
.TagClassName
{
border-color: #F54EDA;
}
</style>