Html Css Color HEX #F554DB Free Speech Magenta
📋 copy color: '#F554DB'red 245 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #F554DB
Tints of Free Speech Magenta #F554DB
RGB
CMYK
RGB Variations
Color information
#F554DB (or 0xF554DB) is known color: Free Speech Magenta. HEX triplet: F5, 54 and DB. RGB value is (245,84,219). Sum of RGB (Red+Green+Blue) = 245+84+219=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F554DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554DB is #0AAB24. Grayscale: #939393. Windows color (decimal): -699173 or 14374133. OLE color: 14374133.
HSL color Cylindrical-coordinate representation of color #F554DB: hue angle of 309.69º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F554DB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 219 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.04 |
| HSL | 309.69º | 0.89% | 0.65% | - |
| HSV(B) | 309.69º | 0.66% | 0.96% | - |
| XYZ | 53.61 | 30.87 | 70.15 | - |
| YUV | 147.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 219 | 0 | 0.66 | 0.11 | 0.04 | 309.69 | 0.89 | 0.65 |
| Hex | F5 | 54 | DB | 0 | 42 | B | 4 | 136 | 59 | 41 |
| Octal | 365 | 124 | 333 | 0 | 102 | 13 | 4 | 466 | 131 | 101 |
| Binary | 11110101 | 1010100 | 11011011 | 0 | 1000010 | 1011 | 100 | 100110110 | 1011001 | 1000001 |
Color Harmonies of #F554DB
Complementary color
Monochromatic Colors of #F554DB
Black with #F554DB
Text Example
Text Example
White with #F554DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554DB; }
p { color: rgb(245,84,219); }
H1.HeaderClassName
{
color: #F554DB;
}
.AnyTagClassName
{
color: #F554DB;
}
</style>
background-color css
<style>
a { background-color: #F554DB; }
a { background-color: rgb(245,84,219); }
div.DivClassName
{
background-color: #F554DB;
}
.BgClassName
{
background-color: #F554DB;
}
</style>
border-color css
<style>
span { border-color: #F554DB; }
span { border-color: rgb(245,84,219); }
td.TdClassName
{
border-color: #F554DB;
}
.TagClassName
{
border-color: #F554DB;
}
</style>