Html Css Color HEX #F449DB Free Speech Magenta
📋 copy color: '#F449DB'red 244 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #F449DB
Tints of Free Speech Magenta #F449DB
RGB
CMYK
RGB Variations
Color information
#F449DB (or 0xF449DB) is known color: Free Speech Magenta. HEX triplet: F4, 49 and DB. RGB value is (244,73,219). Sum of RGB (Red+Green+Blue) = 244+73+219=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F449DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449DB is #0BB624. Grayscale: #8C8C8C. Windows color (decimal): -767525 or 14371316. OLE color: 14371316.
HSL color Cylindrical-coordinate representation of color #F449DB: hue angle of 308.77º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449DB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 219 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.77º | 0.89% | 0.62% | - |
| HSV(B) | 308.77º | 0.7% | 0.96% | - |
| XYZ | 52.48 | 29.11 | 69.87 | - |
| YUV | 140.77 | 172.15 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 219 | 0 | 0.70 | 0.10 | 0.04 | 308.77 | 0.89 | 0.62 |
| Hex | F4 | 49 | DB | 0 | 46 | A | 4 | 135 | 59 | 3E |
| Octal | 364 | 111 | 333 | 0 | 106 | 12 | 4 | 465 | 131 | 76 |
| Binary | 11110100 | 1001001 | 11011011 | 0 | 1000110 | 1010 | 100 | 100110101 | 1011001 | 111110 |
Color Harmonies of #F449DB
Complementary color
Monochromatic Colors of #F449DB
Black with #F449DB
Text Example
Text Example
White with #F449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449DB; }
p { color: rgb(244,73,219); }
H1.HeaderClassName
{
color: #F449DB;
}
.AnyTagClassName
{
color: #F449DB;
}
</style>
background-color css
<style>
a { background-color: #F449DB; }
a { background-color: rgb(244,73,219); }
div.DivClassName
{
background-color: #F449DB;
}
.BgClassName
{
background-color: #F449DB;
}
</style>
border-color css
<style>
span { border-color: #F449DB; }
span { border-color: rgb(244,73,219); }
td.TdClassName
{
border-color: #F449DB;
}
.TagClassName
{
border-color: #F449DB;
}
</style>