Html Css Color HEX #F555DB Free Speech Magenta
📋 copy color: '#F555DB'red 245 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #F555DB
Tints of Free Speech Magenta #F555DB
RGB
CMYK
RGB Variations
Color information
#F555DB (or 0xF555DB) is known color: Free Speech Magenta. HEX triplet: F5, 55 and DB. RGB value is (245,85,219). Sum of RGB (Red+Green+Blue) = 245+85+219=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F555DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555DB is #0AAA24. Grayscale: #939393. Windows color (decimal): -698917 or 14374389. OLE color: 14374389.
HSL color Cylindrical-coordinate representation of color #F555DB: hue angle of 309.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555DB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 219 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.04 |
| HSL | 309.75º | 0.89% | 0.65% | - |
| HSV(B) | 309.75º | 0.65% | 0.96% | - |
| XYZ | 53.69 | 31.02 | 70.18 | - |
| YUV | 148.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 219 | 0 | 0.65 | 0.11 | 0.04 | 309.75 | 0.89 | 0.65 |
| Hex | F5 | 55 | DB | 0 | 41 | B | 4 | 136 | 59 | 41 |
| Octal | 365 | 125 | 333 | 0 | 101 | 13 | 4 | 466 | 131 | 101 |
| Binary | 11110101 | 1010101 | 11011011 | 0 | 1000001 | 1011 | 100 | 100110110 | 1011001 | 1000001 |
Color Harmonies of #F555DB
Complementary color
Monochromatic Colors of #F555DB
Black with #F555DB
Text Example
Text Example
White with #F555DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555DB; }
p { color: rgb(245,85,219); }
H1.HeaderClassName
{
color: #F555DB;
}
.AnyTagClassName
{
color: #F555DB;
}
</style>
background-color css
<style>
a { background-color: #F555DB; }
a { background-color: rgb(245,85,219); }
div.DivClassName
{
background-color: #F555DB;
}
.BgClassName
{
background-color: #F555DB;
}
</style>
border-color css
<style>
span { border-color: #F555DB; }
span { border-color: rgb(245,85,219); }
td.TdClassName
{
border-color: #F555DB;
}
.TagClassName
{
border-color: #F555DB;
}
</style>