Html Css Color HEX #F044DC Free Speech Magenta
📋 copy color: '#F044DC'red 240 ◦ green 68 ◦ blue 220
Shades of Free Speech Magenta #F044DC
Tints of Free Speech Magenta #F044DC
RGB
CMYK
RGB Variations
Color information
#F044DC (or 0xF044DC) is known color: Free Speech Magenta. HEX triplet: F0, 44 and DC. RGB value is (240,68,220). Sum of RGB (Red+Green+Blue) = 240+68+220=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 68 (26.95% from 255 or 12.88% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F044DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044DC is #0FBB23. Grayscale: #888888. Windows color (decimal): -1030948 or 14435568. OLE color: 14435568.
HSL color Cylindrical-coordinate representation of color #F044DC: hue angle of 306.98º 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 #F044DC is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 220 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.06 |
| HSL | 306.98º | 0.85% | 0.6% | - |
| HSV(B) | 306.98º | 0.72% | 0.94% | - |
| XYZ | 50.92 | 27.83 | 70.4 | - |
| YUV | 136.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 220 | 0 | 0.72 | 0.08 | 0.06 | 306.98 | 0.85 | 0.6 |
| Hex | F0 | 44 | DC | 0 | 48 | 8 | 6 | 133 | 55 | 3C |
| Octal | 360 | 104 | 334 | 0 | 110 | 10 | 6 | 463 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11011100 | 0 | 1001000 | 1000 | 110 | 100110011 | 1010101 | 111100 |
Color Harmonies of #F044DC
Complementary color
Monochromatic Colors of #F044DC
Black with #F044DC
Text Example
Text Example
White with #F044DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044DC; }
p { color: rgb(240,68,220); }
H1.HeaderClassName
{
color: #F044DC;
}
.AnyTagClassName
{
color: #F044DC;
}
</style>
background-color css
<style>
a { background-color: #F044DC; }
a { background-color: rgb(240,68,220); }
div.DivClassName
{
background-color: #F044DC;
}
.BgClassName
{
background-color: #F044DC;
}
</style>
border-color css
<style>
span { border-color: #F044DC; }
span { border-color: rgb(240,68,220); }
td.TdClassName
{
border-color: #F044DC;
}
.TagClassName
{
border-color: #F044DC;
}
</style>