Html Css Color HEX #F551DF Free Speech Magenta
📋 copy color: '#F551DF'red 245 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #F551DF
Tints of Free Speech Magenta #F551DF
RGB
CMYK
RGB Variations
Color information
#F551DF (or 0xF551DF) is known color: Free Speech Magenta. HEX triplet: F5, 51 and DF. RGB value is (245,81,223). Sum of RGB (Red+Green+Blue) = 245+81+223=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F551DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551DF is #0AAE20. Grayscale: #919191. Windows color (decimal): -699937 or 14635509. OLE color: 14635509.
HSL color Cylindrical-coordinate representation of color #F551DF: hue angle of 308.05º 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 #F551DF is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 223 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.04 |
| HSL | 308.05º | 0.89% | 0.64% | - |
| HSV(B) | 308.05º | 0.67% | 0.96% | - |
| XYZ | 53.92 | 30.63 | 72.88 | - |
| YUV | 146.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 223 | 0 | 0.67 | 0.09 | 0.04 | 308.05 | 0.89 | 0.64 |
| Hex | F5 | 51 | DF | 0 | 43 | 9 | 4 | 134 | 59 | 40 |
| Octal | 365 | 121 | 337 | 0 | 103 | 11 | 4 | 464 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11011111 | 0 | 1000011 | 1001 | 100 | 100110100 | 1011001 | 1000000 |
Color Harmonies of #F551DF
Complementary color
Monochromatic Colors of #F551DF
Black with #F551DF
Text Example
Text Example
White with #F551DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551DF; }
p { color: rgb(245,81,223); }
H1.HeaderClassName
{
color: #F551DF;
}
.AnyTagClassName
{
color: #F551DF;
}
</style>
background-color css
<style>
a { background-color: #F551DF; }
a { background-color: rgb(245,81,223); }
div.DivClassName
{
background-color: #F551DF;
}
.BgClassName
{
background-color: #F551DF;
}
</style>
border-color css
<style>
span { border-color: #F551DF; }
span { border-color: rgb(245,81,223); }
td.TdClassName
{
border-color: #F551DF;
}
.TagClassName
{
border-color: #F551DF;
}
</style>