Html Css Color HEX #F54ED1 Free Speech Magenta
📋 copy color: '#F54ED1'red 245 ◦ green 78 ◦ blue 209
Shades of Free Speech Magenta #F54ED1
Tints of Free Speech Magenta #F54ED1
RGB
CMYK
RGB Variations
Color information
#F54ED1 (or 0xF54ED1) is known color: Free Speech Magenta. HEX triplet: F5, 4E and D1. RGB value is (245,78,209). Sum of RGB (Red+Green+Blue) = 245+78+209=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F54ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54ED1 is #0AB12E. Grayscale: #8E8E8E. Windows color (decimal): -700719 or 13717237. OLE color: 13717237.
HSL color Cylindrical-coordinate representation of color #F54ED1: hue angle of 312.93º 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 #F54ED1 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 209 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.04 |
| HSL | 312.93º | 0.89% | 0.63% | - |
| HSV(B) | 312.93º | 0.68% | 0.96% | - |
| XYZ | 51.89 | 29.46 | 63.27 | - |
| YUV | 142.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 209 | 0 | 0.68 | 0.15 | 0.04 | 312.93 | 0.89 | 0.63 |
| Hex | F5 | 4E | D1 | 0 | 44 | F | 4 | 139 | 59 | 3F |
| Octal | 365 | 116 | 321 | 0 | 104 | 17 | 4 | 471 | 131 | 77 |
| Binary | 11110101 | 1001110 | 11010001 | 0 | 1000100 | 1111 | 100 | 100111001 | 1011001 | 111111 |
Color Harmonies of #F54ED1
Complementary color
Monochromatic Colors of #F54ED1
Black with #F54ED1
Text Example
Text Example
White with #F54ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54ED1; }
p { color: rgb(245,78,209); }
H1.HeaderClassName
{
color: #F54ED1;
}
.AnyTagClassName
{
color: #F54ED1;
}
</style>
background-color css
<style>
a { background-color: #F54ED1; }
a { background-color: rgb(245,78,209); }
div.DivClassName
{
background-color: #F54ED1;
}
.BgClassName
{
background-color: #F54ED1;
}
</style>
border-color css
<style>
span { border-color: #F54ED1; }
span { border-color: rgb(245,78,209); }
td.TdClassName
{
border-color: #F54ED1;
}
.TagClassName
{
border-color: #F54ED1;
}
</style>