Html Css Color HEX #F447DB Free Speech Magenta
📋 copy color: '#F447DB'red 244 ◦ green 71 ◦ blue 219
Shades of Free Speech Magenta #F447DB
Tints of Free Speech Magenta #F447DB
RGB
CMYK
RGB Variations
Color information
#F447DB (or 0xF447DB) is known color: Free Speech Magenta. HEX triplet: F4, 47 and DB. RGB value is (244,71,219). Sum of RGB (Red+Green+Blue) = 244+71+219=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F447DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F447DB is #0BB824. Grayscale: #8B8B8B. Windows color (decimal): -768037 or 14370804. OLE color: 14370804.
HSL color Cylindrical-coordinate representation of color #F447DB: hue angle of 308.67º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F447DB is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 219 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.04 |
| HSL | 308.67º | 0.89% | 0.62% | - |
| HSV(B) | 308.67º | 0.71% | 0.96% | - |
| XYZ | 52.35 | 28.85 | 69.83 | - |
| YUV | 139.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 219 | 0 | 0.71 | 0.10 | 0.04 | 308.67 | 0.89 | 0.62 |
| Hex | F4 | 47 | DB | 0 | 47 | A | 4 | 135 | 59 | 3E |
| Octal | 364 | 107 | 333 | 0 | 107 | 12 | 4 | 465 | 131 | 76 |
| Binary | 11110100 | 1000111 | 11011011 | 0 | 1000111 | 1010 | 100 | 100110101 | 1011001 | 111110 |
Color Harmonies of #F447DB
Complementary color
Monochromatic Colors of #F447DB
Black with #F447DB
Text Example
Text Example
White with #F447DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F447DB; }
p { color: rgb(244,71,219); }
H1.HeaderClassName
{
color: #F447DB;
}
.AnyTagClassName
{
color: #F447DB;
}
</style>
background-color css
<style>
a { background-color: #F447DB; }
a { background-color: rgb(244,71,219); }
div.DivClassName
{
background-color: #F447DB;
}
.BgClassName
{
background-color: #F447DB;
}
</style>
border-color css
<style>
span { border-color: #F447DB; }
span { border-color: rgb(244,71,219); }
td.TdClassName
{
border-color: #F447DB;
}
.TagClassName
{
border-color: #F447DB;
}
</style>