Html Css Color HEX #F54FCD Free Speech Magenta
📋 copy color: '#F54FCD'red 245 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #F54FCD
Tints of Free Speech Magenta #F54FCD
RGB
CMYK
RGB Variations
Color information
#F54FCD (or 0xF54FCD) is known color: Free Speech Magenta. HEX triplet: F5, 4F and CD. RGB value is (245,79,205). Sum of RGB (Red+Green+Blue) = 245+79+205=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F54FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54FCD is #0AB032. Grayscale: #8E8E8E. Windows color (decimal): -700467 or 13455349. OLE color: 13455349.
HSL color Cylindrical-coordinate representation of color #F54FCD: hue angle of 314.46º 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 #F54FCD is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 205 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.04 |
| HSL | 314.46º | 0.89% | 0.64% | - |
| HSV(B) | 314.46º | 0.68% | 0.96% | - |
| XYZ | 51.47 | 29.41 | 60.72 | - |
| YUV | 143 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 205 | 0 | 0.68 | 0.16 | 0.04 | 314.46 | 0.89 | 0.64 |
| Hex | F5 | 4F | CD | 0 | 44 | 10 | 4 | 13A | 59 | 40 |
| Octal | 365 | 117 | 315 | 0 | 104 | 20 | 4 | 472 | 131 | 100 |
| Binary | 11110101 | 1001111 | 11001101 | 0 | 1000100 | 10000 | 100 | 100111010 | 1011001 | 1000000 |
Color Harmonies of #F54FCD
Complementary color
Monochromatic Colors of #F54FCD
Black with #F54FCD
Text Example
Text Example
White with #F54FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54FCD; }
p { color: rgb(245,79,205); }
H1.HeaderClassName
{
color: #F54FCD;
}
.AnyTagClassName
{
color: #F54FCD;
}
</style>
background-color css
<style>
a { background-color: #F54FCD; }
a { background-color: rgb(245,79,205); }
div.DivClassName
{
background-color: #F54FCD;
}
.BgClassName
{
background-color: #F54FCD;
}
</style>
border-color css
<style>
span { border-color: #F54FCD; }
span { border-color: rgb(245,79,205); }
td.TdClassName
{
border-color: #F54FCD;
}
.TagClassName
{
border-color: #F54FCD;
}
</style>