Html Css Color HEX #F562E5 Free Speech Magenta
📋 copy color: '#F562E5'red 245 ◦ green 98 ◦ blue 229
Shades of Free Speech Magenta #F562E5
Tints of Free Speech Magenta #F562E5
RGB
CMYK
RGB Variations
Color information
#F562E5 (or 0xF562E5) is known color: Free Speech Magenta. HEX triplet: F5, 62 and E5. RGB value is (245,98,229). Sum of RGB (Red+Green+Blue) = 245+98+229=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 98 (38.67% from 255 or 17.13% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F562E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562E5 is #0A9D1A. Grayscale: #9C9C9C. Windows color (decimal): -695579 or 15033077. OLE color: 15033077.
HSL color Cylindrical-coordinate representation of color #F562E5: hue angle of 306.53º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F562E5 is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 229 | - |
| CMYK | 0 | 0.6 | 0.07 | 0.04 |
| HSL | 306.53º | 0.88% | 0.67% | - |
| HSV(B) | 306.53º | 0.6% | 0.96% | - |
| XYZ | 56.17 | 33.8 | 77.69 | - |
| YUV | 156.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 229 | 0 | 0.6 | 0.07 | 0.04 | 306.53 | 0.88 | 0.67 |
| Hex | F5 | 62 | E5 | 0 | 3C | 7 | 4 | 133 | 58 | 43 |
| Octal | 365 | 142 | 345 | 0 | 74 | 7 | 4 | 463 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11100101 | 0 | 111100 | 111 | 100 | 100110011 | 1011000 | 1000011 |
Color Harmonies of #F562E5
Complementary color
Monochromatic Colors of #F562E5
Black with #F562E5
Text Example
Text Example
White with #F562E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562E5; }
p { color: rgb(245,98,229); }
H1.HeaderClassName
{
color: #F562E5;
}
.AnyTagClassName
{
color: #F562E5;
}
</style>
background-color css
<style>
a { background-color: #F562E5; }
a { background-color: rgb(245,98,229); }
div.DivClassName
{
background-color: #F562E5;
}
.BgClassName
{
background-color: #F562E5;
}
</style>
border-color css
<style>
span { border-color: #F562E5; }
span { border-color: rgb(245,98,229); }
td.TdClassName
{
border-color: #F562E5;
}
.TagClassName
{
border-color: #F562E5;
}
</style>