Html Css Color HEX #F044EF Free Speech Magenta
📋 copy color: '#F044EF'red 240 ◦ green 68 ◦ blue 239
Shades of Free Speech Magenta #F044EF
Tints of Free Speech Magenta #F044EF
RGB
CMYK
RGB Variations
Color information
#F044EF (or 0xF044EF) is known color: Free Speech Magenta. HEX triplet: F0, 44 and EF. RGB value is (240,68,239). Sum of RGB (Red+Green+Blue) = 240+68+239=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 68 (26.95% from 255 or 12.43% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F044EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044EF is #0FBB10. Grayscale: #8A8A8A. Windows color (decimal): -1030929 or 15680752. OLE color: 15680752.
HSL color Cylindrical-coordinate representation of color #F044EF: hue angle of 300.35º 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 #F044EF is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 239 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.06 |
| HSL | 300.35º | 0.85% | 0.6% | - |
| HSV(B) | 300.35º | 0.72% | 0.94% | - |
| XYZ | 53.58 | 28.89 | 84.41 | - |
| YUV | 138.92 | 184.48 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 239 | 0 | 0.72 | 0.00 | 0.06 | 300.35 | 0.85 | 0.6 |
| Hex | F0 | 44 | EF | 0 | 48 | 0 | 6 | 12C | 55 | 3C |
| Octal | 360 | 104 | 357 | 0 | 110 | 0 | 6 | 454 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11101111 | 0 | 1001000 | 0 | 110 | 100101100 | 1010101 | 111100 |
Color Harmonies of #F044EF
Complementary color
Monochromatic Colors of #F044EF
Black with #F044EF
Text Example
Text Example
White with #F044EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044EF; }
p { color: rgb(240,68,239); }
H1.HeaderClassName
{
color: #F044EF;
}
.AnyTagClassName
{
color: #F044EF;
}
</style>
background-color css
<style>
a { background-color: #F044EF; }
a { background-color: rgb(240,68,239); }
div.DivClassName
{
background-color: #F044EF;
}
.BgClassName
{
background-color: #F044EF;
}
</style>
border-color css
<style>
span { border-color: #F044EF; }
span { border-color: rgb(240,68,239); }
td.TdClassName
{
border-color: #F044EF;
}
.TagClassName
{
border-color: #F044EF;
}
</style>