Html Css Color HEX #F553E5 Free Speech Magenta
📋 copy color: '#F553E5'red 245 ◦ green 83 ◦ blue 229
Shades of Free Speech Magenta #F553E5
Tints of Free Speech Magenta #F553E5
RGB
CMYK
RGB Variations
Color information
#F553E5 (or 0xF553E5) is known color: Free Speech Magenta. HEX triplet: F5, 53 and E5. RGB value is (245,83,229). Sum of RGB (Red+Green+Blue) = 245+83+229=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F553E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553E5 is #0AAC1A. Grayscale: #939393. Windows color (decimal): -699419 or 15029237. OLE color: 15029237.
HSL color Cylindrical-coordinate representation of color #F553E5: hue angle of 305.93º 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 #F553E5 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 229 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.04 |
| HSL | 305.93º | 0.89% | 0.64% | - |
| HSV(B) | 305.93º | 0.66% | 0.96% | - |
| XYZ | 54.89 | 31.26 | 77.27 | - |
| YUV | 148.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 229 | 0 | 0.66 | 0.07 | 0.04 | 305.93 | 0.89 | 0.64 |
| Hex | F5 | 53 | E5 | 0 | 42 | 7 | 4 | 132 | 59 | 40 |
| Octal | 365 | 123 | 345 | 0 | 102 | 7 | 4 | 462 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11100101 | 0 | 1000010 | 111 | 100 | 100110010 | 1011001 | 1000000 |
Color Harmonies of #F553E5
Complementary color
Monochromatic Colors of #F553E5
Black with #F553E5
Text Example
Text Example
White with #F553E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553E5; }
p { color: rgb(245,83,229); }
H1.HeaderClassName
{
color: #F553E5;
}
.AnyTagClassName
{
color: #F553E5;
}
</style>
background-color css
<style>
a { background-color: #F553E5; }
a { background-color: rgb(245,83,229); }
div.DivClassName
{
background-color: #F553E5;
}
.BgClassName
{
background-color: #F553E5;
}
</style>
border-color css
<style>
span { border-color: #F553E5; }
span { border-color: rgb(245,83,229); }
td.TdClassName
{
border-color: #F553E5;
}
.TagClassName
{
border-color: #F553E5;
}
</style>