Html Css Color HEX #F553DF Free Speech Magenta
📋 copy color: '#F553DF'red 245 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #F553DF
Tints of Free Speech Magenta #F553DF
RGB
CMYK
RGB Variations
Color information
#F553DF (or 0xF553DF) is known color: Free Speech Magenta. HEX triplet: F5, 53 and DF. RGB value is (245,83,223). Sum of RGB (Red+Green+Blue) = 245+83+223=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F553DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553DF is #0AAC20. Grayscale: #939393. Windows color (decimal): -699425 or 14636021. OLE color: 14636021.
HSL color Cylindrical-coordinate representation of color #F553DF: hue angle of 308.15º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F553DF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 223 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.04 |
| HSL | 308.15º | 0.89% | 0.64% | - |
| HSV(B) | 308.15º | 0.66% | 0.96% | - |
| XYZ | 54.07 | 30.93 | 72.93 | - |
| YUV | 147.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 223 | 0 | 0.66 | 0.09 | 0.04 | 308.15 | 0.89 | 0.64 |
| Hex | F5 | 53 | DF | 0 | 42 | 9 | 4 | 134 | 59 | 40 |
| Octal | 365 | 123 | 337 | 0 | 102 | 11 | 4 | 464 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11011111 | 0 | 1000010 | 1001 | 100 | 100110100 | 1011001 | 1000000 |
Color Harmonies of #F553DF
Complementary color
Monochromatic Colors of #F553DF
Black with #F553DF
Text Example
Text Example
White with #F553DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553DF; }
p { color: rgb(245,83,223); }
H1.HeaderClassName
{
color: #F553DF;
}
.AnyTagClassName
{
color: #F553DF;
}
</style>
background-color css
<style>
a { background-color: #F553DF; }
a { background-color: rgb(245,83,223); }
div.DivClassName
{
background-color: #F553DF;
}
.BgClassName
{
background-color: #F553DF;
}
</style>
border-color css
<style>
span { border-color: #F553DF; }
span { border-color: rgb(245,83,223); }
td.TdClassName
{
border-color: #F553DF;
}
.TagClassName
{
border-color: #F553DF;
}
</style>