Html Css Color HEX #F54ADB Free Speech Magenta
📋 copy color: '#F54ADB'red 245 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #F54ADB
Tints of Free Speech Magenta #F54ADB
RGB
CMYK
RGB Variations
Color information
#F54ADB (or 0xF54ADB) is known color: Free Speech Magenta. HEX triplet: F5, 4A and DB. RGB value is (245,74,219). Sum of RGB (Red+Green+Blue) = 245+74+219=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F54ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54ADB is #0AB524. Grayscale: #8D8D8D. Windows color (decimal): -701733 or 14371573. OLE color: 14371573.
HSL color Cylindrical-coordinate representation of color #F54ADB: hue angle of 309.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54ADB is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 219 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.04 |
| HSL | 309.12º | 0.9% | 0.63% | - |
| HSV(B) | 309.12º | 0.7% | 0.96% | - |
| XYZ | 52.89 | 29.42 | 69.91 | - |
| YUV | 141.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 219 | 0 | 0.70 | 0.11 | 0.04 | 309.12 | 0.9 | 0.63 |
| Hex | F5 | 4A | DB | 0 | 46 | B | 4 | 135 | 5A | 3F |
| Octal | 365 | 112 | 333 | 0 | 106 | 13 | 4 | 465 | 132 | 77 |
| Binary | 11110101 | 1001010 | 11011011 | 0 | 1000110 | 1011 | 100 | 100110101 | 1011010 | 111111 |
Color Harmonies of #F54ADB
Complementary color
Monochromatic Colors of #F54ADB
Black with #F54ADB
Text Example
Text Example
White with #F54ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54ADB; }
p { color: rgb(245,74,219); }
H1.HeaderClassName
{
color: #F54ADB;
}
.AnyTagClassName
{
color: #F54ADB;
}
</style>
background-color css
<style>
a { background-color: #F54ADB; }
a { background-color: rgb(245,74,219); }
div.DivClassName
{
background-color: #F54ADB;
}
.BgClassName
{
background-color: #F54ADB;
}
</style>
border-color css
<style>
span { border-color: #F54ADB; }
span { border-color: rgb(245,74,219); }
td.TdClassName
{
border-color: #F54ADB;
}
.TagClassName
{
border-color: #F54ADB;
}
</style>