Html Css Color HEX #F564E5 Free Speech Magenta
📋 copy color: '#F564E5'red 245 ◦ green 100 ◦ blue 229
Shades of Free Speech Magenta #F564E5
Tints of Free Speech Magenta #F564E5
RGB
CMYK
RGB Variations
Color information
#F564E5 (or 0xF564E5) is known color: Free Speech Magenta. HEX triplet: F5, 64 and E5. RGB value is (245,100,229). Sum of RGB (Red+Green+Blue) = 245+100+229=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F564E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564E5 is #0A9B1A. Grayscale: #9D9D9D. Windows color (decimal): -695067 or 15033589. OLE color: 15033589.
HSL color Cylindrical-coordinate representation of color #F564E5: hue angle of 306.62º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F564E5 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 229 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.04 |
| HSL | 306.62º | 0.88% | 0.68% | - |
| HSV(B) | 306.62º | 0.59% | 0.96% | - |
| XYZ | 56.36 | 34.18 | 77.76 | - |
| YUV | 158.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 229 | 0 | 0.59 | 0.07 | 0.04 | 306.62 | 0.88 | 0.68 |
| Hex | F5 | 64 | E5 | 0 | 3B | 7 | 4 | 133 | 58 | 44 |
| Octal | 365 | 144 | 345 | 0 | 73 | 7 | 4 | 463 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11100101 | 0 | 111011 | 111 | 100 | 100110011 | 1011000 | 1000100 |
Color Harmonies of #F564E5
Complementary color
Monochromatic Colors of #F564E5
Black with #F564E5
Text Example
Text Example
White with #F564E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564E5; }
p { color: rgb(245,100,229); }
H1.HeaderClassName
{
color: #F564E5;
}
.AnyTagClassName
{
color: #F564E5;
}
</style>
background-color css
<style>
a { background-color: #F564E5; }
a { background-color: rgb(245,100,229); }
div.DivClassName
{
background-color: #F564E5;
}
.BgClassName
{
background-color: #F564E5;
}
</style>
border-color css
<style>
span { border-color: #F564E5; }
span { border-color: rgb(245,100,229); }
td.TdClassName
{
border-color: #F564E5;
}
.TagClassName
{
border-color: #F564E5;
}
</style>