Html Css Color HEX #F044F0 Free Speech Magenta
📋 copy color: '#F044F0'red 240 ◦ green 68 ◦ blue 240
Shades of Free Speech Magenta #F044F0
Tints of Free Speech Magenta #F044F0
RGB
CMYK
RGB Variations
Color information
#F044F0 (or 0xF044F0) is known color: Free Speech Magenta. HEX triplet: F0, 44 and F0. RGB value is (240,68,240). Sum of RGB (Red+Green+Blue) = 240+68+240=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 68 (26.95% from 255 or 12.41% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F044F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044F0 is #0FBB0F. Grayscale: #8A8A8A. Windows color (decimal): -1030928 or 15746288. OLE color: 15746288.
HSL color Cylindrical-coordinate representation of color #F044F0: hue angle of 300º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044F0 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 240 | - |
| CMYK | 0 | 0.72 | 0 | 0.06 |
| HSL | 300º | 0.85% | 0.6% | - |
| HSV(B) | 300º | 0.72% | 0.94% | - |
| XYZ | 53.73 | 28.95 | 85.19 | - |
| YUV | 139.04 | 184.98 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 240 | 0 | 0.72 | 0 | 0.06 | 300 | 0.85 | 0.6 |
| Hex | F0 | 44 | F0 | 0 | 48 | 0 | 6 | 12C | 55 | 3C |
| Octal | 360 | 104 | 360 | 0 | 110 | 0 | 6 | 454 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11110000 | 0 | 1001000 | 0 | 110 | 100101100 | 1010101 | 111100 |
Color Harmonies of #F044F0
Complementary color
Monochromatic Colors of #F044F0
Black with #F044F0
Text Example
Text Example
White with #F044F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044F0; }
p { color: rgb(240,68,240); }
H1.HeaderClassName
{
color: #F044F0;
}
.AnyTagClassName
{
color: #F044F0;
}
</style>
background-color css
<style>
a { background-color: #F044F0; }
a { background-color: rgb(240,68,240); }
div.DivClassName
{
background-color: #F044F0;
}
.BgClassName
{
background-color: #F044F0;
}
</style>
border-color css
<style>
span { border-color: #F044F0; }
span { border-color: rgb(240,68,240); }
td.TdClassName
{
border-color: #F044F0;
}
.TagClassName
{
border-color: #F044F0;
}
</style>