Html Css Color HEX #F553DA Free Speech Magenta
📋 copy color: '#F553DA'red 245 ◦ green 83 ◦ blue 218
Shades of Free Speech Magenta #F553DA
Tints of Free Speech Magenta #F553DA
RGB
CMYK
RGB Variations
Color information
#F553DA (or 0xF553DA) is known color: Free Speech Magenta. HEX triplet: F5, 53 and DA. RGB value is (245,83,218). Sum of RGB (Red+Green+Blue) = 245+83+218=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F553DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553DA is #0AAC25. Grayscale: #929292. Windows color (decimal): -699430 or 14308341. OLE color: 14308341.
HSL color Cylindrical-coordinate representation of color #F553DA: hue angle of 310º 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 #F553DA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 218 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.04 |
| HSL | 310º | 0.89% | 0.64% | - |
| HSV(B) | 310º | 0.66% | 0.96% | - |
| XYZ | 53.4 | 30.66 | 69.43 | - |
| YUV | 146.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 218 | 0 | 0.66 | 0.11 | 0.04 | 310 | 0.89 | 0.64 |
| Hex | F5 | 53 | DA | 0 | 42 | B | 4 | 136 | 59 | 40 |
| Octal | 365 | 123 | 332 | 0 | 102 | 13 | 4 | 466 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11011010 | 0 | 1000010 | 1011 | 100 | 100110110 | 1011001 | 1000000 |
Color Harmonies of #F553DA
Complementary color
Monochromatic Colors of #F553DA
Black with #F553DA
Text Example
Text Example
White with #F553DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553DA; }
p { color: rgb(245,83,218); }
H1.HeaderClassName
{
color: #F553DA;
}
.AnyTagClassName
{
color: #F553DA;
}
</style>
background-color css
<style>
a { background-color: #F553DA; }
a { background-color: rgb(245,83,218); }
div.DivClassName
{
background-color: #F553DA;
}
.BgClassName
{
background-color: #F553DA;
}
</style>
border-color css
<style>
span { border-color: #F553DA; }
span { border-color: rgb(245,83,218); }
td.TdClassName
{
border-color: #F553DA;
}
.TagClassName
{
border-color: #F553DA;
}
</style>