Html Css Color HEX #F044EE Free Speech Magenta
📋 copy color: '#F044EE'red 240 ◦ green 68 ◦ blue 238
Shades of Free Speech Magenta #F044EE
Tints of Free Speech Magenta #F044EE
RGB
CMYK
RGB Variations
Color information
#F044EE (or 0xF044EE) is known color: Free Speech Magenta. HEX triplet: F0, 44 and EE. RGB value is (240,68,238). Sum of RGB (Red+Green+Blue) = 240+68+238=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 68 (26.95% from 255 or 12.45% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F044EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044EE is #0FBB11. Grayscale: #8A8A8A. Windows color (decimal): -1030930 or 15615216. OLE color: 15615216.
HSL color Cylindrical-coordinate representation of color #F044EE: hue angle of 300.7º 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 #F044EE is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 238 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.06 |
| HSL | 300.7º | 0.85% | 0.6% | - |
| HSV(B) | 300.7º | 0.72% | 0.94% | - |
| XYZ | 53.43 | 28.83 | 83.64 | - |
| YUV | 138.81 | 183.98 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 238 | 0 | 0.72 | 0.01 | 0.06 | 300.7 | 0.85 | 0.6 |
| Hex | F0 | 44 | EE | 0 | 48 | 1 | 6 | 12D | 55 | 3C |
| Octal | 360 | 104 | 356 | 0 | 110 | 1 | 6 | 455 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11101110 | 0 | 1001000 | 1 | 110 | 100101101 | 1010101 | 111100 |
Color Harmonies of #F044EE
Complementary color
Monochromatic Colors of #F044EE
Black with #F044EE
Text Example
Text Example
White with #F044EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044EE; }
p { color: rgb(240,68,238); }
H1.HeaderClassName
{
color: #F044EE;
}
.AnyTagClassName
{
color: #F044EE;
}
</style>
background-color css
<style>
a { background-color: #F044EE; }
a { background-color: rgb(240,68,238); }
div.DivClassName
{
background-color: #F044EE;
}
.BgClassName
{
background-color: #F044EE;
}
</style>
border-color css
<style>
span { border-color: #F044EE; }
span { border-color: rgb(240,68,238); }
td.TdClassName
{
border-color: #F044EE;
}
.TagClassName
{
border-color: #F044EE;
}
</style>