Html Css Color HEX #F551DD Free Speech Magenta
📋 copy color: '#F551DD'red 245 ◦ green 81 ◦ blue 221
Shades of Free Speech Magenta #F551DD
Tints of Free Speech Magenta #F551DD
RGB
CMYK
RGB Variations
Color information
#F551DD (or 0xF551DD) is known color: Free Speech Magenta. HEX triplet: F5, 51 and DD. RGB value is (245,81,221). Sum of RGB (Red+Green+Blue) = 245+81+221=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F551DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551DD is #0AAE22. Grayscale: #919191. Windows color (decimal): -699939 or 14504437. OLE color: 14504437.
HSL color Cylindrical-coordinate representation of color #F551DD: hue angle of 308.78º 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 #F551DD is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 221 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.04 |
| HSL | 308.78º | 0.89% | 0.64% | - |
| HSV(B) | 308.78º | 0.67% | 0.96% | - |
| XYZ | 53.65 | 30.52 | 71.47 | - |
| YUV | 146 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 221 | 0 | 0.67 | 0.10 | 0.04 | 308.78 | 0.89 | 0.64 |
| Hex | F5 | 51 | DD | 0 | 43 | A | 4 | 135 | 59 | 40 |
| Octal | 365 | 121 | 335 | 0 | 103 | 12 | 4 | 465 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11011101 | 0 | 1000011 | 1010 | 100 | 100110101 | 1011001 | 1000000 |
Color Harmonies of #F551DD
Complementary color
Monochromatic Colors of #F551DD
Black with #F551DD
Text Example
Text Example
White with #F551DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551DD; }
p { color: rgb(245,81,221); }
H1.HeaderClassName
{
color: #F551DD;
}
.AnyTagClassName
{
color: #F551DD;
}
</style>
background-color css
<style>
a { background-color: #F551DD; }
a { background-color: rgb(245,81,221); }
div.DivClassName
{
background-color: #F551DD;
}
.BgClassName
{
background-color: #F551DD;
}
</style>
border-color css
<style>
span { border-color: #F551DD; }
span { border-color: rgb(245,81,221); }
td.TdClassName
{
border-color: #F551DD;
}
.TagClassName
{
border-color: #F551DD;
}
</style>