Html Css Color HEX #F551DC Free Speech Magenta
📋 copy color: '#F551DC'red 245 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #F551DC
Tints of Free Speech Magenta #F551DC
RGB
CMYK
RGB Variations
Color information
#F551DC (or 0xF551DC) is known color: Free Speech Magenta. HEX triplet: F5, 51 and DC. RGB value is (245,81,220). Sum of RGB (Red+Green+Blue) = 245+81+220=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F551DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551DC is #0AAE23. Grayscale: #919191. Windows color (decimal): -699940 or 14438901. OLE color: 14438901.
HSL color Cylindrical-coordinate representation of color #F551DC: hue angle of 309.15º 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 #F551DC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 220 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.04 |
| HSL | 309.15º | 0.89% | 0.64% | - |
| HSV(B) | 309.15º | 0.67% | 0.96% | - |
| XYZ | 53.52 | 30.46 | 70.77 | - |
| YUV | 145.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 220 | 0 | 0.67 | 0.10 | 0.04 | 309.15 | 0.89 | 0.64 |
| Hex | F5 | 51 | DC | 0 | 43 | A | 4 | 135 | 59 | 40 |
| Octal | 365 | 121 | 334 | 0 | 103 | 12 | 4 | 465 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11011100 | 0 | 1000011 | 1010 | 100 | 100110101 | 1011001 | 1000000 |
Color Harmonies of #F551DC
Complementary color
Monochromatic Colors of #F551DC
Black with #F551DC
Text Example
Text Example
White with #F551DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551DC; }
p { color: rgb(245,81,220); }
H1.HeaderClassName
{
color: #F551DC;
}
.AnyTagClassName
{
color: #F551DC;
}
</style>
background-color css
<style>
a { background-color: #F551DC; }
a { background-color: rgb(245,81,220); }
div.DivClassName
{
background-color: #F551DC;
}
.BgClassName
{
background-color: #F551DC;
}
</style>
border-color css
<style>
span { border-color: #F551DC; }
span { border-color: rgb(245,81,220); }
td.TdClassName
{
border-color: #F551DC;
}
.TagClassName
{
border-color: #F551DC;
}
</style>