Html Css Color HEX #F044DD Free Speech Magenta
📋 copy color: '#F044DD'red 240 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #F044DD
Tints of Free Speech Magenta #F044DD
RGB
CMYK
RGB Variations
Color information
#F044DD (or 0xF044DD) is known color: Free Speech Magenta. HEX triplet: F0, 44 and DD. RGB value is (240,68,221). Sum of RGB (Red+Green+Blue) = 240+68+221=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 68 (26.95% from 255 or 12.85% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F044DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044DD is #0FBB22. Grayscale: #888888. Windows color (decimal): -1030947 or 14501104. OLE color: 14501104.
HSL color Cylindrical-coordinate representation of color #F044DD: hue angle of 306.63º 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 #F044DD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 221 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.06 |
| HSL | 306.63º | 0.85% | 0.6% | - |
| HSV(B) | 306.63º | 0.72% | 0.94% | - |
| XYZ | 51.05 | 27.88 | 71.1 | - |
| YUV | 136.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 221 | 0 | 0.72 | 0.08 | 0.06 | 306.63 | 0.85 | 0.6 |
| Hex | F0 | 44 | DD | 0 | 48 | 8 | 6 | 133 | 55 | 3C |
| Octal | 360 | 104 | 335 | 0 | 110 | 10 | 6 | 463 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11011101 | 0 | 1001000 | 1000 | 110 | 100110011 | 1010101 | 111100 |
Color Harmonies of #F044DD
Complementary color
Monochromatic Colors of #F044DD
Black with #F044DD
Text Example
Text Example
White with #F044DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044DD; }
p { color: rgb(240,68,221); }
H1.HeaderClassName
{
color: #F044DD;
}
.AnyTagClassName
{
color: #F044DD;
}
</style>
background-color css
<style>
a { background-color: #F044DD; }
a { background-color: rgb(240,68,221); }
div.DivClassName
{
background-color: #F044DD;
}
.BgClassName
{
background-color: #F044DD;
}
</style>
border-color css
<style>
span { border-color: #F044DD; }
span { border-color: rgb(240,68,221); }
td.TdClassName
{
border-color: #F044DD;
}
.TagClassName
{
border-color: #F044DD;
}
</style>