Html Css Color HEX #F442F0 Free Speech Magenta
📋 copy color: '#F442F0'red 244 ◦ green 66 ◦ blue 240
Shades of Free Speech Magenta #F442F0
Tints of Free Speech Magenta #F442F0
RGB
CMYK
RGB Variations
Color information
#F442F0 (or 0xF442F0) is known color: Free Speech Magenta. HEX triplet: F4, 42 and F0. RGB value is (244,66,240). Sum of RGB (Red+Green+Blue) = 244+66+240=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 66 (26.17% from 255 or 12% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F442F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F442F0 is #0BBD0F. Grayscale: #8A8A8A. Windows color (decimal): -769296 or 15745780. OLE color: 15745780.
HSL color Cylindrical-coordinate representation of color #F442F0: hue angle of 301.35º 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 #F442F0 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 240 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.04 |
| HSL | 301.35º | 0.89% | 0.61% | - |
| HSV(B) | 301.35º | 0.73% | 0.96% | - |
| XYZ | 54.98 | 29.42 | 85.22 | - |
| YUV | 139.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 240 | 0 | 0.73 | 0.02 | 0.04 | 301.35 | 0.89 | 0.61 |
| Hex | F4 | 42 | F0 | 0 | 49 | 2 | 4 | 12D | 59 | 3D |
| Octal | 364 | 102 | 360 | 0 | 111 | 2 | 4 | 455 | 131 | 75 |
| Binary | 11110100 | 1000010 | 11110000 | 0 | 1001001 | 10 | 100 | 100101101 | 1011001 | 111101 |
Color Harmonies of #F442F0
Complementary color
Monochromatic Colors of #F442F0
Black with #F442F0
Text Example
Text Example
White with #F442F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442F0; }
p { color: rgb(244,66,240); }
H1.HeaderClassName
{
color: #F442F0;
}
.AnyTagClassName
{
color: #F442F0;
}
</style>
background-color css
<style>
a { background-color: #F442F0; }
a { background-color: rgb(244,66,240); }
div.DivClassName
{
background-color: #F442F0;
}
.BgClassName
{
background-color: #F442F0;
}
</style>
border-color css
<style>
span { border-color: #F442F0; }
span { border-color: rgb(244,66,240); }
td.TdClassName
{
border-color: #F442F0;
}
.TagClassName
{
border-color: #F442F0;
}
</style>