Html Css Color HEX #F554DF Free Speech Magenta
📋 copy color: '#F554DF'red 245 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #F554DF
Tints of Free Speech Magenta #F554DF
RGB
CMYK
RGB Variations
Color information
#F554DF (or 0xF554DF) is known color: Free Speech Magenta. HEX triplet: F5, 54 and DF. RGB value is (245,84,223). Sum of RGB (Red+Green+Blue) = 245+84+223=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 84 (33.20% from 255 or 15.22% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F554DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554DF is #0AAB20. Grayscale: #939393. Windows color (decimal): -699169 or 14636277. OLE color: 14636277.
HSL color Cylindrical-coordinate representation of color #F554DF: hue angle of 308.2º 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 #F554DF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 223 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.04 |
| HSL | 308.2º | 0.89% | 0.65% | - |
| HSV(B) | 308.2º | 0.66% | 0.96% | - |
| XYZ | 54.15 | 31.08 | 72.96 | - |
| YUV | 147.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 223 | 0 | 0.66 | 0.09 | 0.04 | 308.2 | 0.89 | 0.65 |
| Hex | F5 | 54 | DF | 0 | 42 | 9 | 4 | 134 | 59 | 41 |
| Octal | 365 | 124 | 337 | 0 | 102 | 11 | 4 | 464 | 131 | 101 |
| Binary | 11110101 | 1010100 | 11011111 | 0 | 1000010 | 1001 | 100 | 100110100 | 1011001 | 1000001 |
Color Harmonies of #F554DF
Complementary color
Monochromatic Colors of #F554DF
Black with #F554DF
Text Example
Text Example
White with #F554DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554DF; }
p { color: rgb(245,84,223); }
H1.HeaderClassName
{
color: #F554DF;
}
.AnyTagClassName
{
color: #F554DF;
}
</style>
background-color css
<style>
a { background-color: #F554DF; }
a { background-color: rgb(245,84,223); }
div.DivClassName
{
background-color: #F554DF;
}
.BgClassName
{
background-color: #F554DF;
}
</style>
border-color css
<style>
span { border-color: #F554DF; }
span { border-color: rgb(245,84,223); }
td.TdClassName
{
border-color: #F554DF;
}
.TagClassName
{
border-color: #F554DF;
}
</style>