Html Css Color HEX #F565E5 Free Speech Magenta
📋 copy color: '#F565E5'red 245 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #F565E5
Tints of Free Speech Magenta #F565E5
RGB
CMYK
RGB Variations
Color information
#F565E5 (or 0xF565E5) is known color: Free Speech Magenta. HEX triplet: F5, 65 and E5. RGB value is (245,101,229). Sum of RGB (Red+Green+Blue) = 245+101+229=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F565E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565E5 is #0A9A1A. Grayscale: #9E9E9E. Windows color (decimal): -694811 or 15033845. OLE color: 15033845.
HSL color Cylindrical-coordinate representation of color #F565E5: hue angle of 306.67º 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 #F565E5 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 229 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.04 |
| HSL | 306.67º | 0.88% | 0.68% | - |
| HSV(B) | 306.67º | 0.59% | 0.96% | - |
| XYZ | 56.45 | 34.38 | 77.79 | - |
| YUV | 158.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 229 | 0 | 0.59 | 0.07 | 0.04 | 306.67 | 0.88 | 0.68 |
| Hex | F5 | 65 | E5 | 0 | 3B | 7 | 4 | 133 | 58 | 44 |
| Octal | 365 | 145 | 345 | 0 | 73 | 7 | 4 | 463 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11100101 | 0 | 111011 | 111 | 100 | 100110011 | 1011000 | 1000100 |
Color Harmonies of #F565E5
Complementary color
Monochromatic Colors of #F565E5
Black with #F565E5
Text Example
Text Example
White with #F565E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565E5; }
p { color: rgb(245,101,229); }
H1.HeaderClassName
{
color: #F565E5;
}
.AnyTagClassName
{
color: #F565E5;
}
</style>
background-color css
<style>
a { background-color: #F565E5; }
a { background-color: rgb(245,101,229); }
div.DivClassName
{
background-color: #F565E5;
}
.BgClassName
{
background-color: #F565E5;
}
</style>
border-color css
<style>
span { border-color: #F565E5; }
span { border-color: rgb(245,101,229); }
td.TdClassName
{
border-color: #F565E5;
}
.TagClassName
{
border-color: #F565E5;
}
</style>