Html Css Color HEX #F44DDB Free Speech Magenta
📋 copy color: '#F44DDB'red 244 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #F44DDB
Tints of Free Speech Magenta #F44DDB
RGB
CMYK
RGB Variations
Color information
#F44DDB (or 0xF44DDB) is known color: Free Speech Magenta. HEX triplet: F4, 4D and DB. RGB value is (244,77,219). Sum of RGB (Red+Green+Blue) = 244+77+219=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44DDB is #0BB224. Grayscale: #8E8E8E. Windows color (decimal): -766501 or 14372340. OLE color: 14372340.
HSL color Cylindrical-coordinate representation of color #F44DDB: hue angle of 308.98º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DDB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 219 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.04 |
| HSL | 308.98º | 0.88% | 0.63% | - |
| HSV(B) | 308.98º | 0.68% | 0.96% | - |
| XYZ | 52.75 | 29.66 | 69.96 | - |
| YUV | 143.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 219 | 0 | 0.68 | 0.10 | 0.04 | 308.98 | 0.88 | 0.63 |
| Hex | F4 | 4D | DB | 0 | 44 | A | 4 | 135 | 58 | 3F |
| Octal | 364 | 115 | 333 | 0 | 104 | 12 | 4 | 465 | 130 | 77 |
| Binary | 11110100 | 1001101 | 11011011 | 0 | 1000100 | 1010 | 100 | 100110101 | 1011000 | 111111 |
Color Harmonies of #F44DDB
Complementary color
Monochromatic Colors of #F44DDB
Black with #F44DDB
Text Example
Text Example
White with #F44DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DDB; }
p { color: rgb(244,77,219); }
H1.HeaderClassName
{
color: #F44DDB;
}
.AnyTagClassName
{
color: #F44DDB;
}
</style>
background-color css
<style>
a { background-color: #F44DDB; }
a { background-color: rgb(244,77,219); }
div.DivClassName
{
background-color: #F44DDB;
}
.BgClassName
{
background-color: #F44DDB;
}
</style>
border-color css
<style>
span { border-color: #F44DDB; }
span { border-color: rgb(244,77,219); }
td.TdClassName
{
border-color: #F44DDB;
}
.TagClassName
{
border-color: #F44DDB;
}
</style>