Html Css Color HEX #F55FDB Free Speech Magenta
📋 copy color: '#F55FDB'red 245 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #F55FDB
Tints of Free Speech Magenta #F55FDB
RGB
CMYK
RGB Variations
Color information
#F55FDB (or 0xF55FDB) is known color: Free Speech Magenta. HEX triplet: F5, 5F and DB. RGB value is (245,95,219). Sum of RGB (Red+Green+Blue) = 245+95+219=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FDB is #0AA024. Grayscale: #999999. Windows color (decimal): -696357 or 14376949. OLE color: 14376949.
HSL color Cylindrical-coordinate representation of color #F55FDB: hue angle of 310.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FDB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 219 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.04 |
| HSL | 310.4º | 0.88% | 0.67% | - |
| HSV(B) | 310.4º | 0.61% | 0.96% | - |
| XYZ | 54.53 | 32.71 | 70.46 | - |
| YUV | 153.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 219 | 0 | 0.61 | 0.11 | 0.04 | 310.4 | 0.88 | 0.67 |
| Hex | F5 | 5F | DB | 0 | 3D | B | 4 | 136 | 58 | 43 |
| Octal | 365 | 137 | 333 | 0 | 75 | 13 | 4 | 466 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11011011 | 0 | 111101 | 1011 | 100 | 100110110 | 1011000 | 1000011 |
Color Harmonies of #F55FDB
Complementary color
Monochromatic Colors of #F55FDB
Black with #F55FDB
Text Example
Text Example
White with #F55FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FDB; }
p { color: rgb(245,95,219); }
H1.HeaderClassName
{
color: #F55FDB;
}
.AnyTagClassName
{
color: #F55FDB;
}
</style>
background-color css
<style>
a { background-color: #F55FDB; }
a { background-color: rgb(245,95,219); }
div.DivClassName
{
background-color: #F55FDB;
}
.BgClassName
{
background-color: #F55FDB;
}
</style>
border-color css
<style>
span { border-color: #F55FDB; }
span { border-color: rgb(245,95,219); }
td.TdClassName
{
border-color: #F55FDB;
}
.TagClassName
{
border-color: #F55FDB;
}
</style>