Html Css Color HEX #F53FED Free Speech Magenta
📋 copy color: '#F53FED'red 245 ◦ green 63 ◦ blue 237
Shades of Free Speech Magenta #F53FED
Tints of Free Speech Magenta #F53FED
RGB
CMYK
RGB Variations
Color information
#F53FED (or 0xF53FED) is known color: Free Speech Magenta. HEX triplet: F5, 3F and ED. RGB value is (245,63,237). Sum of RGB (Red+Green+Blue) = 245+63+237=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 63 (25% from 255 or 11.56% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FED is #0AC012. Grayscale: #888888. Windows color (decimal): -704531 or 15548405. OLE color: 15548405.
HSL color Cylindrical-coordinate representation of color #F53FED: hue angle of 302.64º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FED is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 237 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.04 |
| HSL | 302.64º | 0.9% | 0.6% | - |
| HSV(B) | 302.64º | 0.74% | 0.96% | - |
| XYZ | 54.72 | 29.08 | 82.85 | - |
| YUV | 137.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 237 | 0 | 0.74 | 0.03 | 0.04 | 302.64 | 0.9 | 0.6 |
| Hex | F5 | 3F | ED | 0 | 4A | 3 | 4 | 12F | 5A | 3C |
| Octal | 365 | 77 | 355 | 0 | 112 | 3 | 4 | 457 | 132 | 74 |
| Binary | 11110101 | 111111 | 11101101 | 0 | 1001010 | 11 | 100 | 100101111 | 1011010 | 111100 |
Color Harmonies of #F53FED
Complementary color
Monochromatic Colors of #F53FED
Black with #F53FED
Text Example
Text Example
White with #F53FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FED; }
p { color: rgb(245,63,237); }
H1.HeaderClassName
{
color: #F53FED;
}
.AnyTagClassName
{
color: #F53FED;
}
</style>
background-color css
<style>
a { background-color: #F53FED; }
a { background-color: rgb(245,63,237); }
div.DivClassName
{
background-color: #F53FED;
}
.BgClassName
{
background-color: #F53FED;
}
</style>
border-color css
<style>
span { border-color: #F53FED; }
span { border-color: rgb(245,63,237); }
td.TdClassName
{
border-color: #F53FED;
}
.TagClassName
{
border-color: #F53FED;
}
</style>