Html Css Color HEX #F54DDD Free Speech Magenta
📋 copy color: '#F54DDD'red 245 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #F54DDD
Tints of Free Speech Magenta #F54DDD
RGB
CMYK
RGB Variations
Color information
#F54DDD (or 0xF54DDD) is known color: Free Speech Magenta. HEX triplet: F5, 4D and DD. RGB value is (245,77,221). Sum of RGB (Red+Green+Blue) = 245+77+221=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54DDD is #0AB222. Grayscale: #8F8F8F. Windows color (decimal): -700963 or 14503413. OLE color: 14503413.
HSL color Cylindrical-coordinate representation of color #F54DDD: hue angle of 308.57º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54DDD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 221 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.04 |
| HSL | 308.57º | 0.89% | 0.63% | - |
| HSV(B) | 308.57º | 0.69% | 0.96% | - |
| XYZ | 53.36 | 29.94 | 71.37 | - |
| YUV | 143.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 221 | 0 | 0.69 | 0.10 | 0.04 | 308.57 | 0.89 | 0.63 |
| Hex | F5 | 4D | DD | 0 | 45 | A | 4 | 135 | 59 | 3F |
| Octal | 365 | 115 | 335 | 0 | 105 | 12 | 4 | 465 | 131 | 77 |
| Binary | 11110101 | 1001101 | 11011101 | 0 | 1000101 | 1010 | 100 | 100110101 | 1011001 | 111111 |
Color Harmonies of #F54DDD
Complementary color
Monochromatic Colors of #F54DDD
Black with #F54DDD
Text Example
Text Example
White with #F54DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DDD; }
p { color: rgb(245,77,221); }
H1.HeaderClassName
{
color: #F54DDD;
}
.AnyTagClassName
{
color: #F54DDD;
}
</style>
background-color css
<style>
a { background-color: #F54DDD; }
a { background-color: rgb(245,77,221); }
div.DivClassName
{
background-color: #F54DDD;
}
.BgClassName
{
background-color: #F54DDD;
}
</style>
border-color css
<style>
span { border-color: #F54DDD; }
span { border-color: rgb(245,77,221); }
td.TdClassName
{
border-color: #F54DDD;
}
.TagClassName
{
border-color: #F54DDD;
}
</style>