Html Css Color HEX #F44ADB Free Speech Magenta
📋 copy color: '#F44ADB'red 244 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #F44ADB
Tints of Free Speech Magenta #F44ADB
RGB
CMYK
RGB Variations
Color information
#F44ADB (or 0xF44ADB) is known color: Free Speech Magenta. HEX triplet: F4, 4A and DB. RGB value is (244,74,219). Sum of RGB (Red+Green+Blue) = 244+74+219=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F44ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44ADB is #0BB524. Grayscale: #8C8C8C. Windows color (decimal): -767269 or 14371572. OLE color: 14371572.
HSL color Cylindrical-coordinate representation of color #F44ADB: hue angle of 308.82º 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 #F44ADB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 219 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.82º | 0.89% | 0.62% | - |
| HSV(B) | 308.82º | 0.7% | 0.96% | - |
| XYZ | 52.54 | 29.25 | 69.89 | - |
| YUV | 141.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 219 | 0 | 0.70 | 0.10 | 0.04 | 308.82 | 0.89 | 0.62 |
| Hex | F4 | 4A | DB | 0 | 46 | A | 4 | 135 | 59 | 3E |
| Octal | 364 | 112 | 333 | 0 | 106 | 12 | 4 | 465 | 131 | 76 |
| Binary | 11110100 | 1001010 | 11011011 | 0 | 1000110 | 1010 | 100 | 100110101 | 1011001 | 111110 |
Color Harmonies of #F44ADB
Complementary color
Monochromatic Colors of #F44ADB
Black with #F44ADB
Text Example
Text Example
White with #F44ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44ADB; }
p { color: rgb(244,74,219); }
H1.HeaderClassName
{
color: #F44ADB;
}
.AnyTagClassName
{
color: #F44ADB;
}
</style>
background-color css
<style>
a { background-color: #F44ADB; }
a { background-color: rgb(244,74,219); }
div.DivClassName
{
background-color: #F44ADB;
}
.BgClassName
{
background-color: #F44ADB;
}
</style>
border-color css
<style>
span { border-color: #F44ADB; }
span { border-color: rgb(244,74,219); }
td.TdClassName
{
border-color: #F44ADB;
}
.TagClassName
{
border-color: #F44ADB;
}
</style>