Html Css Color HEX #F551DB Free Speech Magenta
📋 copy color: '#F551DB'red 245 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #F551DB
Tints of Free Speech Magenta #F551DB
RGB
CMYK
RGB Variations
Color information
#F551DB (or 0xF551DB) is known color: Free Speech Magenta. HEX triplet: F5, 51 and DB. RGB value is (245,81,219). Sum of RGB (Red+Green+Blue) = 245+81+219=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 81 (32.03% from 255 or 14.86% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F551DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551DB is #0AAE24. Grayscale: #919191. Windows color (decimal): -699941 or 14373365. OLE color: 14373365.
HSL color Cylindrical-coordinate representation of color #F551DB: hue angle of 309.51º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F551DB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 219 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.04 |
| HSL | 309.51º | 0.89% | 0.64% | - |
| HSV(B) | 309.51º | 0.67% | 0.96% | - |
| XYZ | 53.38 | 30.41 | 70.07 | - |
| YUV | 145.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 219 | 0 | 0.67 | 0.11 | 0.04 | 309.51 | 0.89 | 0.64 |
| Hex | F5 | 51 | DB | 0 | 43 | B | 4 | 136 | 59 | 40 |
| Octal | 365 | 121 | 333 | 0 | 103 | 13 | 4 | 466 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11011011 | 0 | 1000011 | 1011 | 100 | 100110110 | 1011001 | 1000000 |
Color Harmonies of #F551DB
Complementary color
Monochromatic Colors of #F551DB
Black with #F551DB
Text Example
Text Example
White with #F551DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551DB; }
p { color: rgb(245,81,219); }
H1.HeaderClassName
{
color: #F551DB;
}
.AnyTagClassName
{
color: #F551DB;
}
</style>
background-color css
<style>
a { background-color: #F551DB; }
a { background-color: rgb(245,81,219); }
div.DivClassName
{
background-color: #F551DB;
}
.BgClassName
{
background-color: #F551DB;
}
</style>
border-color css
<style>
span { border-color: #F551DB; }
span { border-color: rgb(245,81,219); }
td.TdClassName
{
border-color: #F551DB;
}
.TagClassName
{
border-color: #F551DB;
}
</style>