Html Css Color HEX #F553E7 Free Speech Magenta
📋 copy color: '#F553E7'red 245 ◦ green 83 ◦ blue 231
Shades of Free Speech Magenta #F553E7
Tints of Free Speech Magenta #F553E7
RGB
CMYK
RGB Variations
Color information
#F553E7 (or 0xF553E7) is known color: Free Speech Magenta. HEX triplet: F5, 53 and E7. RGB value is (245,83,231). Sum of RGB (Red+Green+Blue) = 245+83+231=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 83 (32.81% from 255 or 14.85% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F553E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553E7 is #0AAC18. Grayscale: #939393. Windows color (decimal): -699417 or 15160309. OLE color: 15160309.
HSL color Cylindrical-coordinate representation of color #F553E7: hue angle of 305.19º 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 #F553E7 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 231 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.04 |
| HSL | 305.19º | 0.89% | 0.64% | - |
| HSV(B) | 305.19º | 0.66% | 0.96% | - |
| XYZ | 55.17 | 31.37 | 78.75 | - |
| YUV | 148.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 231 | 0 | 0.66 | 0.06 | 0.04 | 305.19 | 0.89 | 0.64 |
| Hex | F5 | 53 | E7 | 0 | 42 | 6 | 4 | 131 | 59 | 40 |
| Octal | 365 | 123 | 347 | 0 | 102 | 6 | 4 | 461 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11100111 | 0 | 1000010 | 110 | 100 | 100110001 | 1011001 | 1000000 |
Color Harmonies of #F553E7
Complementary color
Monochromatic Colors of #F553E7
Black with #F553E7
Text Example
Text Example
White with #F553E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553E7; }
p { color: rgb(245,83,231); }
H1.HeaderClassName
{
color: #F553E7;
}
.AnyTagClassName
{
color: #F553E7;
}
</style>
background-color css
<style>
a { background-color: #F553E7; }
a { background-color: rgb(245,83,231); }
div.DivClassName
{
background-color: #F553E7;
}
.BgClassName
{
background-color: #F553E7;
}
</style>
border-color css
<style>
span { border-color: #F553E7; }
span { border-color: rgb(245,83,231); }
td.TdClassName
{
border-color: #F553E7;
}
.TagClassName
{
border-color: #F553E7;
}
</style>