Html Css Color HEX #F54BDB Free Speech Magenta
📋 copy color: '#F54BDB'red 245 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #F54BDB
Tints of Free Speech Magenta #F54BDB
RGB
CMYK
RGB Variations
Color information
#F54BDB (or 0xF54BDB) is known color: Free Speech Magenta. HEX triplet: F5, 4B and DB. RGB value is (245,75,219). Sum of RGB (Red+Green+Blue) = 245+75+219=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 75 (29.69% from 255 or 13.91% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54BDB is #0AB424. Grayscale: #8D8D8D. Windows color (decimal): -701477 or 14371829. OLE color: 14371829.
HSL color Cylindrical-coordinate representation of color #F54BDB: hue angle of 309.18º 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 #F54BDB is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 219 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.04 |
| HSL | 309.18º | 0.89% | 0.63% | - |
| HSV(B) | 309.18º | 0.69% | 0.96% | - |
| XYZ | 52.96 | 29.56 | 69.93 | - |
| YUV | 142.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 219 | 0 | 0.69 | 0.11 | 0.04 | 309.18 | 0.89 | 0.63 |
| Hex | F5 | 4B | DB | 0 | 45 | B | 4 | 135 | 59 | 3F |
| Octal | 365 | 113 | 333 | 0 | 105 | 13 | 4 | 465 | 131 | 77 |
| Binary | 11110101 | 1001011 | 11011011 | 0 | 1000101 | 1011 | 100 | 100110101 | 1011001 | 111111 |
Color Harmonies of #F54BDB
Complementary color
Monochromatic Colors of #F54BDB
Black with #F54BDB
Text Example
Text Example
White with #F54BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54BDB; }
p { color: rgb(245,75,219); }
H1.HeaderClassName
{
color: #F54BDB;
}
.AnyTagClassName
{
color: #F54BDB;
}
</style>
background-color css
<style>
a { background-color: #F54BDB; }
a { background-color: rgb(245,75,219); }
div.DivClassName
{
background-color: #F54BDB;
}
.BgClassName
{
background-color: #F54BDB;
}
</style>
border-color css
<style>
span { border-color: #F54BDB; }
span { border-color: rgb(245,75,219); }
td.TdClassName
{
border-color: #F54BDB;
}
.TagClassName
{
border-color: #F54BDB;
}
</style>