Html Css Color HEX #F553E2 Free Speech Magenta
📋 copy color: '#F553E2'red 245 ◦ green 83 ◦ blue 226
Shades of Free Speech Magenta #F553E2
Tints of Free Speech Magenta #F553E2
RGB
CMYK
RGB Variations
Color information
#F553E2 (or 0xF553E2) is known color: Free Speech Magenta. HEX triplet: F5, 53 and E2. RGB value is (245,83,226). Sum of RGB (Red+Green+Blue) = 245+83+226=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F553E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553E2 is #0AAC1D. Grayscale: #939393. Windows color (decimal): -699422 or 14832629. OLE color: 14832629.
HSL color Cylindrical-coordinate representation of color #F553E2: hue angle of 307.04º 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 #F553E2 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 226 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.04 |
| HSL | 307.04º | 0.89% | 0.64% | - |
| HSV(B) | 307.04º | 0.66% | 0.96% | - |
| XYZ | 54.48 | 31.09 | 75.08 | - |
| YUV | 147.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 226 | 0 | 0.66 | 0.08 | 0.04 | 307.04 | 0.89 | 0.64 |
| Hex | F5 | 53 | E2 | 0 | 42 | 8 | 4 | 133 | 59 | 40 |
| Octal | 365 | 123 | 342 | 0 | 102 | 10 | 4 | 463 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11100010 | 0 | 1000010 | 1000 | 100 | 100110011 | 1011001 | 1000000 |
Color Harmonies of #F553E2
Complementary color
Monochromatic Colors of #F553E2
Black with #F553E2
Text Example
Text Example
White with #F553E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553E2; }
p { color: rgb(245,83,226); }
H1.HeaderClassName
{
color: #F553E2;
}
.AnyTagClassName
{
color: #F553E2;
}
</style>
background-color css
<style>
a { background-color: #F553E2; }
a { background-color: rgb(245,83,226); }
div.DivClassName
{
background-color: #F553E2;
}
.BgClassName
{
background-color: #F553E2;
}
</style>
border-color css
<style>
span { border-color: #F553E2; }
span { border-color: rgb(245,83,226); }
td.TdClassName
{
border-color: #F553E2;
}
.TagClassName
{
border-color: #F553E2;
}
</style>