Html Css Color HEX #F966E5 Free Speech Magenta
📋 copy color: '#F966E5'red 249 ◦ green 102 ◦ blue 229
Shades of Free Speech Magenta #F966E5
Tints of Free Speech Magenta #F966E5
RGB
CMYK
RGB Variations
Color information
#F966E5 (or 0xF966E5) is known color: Free Speech Magenta. HEX triplet: F9, 66 and E5. RGB value is (249,102,229). Sum of RGB (Red+Green+Blue) = 249+102+229=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F966E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966E5 is #06991A. Grayscale: #A0A0A0. Windows color (decimal): -432411 or 15034105. OLE color: 15034105.
HSL color Cylindrical-coordinate representation of color #F966E5: hue angle of 308.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966E5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 229 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.02 |
| HSL | 308.16º | 0.92% | 0.69% | - |
| HSV(B) | 308.16º | 0.59% | 0.98% | - |
| XYZ | 57.96 | 35.3 | 77.89 | - |
| YUV | 160.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 229 | 0 | 0.59 | 0.08 | 0.02 | 308.16 | 0.92 | 0.69 |
| Hex | F9 | 66 | E5 | 0 | 3B | 8 | 2 | 134 | 5C | 45 |
| Octal | 371 | 146 | 345 | 0 | 73 | 10 | 2 | 464 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11100101 | 0 | 111011 | 1000 | 10 | 100110100 | 1011100 | 1000101 |
Color Harmonies of #F966E5
Complementary color
Monochromatic Colors of #F966E5
Black with #F966E5
Text Example
Text Example
White with #F966E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966E5; }
p { color: rgb(249,102,229); }
H1.HeaderClassName
{
color: #F966E5;
}
.AnyTagClassName
{
color: #F966E5;
}
</style>
background-color css
<style>
a { background-color: #F966E5; }
a { background-color: rgb(249,102,229); }
div.DivClassName
{
background-color: #F966E5;
}
.BgClassName
{
background-color: #F966E5;
}
</style>
border-color css
<style>
span { border-color: #F966E5; }
span { border-color: rgb(249,102,229); }
td.TdClassName
{
border-color: #F966E5;
}
.TagClassName
{
border-color: #F966E5;
}
</style>