Html Css Color HEX #F53DF1 Free Speech Magenta
📋 copy color: '#F53DF1'red 245 ◦ green 61 ◦ blue 241
Shades of Free Speech Magenta #F53DF1
Tints of Free Speech Magenta #F53DF1
RGB
CMYK
RGB Variations
Color information
#F53DF1 (or 0xF53DF1) is known color: Free Speech Magenta. HEX triplet: F5, 3D and F1. RGB value is (245,61,241). Sum of RGB (Red+Green+Blue) = 245+61+241=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 61 (24.22% from 255 or 11.15% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DF1 is #0AC20E. Grayscale: #888888. Windows color (decimal): -705039 or 15810037. OLE color: 15810037.
HSL color Cylindrical-coordinate representation of color #F53DF1: hue angle of 301.3º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53DF1 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 241 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.04 |
| HSL | 301.3º | 0.9% | 0.6% | - |
| HSV(B) | 301.3º | 0.75% | 0.96% | - |
| XYZ | 55.2 | 29.1 | 85.93 | - |
| YUV | 136.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 241 | 0 | 0.75 | 0.02 | 0.04 | 301.3 | 0.9 | 0.6 |
| Hex | F5 | 3D | F1 | 0 | 4B | 2 | 4 | 12D | 5A | 3C |
| Octal | 365 | 75 | 361 | 0 | 113 | 2 | 4 | 455 | 132 | 74 |
| Binary | 11110101 | 111101 | 11110001 | 0 | 1001011 | 10 | 100 | 100101101 | 1011010 | 111100 |
Color Harmonies of #F53DF1
Complementary color
Monochromatic Colors of #F53DF1
Black with #F53DF1
Text Example
Text Example
White with #F53DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53DF1; }
p { color: rgb(245,61,241); }
H1.HeaderClassName
{
color: #F53DF1;
}
.AnyTagClassName
{
color: #F53DF1;
}
</style>
background-color css
<style>
a { background-color: #F53DF1; }
a { background-color: rgb(245,61,241); }
div.DivClassName
{
background-color: #F53DF1;
}
.BgClassName
{
background-color: #F53DF1;
}
</style>
border-color css
<style>
span { border-color: #F53DF1; }
span { border-color: rgb(245,61,241); }
td.TdClassName
{
border-color: #F53DF1;
}
.TagClassName
{
border-color: #F53DF1;
}
</style>