Html Css Color HEX #F45DDB Free Speech Magenta
📋 copy color: '#F45DDB'red 244 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #F45DDB
Tints of Free Speech Magenta #F45DDB
RGB
CMYK
RGB Variations
Color information
#F45DDB (or 0xF45DDB) is known color: Free Speech Magenta. HEX triplet: F4, 5D and DB. RGB value is (244,93,219). Sum of RGB (Red+Green+Blue) = 244+93+219=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DDB is #0BA224. Grayscale: #989898. Windows color (decimal): -762405 or 14376436. OLE color: 14376436.
HSL color Cylindrical-coordinate representation of color #F45DDB: hue angle of 309.93º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DDB is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 219 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.04 |
| HSL | 309.93º | 0.87% | 0.66% | - |
| HSV(B) | 309.93º | 0.62% | 0.96% | - |
| XYZ | 54.01 | 32.18 | 70.38 | - |
| YUV | 152.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 219 | 0 | 0.62 | 0.10 | 0.04 | 309.93 | 0.87 | 0.66 |
| Hex | F4 | 5D | DB | 0 | 3E | A | 4 | 136 | 57 | 42 |
| Octal | 364 | 135 | 333 | 0 | 76 | 12 | 4 | 466 | 127 | 102 |
| Binary | 11110100 | 1011101 | 11011011 | 0 | 111110 | 1010 | 100 | 100110110 | 1010111 | 1000010 |
Color Harmonies of #F45DDB
Complementary color
Monochromatic Colors of #F45DDB
Black with #F45DDB
Text Example
Text Example
White with #F45DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DDB; }
p { color: rgb(244,93,219); }
H1.HeaderClassName
{
color: #F45DDB;
}
.AnyTagClassName
{
color: #F45DDB;
}
</style>
background-color css
<style>
a { background-color: #F45DDB; }
a { background-color: rgb(244,93,219); }
div.DivClassName
{
background-color: #F45DDB;
}
.BgClassName
{
background-color: #F45DDB;
}
</style>
border-color css
<style>
span { border-color: #F45DDB; }
span { border-color: rgb(244,93,219); }
td.TdClassName
{
border-color: #F45DDB;
}
.TagClassName
{
border-color: #F45DDB;
}
</style>