Html Css Color HEX #F044DA Free Speech Magenta
📋 copy color: '#F044DA'red 240 ◦ green 68 ◦ blue 218
Shades of Free Speech Magenta #F044DA
Tints of Free Speech Magenta #F044DA
RGB
CMYK
RGB Variations
Color information
#F044DA (or 0xF044DA) is known color: Free Speech Magenta. HEX triplet: F0, 44 and DA. RGB value is (240,68,218). Sum of RGB (Red+Green+Blue) = 240+68+218=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F044DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044DA is #0FBB25. Grayscale: #888888. Windows color (decimal): -1030950 or 14304496. OLE color: 14304496.
HSL color Cylindrical-coordinate representation of color #F044DA: hue angle of 307.67º 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 #F044DA is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 218 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.06 |
| HSL | 307.67º | 0.85% | 0.6% | - |
| HSV(B) | 307.67º | 0.72% | 0.94% | - |
| XYZ | 50.66 | 27.72 | 69.01 | - |
| YUV | 136.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 218 | 0 | 0.72 | 0.09 | 0.06 | 307.67 | 0.85 | 0.6 |
| Hex | F0 | 44 | DA | 0 | 48 | 9 | 6 | 134 | 55 | 3C |
| Octal | 360 | 104 | 332 | 0 | 110 | 11 | 6 | 464 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11011010 | 0 | 1001000 | 1001 | 110 | 100110100 | 1010101 | 111100 |
Color Harmonies of #F044DA
Complementary color
Monochromatic Colors of #F044DA
Black with #F044DA
Text Example
Text Example
White with #F044DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044DA; }
p { color: rgb(240,68,218); }
H1.HeaderClassName
{
color: #F044DA;
}
.AnyTagClassName
{
color: #F044DA;
}
</style>
background-color css
<style>
a { background-color: #F044DA; }
a { background-color: rgb(240,68,218); }
div.DivClassName
{
background-color: #F044DA;
}
.BgClassName
{
background-color: #F044DA;
}
</style>
border-color css
<style>
span { border-color: #F044DA; }
span { border-color: rgb(240,68,218); }
td.TdClassName
{
border-color: #F044DA;
}
.TagClassName
{
border-color: #F044DA;
}
</style>