Html Css Color HEX #F553DD Free Speech Magenta
📋 copy color: '#F553DD'red 245 ◦ green 83 ◦ blue 221
Shades of Free Speech Magenta #F553DD
Tints of Free Speech Magenta #F553DD
RGB
CMYK
RGB Variations
Color information
#F553DD (or 0xF553DD) is known color: Free Speech Magenta. HEX triplet: F5, 53 and DD. RGB value is (245,83,221). Sum of RGB (Red+Green+Blue) = 245+83+221=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F553DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553DD is #0AAC22. Grayscale: #929292. Windows color (decimal): -699427 or 14504949. OLE color: 14504949.
HSL color Cylindrical-coordinate representation of color #F553DD: hue angle of 308.89º 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 #F553DD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 221 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.04 |
| HSL | 308.89º | 0.89% | 0.64% | - |
| HSV(B) | 308.89º | 0.66% | 0.96% | - |
| XYZ | 53.8 | 30.82 | 71.52 | - |
| YUV | 147.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 221 | 0 | 0.66 | 0.10 | 0.04 | 308.89 | 0.89 | 0.64 |
| Hex | F5 | 53 | DD | 0 | 42 | A | 4 | 135 | 59 | 40 |
| Octal | 365 | 123 | 335 | 0 | 102 | 12 | 4 | 465 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11011101 | 0 | 1000010 | 1010 | 100 | 100110101 | 1011001 | 1000000 |
Color Harmonies of #F553DD
Complementary color
Monochromatic Colors of #F553DD
Black with #F553DD
Text Example
Text Example
White with #F553DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553DD; }
p { color: rgb(245,83,221); }
H1.HeaderClassName
{
color: #F553DD;
}
.AnyTagClassName
{
color: #F553DD;
}
</style>
background-color css
<style>
a { background-color: #F553DD; }
a { background-color: rgb(245,83,221); }
div.DivClassName
{
background-color: #F553DD;
}
.BgClassName
{
background-color: #F553DD;
}
</style>
border-color css
<style>
span { border-color: #F553DD; }
span { border-color: rgb(245,83,221); }
td.TdClassName
{
border-color: #F553DD;
}
.TagClassName
{
border-color: #F553DD;
}
</style>