Html Css Color HEX #F54AD8 Free Speech Magenta
📋 copy color: '#F54AD8'red 245 ◦ green 74 ◦ blue 216
Shades of Free Speech Magenta #F54AD8
Tints of Free Speech Magenta #F54AD8
RGB
CMYK
RGB Variations
Color information
#F54AD8 (or 0xF54AD8) is known color: Free Speech Magenta. HEX triplet: F5, 4A and D8. RGB value is (245,74,216). Sum of RGB (Red+Green+Blue) = 245+74+216=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F54AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54AD8 is #0AB527. Grayscale: #8C8C8C. Windows color (decimal): -701736 or 14174965. OLE color: 14174965.
HSL color Cylindrical-coordinate representation of color #F54AD8: hue angle of 310.18º 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 #F54AD8 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 216 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.04 |
| HSL | 310.18º | 0.9% | 0.63% | - |
| HSV(B) | 310.18º | 0.7% | 0.96% | - |
| XYZ | 52.5 | 29.27 | 67.85 | - |
| YUV | 141.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 216 | 0 | 0.70 | 0.12 | 0.04 | 310.18 | 0.9 | 0.63 |
| Hex | F5 | 4A | D8 | 0 | 46 | C | 4 | 136 | 5A | 3F |
| Octal | 365 | 112 | 330 | 0 | 106 | 14 | 4 | 466 | 132 | 77 |
| Binary | 11110101 | 1001010 | 11011000 | 0 | 1000110 | 1100 | 100 | 100110110 | 1011010 | 111111 |
Color Harmonies of #F54AD8
Complementary color
Monochromatic Colors of #F54AD8
Black with #F54AD8
Text Example
Text Example
White with #F54AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54AD8; }
p { color: rgb(245,74,216); }
H1.HeaderClassName
{
color: #F54AD8;
}
.AnyTagClassName
{
color: #F54AD8;
}
</style>
background-color css
<style>
a { background-color: #F54AD8; }
a { background-color: rgb(245,74,216); }
div.DivClassName
{
background-color: #F54AD8;
}
.BgClassName
{
background-color: #F54AD8;
}
</style>
border-color css
<style>
span { border-color: #F54AD8; }
span { border-color: rgb(245,74,216); }
td.TdClassName
{
border-color: #F54AD8;
}
.TagClassName
{
border-color: #F54AD8;
}
</style>