Html Css Color HEX #F44BDB Free Speech Magenta
📋 copy color: '#F44BDB'red 244 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #F44BDB
Tints of Free Speech Magenta #F44BDB
RGB
CMYK
RGB Variations
Color information
#F44BDB (or 0xF44BDB) is known color: Free Speech Magenta. HEX triplet: F4, 4B and DB. RGB value is (244,75,219). Sum of RGB (Red+Green+Blue) = 244+75+219=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 75 (29.69% from 255 or 13.94% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F44BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44BDB is #0BB424. Grayscale: #8D8D8D. Windows color (decimal): -767013 or 14371828. OLE color: 14371828.
HSL color Cylindrical-coordinate representation of color #F44BDB: hue angle of 308.88º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44BDB is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 75 | 219 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.04 |
| HSL | 308.88º | 0.88% | 0.63% | - |
| HSV(B) | 308.88º | 0.69% | 0.96% | - |
| XYZ | 52.61 | 29.38 | 69.92 | - |
| YUV | 141.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 75 | 219 | 0 | 0.69 | 0.10 | 0.04 | 308.88 | 0.88 | 0.63 |
| Hex | F4 | 4B | DB | 0 | 45 | A | 4 | 135 | 58 | 3F |
| Octal | 364 | 113 | 333 | 0 | 105 | 12 | 4 | 465 | 130 | 77 |
| Binary | 11110100 | 1001011 | 11011011 | 0 | 1000101 | 1010 | 100 | 100110101 | 1011000 | 111111 |
Color Harmonies of #F44BDB
Complementary color
Monochromatic Colors of #F44BDB
Black with #F44BDB
Text Example
Text Example
White with #F44BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44BDB; }
p { color: rgb(244,75,219); }
H1.HeaderClassName
{
color: #F44BDB;
}
.AnyTagClassName
{
color: #F44BDB;
}
</style>
background-color css
<style>
a { background-color: #F44BDB; }
a { background-color: rgb(244,75,219); }
div.DivClassName
{
background-color: #F44BDB;
}
.BgClassName
{
background-color: #F44BDB;
}
</style>
border-color css
<style>
span { border-color: #F44BDB; }
span { border-color: rgb(244,75,219); }
td.TdClassName
{
border-color: #F44BDB;
}
.TagClassName
{
border-color: #F44BDB;
}
</style>