Html Css Color HEX #F566E7 Free Speech Magenta
📋 copy color: '#F566E7'red 245 ◦ green 102 ◦ blue 231
Shades of Free Speech Magenta #F566E7
Tints of Free Speech Magenta #F566E7
RGB
CMYK
RGB Variations
Color information
#F566E7 (or 0xF566E7) is known color: Free Speech Magenta. HEX triplet: F5, 66 and E7. RGB value is (245,102,231). Sum of RGB (Red+Green+Blue) = 245+102+231=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F566E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566E7 is #0A9918. Grayscale: #9F9F9F. Windows color (decimal): -694553 or 15165173. OLE color: 15165173.
HSL color Cylindrical-coordinate representation of color #F566E7: hue angle of 305.87º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566E7 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 231 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.04 |
| HSL | 305.87º | 0.88% | 0.68% | - |
| HSV(B) | 305.87º | 0.58% | 0.96% | - |
| XYZ | 56.83 | 34.68 | 79.3 | - |
| YUV | 159.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 231 | 0 | 0.58 | 0.06 | 0.04 | 305.87 | 0.88 | 0.68 |
| Hex | F5 | 66 | E7 | 0 | 3A | 6 | 4 | 132 | 58 | 44 |
| Octal | 365 | 146 | 347 | 0 | 72 | 6 | 4 | 462 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11100111 | 0 | 111010 | 110 | 100 | 100110010 | 1011000 | 1000100 |
Color Harmonies of #F566E7
Complementary color
Monochromatic Colors of #F566E7
Black with #F566E7
Text Example
Text Example
White with #F566E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566E7; }
p { color: rgb(245,102,231); }
H1.HeaderClassName
{
color: #F566E7;
}
.AnyTagClassName
{
color: #F566E7;
}
</style>
background-color css
<style>
a { background-color: #F566E7; }
a { background-color: rgb(245,102,231); }
div.DivClassName
{
background-color: #F566E7;
}
.BgClassName
{
background-color: #F566E7;
}
</style>
border-color css
<style>
span { border-color: #F566E7; }
span { border-color: rgb(245,102,231); }
td.TdClassName
{
border-color: #F566E7;
}
.TagClassName
{
border-color: #F566E7;
}
</style>