Html Css Color HEX #F664E1 Free Speech Magenta
📋 copy color: '#F664E1'red 246 ◦ green 100 ◦ blue 225
Shades of Free Speech Magenta #F664E1
Tints of Free Speech Magenta #F664E1
RGB
CMYK
RGB Variations
Color information
#F664E1 (or 0xF664E1) is known color: Free Speech Magenta. HEX triplet: F6, 64 and E1. RGB value is (246,100,225). Sum of RGB (Red+Green+Blue) = 246+100+225=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 100 (39.45% from 255 or 17.51% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F664E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F664E1 is #099B1E. Grayscale: #9D9D9D. Windows color (decimal): -629535 or 14771446. OLE color: 14771446.
HSL color Cylindrical-coordinate representation of color #F664E1: hue angle of 308.63º degrees, saturation: 0.89, 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 #F664E1 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 225 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.04 |
| HSL | 308.63º | 0.89% | 0.68% | - |
| HSV(B) | 308.63º | 0.59% | 0.96% | - |
| XYZ | 56.15 | 34.14 | 74.86 | - |
| YUV | 157.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 225 | 0 | 0.59 | 0.09 | 0.04 | 308.63 | 0.89 | 0.68 |
| Hex | F6 | 64 | E1 | 0 | 3B | 9 | 4 | 135 | 59 | 44 |
| Octal | 366 | 144 | 341 | 0 | 73 | 11 | 4 | 465 | 131 | 104 |
| Binary | 11110110 | 1100100 | 11100001 | 0 | 111011 | 1001 | 100 | 100110101 | 1011001 | 1000100 |
Color Harmonies of #F664E1
Complementary color
Monochromatic Colors of #F664E1
Black with #F664E1
Text Example
Text Example
White with #F664E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F664E1; }
p { color: rgb(246,100,225); }
H1.HeaderClassName
{
color: #F664E1;
}
.AnyTagClassName
{
color: #F664E1;
}
</style>
background-color css
<style>
a { background-color: #F664E1; }
a { background-color: rgb(246,100,225); }
div.DivClassName
{
background-color: #F664E1;
}
.BgClassName
{
background-color: #F664E1;
}
</style>
border-color css
<style>
span { border-color: #F664E1; }
span { border-color: rgb(246,100,225); }
td.TdClassName
{
border-color: #F664E1;
}
.TagClassName
{
border-color: #F664E1;
}
</style>