Html Css Color HEX #F45CDB Free Speech Magenta
📋 copy color: '#F45CDB'red 244 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #F45CDB
Tints of Free Speech Magenta #F45CDB
RGB
CMYK
RGB Variations
Color information
#F45CDB (or 0xF45CDB) is known color: Free Speech Magenta. HEX triplet: F4, 5C and DB. RGB value is (244,92,219). Sum of RGB (Red+Green+Blue) = 244+92+219=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45CDB is #0BA324. Grayscale: #979797. Windows color (decimal): -762661 or 14376180. OLE color: 14376180.
HSL color Cylindrical-coordinate representation of color #F45CDB: hue angle of 309.87º 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 #F45CDB is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 219 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.04 |
| HSL | 309.87º | 0.87% | 0.66% | - |
| HSV(B) | 309.87º | 0.62% | 0.96% | - |
| XYZ | 53.92 | 32 | 70.35 | - |
| YUV | 151.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 219 | 0 | 0.62 | 0.10 | 0.04 | 309.87 | 0.87 | 0.66 |
| Hex | F4 | 5C | DB | 0 | 3E | A | 4 | 136 | 57 | 42 |
| Octal | 364 | 134 | 333 | 0 | 76 | 12 | 4 | 466 | 127 | 102 |
| Binary | 11110100 | 1011100 | 11011011 | 0 | 111110 | 1010 | 100 | 100110110 | 1010111 | 1000010 |
Color Harmonies of #F45CDB
Complementary color
Monochromatic Colors of #F45CDB
Black with #F45CDB
Text Example
Text Example
White with #F45CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CDB; }
p { color: rgb(244,92,219); }
H1.HeaderClassName
{
color: #F45CDB;
}
.AnyTagClassName
{
color: #F45CDB;
}
</style>
background-color css
<style>
a { background-color: #F45CDB; }
a { background-color: rgb(244,92,219); }
div.DivClassName
{
background-color: #F45CDB;
}
.BgClassName
{
background-color: #F45CDB;
}
</style>
border-color css
<style>
span { border-color: #F45CDB; }
span { border-color: rgb(244,92,219); }
td.TdClassName
{
border-color: #F45CDB;
}
.TagClassName
{
border-color: #F45CDB;
}
</style>