Html Css Color HEX #F54FDB Free Speech Magenta
📋 copy color: '#F54FDB'red 245 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #F54FDB
Tints of Free Speech Magenta #F54FDB
RGB
CMYK
RGB Variations
Color information
#F54FDB (or 0xF54FDB) is known color: Free Speech Magenta. HEX triplet: F5, 4F and DB. RGB value is (245,79,219). Sum of RGB (Red+Green+Blue) = 245+79+219=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F54FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54FDB is #0AB024. Grayscale: #909090. Windows color (decimal): -700453 or 14372853. OLE color: 14372853.
HSL color Cylindrical-coordinate representation of color #F54FDB: hue angle of 309.4º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54FDB is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 219 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.04 |
| HSL | 309.4º | 0.89% | 0.64% | - |
| HSV(B) | 309.4º | 0.68% | 0.96% | - |
| XYZ | 53.24 | 30.12 | 70.03 | - |
| YUV | 144.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 219 | 0 | 0.68 | 0.11 | 0.04 | 309.4 | 0.89 | 0.64 |
| Hex | F5 | 4F | DB | 0 | 44 | B | 4 | 135 | 59 | 40 |
| Octal | 365 | 117 | 333 | 0 | 104 | 13 | 4 | 465 | 131 | 100 |
| Binary | 11110101 | 1001111 | 11011011 | 0 | 1000100 | 1011 | 100 | 100110101 | 1011001 | 1000000 |
Color Harmonies of #F54FDB
Complementary color
Monochromatic Colors of #F54FDB
Black with #F54FDB
Text Example
Text Example
White with #F54FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54FDB; }
p { color: rgb(245,79,219); }
H1.HeaderClassName
{
color: #F54FDB;
}
.AnyTagClassName
{
color: #F54FDB;
}
</style>
background-color css
<style>
a { background-color: #F54FDB; }
a { background-color: rgb(245,79,219); }
div.DivClassName
{
background-color: #F54FDB;
}
.BgClassName
{
background-color: #F54FDB;
}
</style>
border-color css
<style>
span { border-color: #F54FDB; }
span { border-color: rgb(245,79,219); }
td.TdClassName
{
border-color: #F54FDB;
}
.TagClassName
{
border-color: #F54FDB;
}
</style>