Html Css Color HEX #F555E5 Free Speech Magenta
📋 copy color: '#F555E5'red 245 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #F555E5
Tints of Free Speech Magenta #F555E5
RGB
CMYK
RGB Variations
Color information
#F555E5 (or 0xF555E5) is known color: Free Speech Magenta. HEX triplet: F5, 55 and E5. RGB value is (245,85,229). Sum of RGB (Red+Green+Blue) = 245+85+229=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F555E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555E5 is #0AAA1A. Grayscale: #949494. Windows color (decimal): -698907 or 15029749. OLE color: 15029749.
HSL color Cylindrical-coordinate representation of color #F555E5: hue angle of 306º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555E5 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 229 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.04 |
| HSL | 306º | 0.89% | 0.65% | - |
| HSV(B) | 306º | 0.65% | 0.96% | - |
| XYZ | 55.05 | 31.57 | 77.32 | - |
| YUV | 149.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 229 | 0 | 0.65 | 0.07 | 0.04 | 306 | 0.89 | 0.65 |
| Hex | F5 | 55 | E5 | 0 | 41 | 7 | 4 | 132 | 59 | 41 |
| Octal | 365 | 125 | 345 | 0 | 101 | 7 | 4 | 462 | 131 | 101 |
| Binary | 11110101 | 1010101 | 11100101 | 0 | 1000001 | 111 | 100 | 100110010 | 1011001 | 1000001 |
Color Harmonies of #F555E5
Complementary color
Monochromatic Colors of #F555E5
Black with #F555E5
Text Example
Text Example
White with #F555E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555E5; }
p { color: rgb(245,85,229); }
H1.HeaderClassName
{
color: #F555E5;
}
.AnyTagClassName
{
color: #F555E5;
}
</style>
background-color css
<style>
a { background-color: #F555E5; }
a { background-color: rgb(245,85,229); }
div.DivClassName
{
background-color: #F555E5;
}
.BgClassName
{
background-color: #F555E5;
}
</style>
border-color css
<style>
span { border-color: #F555E5; }
span { border-color: rgb(245,85,229); }
td.TdClassName
{
border-color: #F555E5;
}
.TagClassName
{
border-color: #F555E5;
}
</style>