Html Css Color HEX #F545EF Free Speech Magenta
📋 copy color: '#F545EF'red 245 ◦ green 69 ◦ blue 239
Shades of Free Speech Magenta #F545EF
Tints of Free Speech Magenta #F545EF
RGB
CMYK
RGB Variations
Color information
#F545EF (or 0xF545EF) is known color: Free Speech Magenta. HEX triplet: F5, 45 and EF. RGB value is (245,69,239). Sum of RGB (Red+Green+Blue) = 245+69+239=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 69 (27.34% from 255 or 12.48% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F545EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F545EF is #0ABA10. Grayscale: #8C8C8C. Windows color (decimal): -702993 or 15681013. OLE color: 15681013.
HSL color Cylindrical-coordinate representation of color #F545EF: hue angle of 302.05º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F545EF is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 239 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.04 |
| HSL | 302.05º | 0.9% | 0.62% | - |
| HSV(B) | 302.05º | 0.72% | 0.96% | - |
| XYZ | 55.36 | 29.9 | 84.51 | - |
| YUV | 141 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 239 | 0 | 0.72 | 0.02 | 0.04 | 302.05 | 0.9 | 0.62 |
| Hex | F5 | 45 | EF | 0 | 48 | 2 | 4 | 12E | 5A | 3E |
| Octal | 365 | 105 | 357 | 0 | 110 | 2 | 4 | 456 | 132 | 76 |
| Binary | 11110101 | 1000101 | 11101111 | 0 | 1001000 | 10 | 100 | 100101110 | 1011010 | 111110 |
Color Harmonies of #F545EF
Complementary color
Monochromatic Colors of #F545EF
Black with #F545EF
Text Example
Text Example
White with #F545EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545EF; }
p { color: rgb(245,69,239); }
H1.HeaderClassName
{
color: #F545EF;
}
.AnyTagClassName
{
color: #F545EF;
}
</style>
background-color css
<style>
a { background-color: #F545EF; }
a { background-color: rgb(245,69,239); }
div.DivClassName
{
background-color: #F545EF;
}
.BgClassName
{
background-color: #F545EF;
}
</style>
border-color css
<style>
span { border-color: #F545EF; }
span { border-color: rgb(245,69,239); }
td.TdClassName
{
border-color: #F545EF;
}
.TagClassName
{
border-color: #F545EF;
}
</style>