Html Css Color HEX #F441F0 Free Speech Magenta
📋 copy color: '#F441F0'red 244 ◦ green 65 ◦ blue 240
Shades of Free Speech Magenta #F441F0
Tints of Free Speech Magenta #F441F0
RGB
CMYK
RGB Variations
Color information
#F441F0 (or 0xF441F0) is known color: Free Speech Magenta. HEX triplet: F4, 41 and F0. RGB value is (244,65,240). Sum of RGB (Red+Green+Blue) = 244+65+240=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F441F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F441F0 is #0BBE0F. Grayscale: #898989. Windows color (decimal): -769552 or 15745524. OLE color: 15745524.
HSL color Cylindrical-coordinate representation of color #F441F0: hue angle of 301.34º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441F0 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 240 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.04 |
| HSL | 301.34º | 0.89% | 0.61% | - |
| HSV(B) | 301.34º | 0.73% | 0.96% | - |
| XYZ | 54.93 | 29.3 | 85.2 | - |
| YUV | 138.47 | 185.3 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 240 | 0 | 0.73 | 0.02 | 0.04 | 301.34 | 0.89 | 0.61 |
| Hex | F4 | 41 | F0 | 0 | 49 | 2 | 4 | 12D | 59 | 3D |
| Octal | 364 | 101 | 360 | 0 | 111 | 2 | 4 | 455 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11110000 | 0 | 1001001 | 10 | 100 | 100101101 | 1011001 | 111101 |
Color Harmonies of #F441F0
Complementary color
Monochromatic Colors of #F441F0
Black with #F441F0
Text Example
Text Example
White with #F441F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441F0; }
p { color: rgb(244,65,240); }
H1.HeaderClassName
{
color: #F441F0;
}
.AnyTagClassName
{
color: #F441F0;
}
</style>
background-color css
<style>
a { background-color: #F441F0; }
a { background-color: rgb(244,65,240); }
div.DivClassName
{
background-color: #F441F0;
}
.BgClassName
{
background-color: #F441F0;
}
</style>
border-color css
<style>
span { border-color: #F441F0; }
span { border-color: rgb(244,65,240); }
td.TdClassName
{
border-color: #F441F0;
}
.TagClassName
{
border-color: #F441F0;
}
</style>