Html Css Color HEX #F963E0 Free Speech Magenta
📋 copy color: '#F963E0'red 249 ◦ green 99 ◦ blue 224
Shades of Free Speech Magenta #F963E0
Tints of Free Speech Magenta #F963E0
RGB
CMYK
RGB Variations
Color information
#F963E0 (or 0xF963E0) is known color: Free Speech Magenta. HEX triplet: F9, 63 and E0. RGB value is (249,99,224). Sum of RGB (Red+Green+Blue) = 249+99+224=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F963E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963E0 is #069C1F. Grayscale: #9D9D9D. Windows color (decimal): -433184 or 14705657. OLE color: 14705657.
HSL color Cylindrical-coordinate representation of color #F963E0: hue angle of 310º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963E0 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 224 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.02 |
| HSL | 310º | 0.93% | 0.68% | - |
| HSV(B) | 310º | 0.6% | 0.98% | - |
| XYZ | 56.98 | 34.45 | 74.17 | - |
| YUV | 158.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 224 | 0 | 0.60 | 0.10 | 0.02 | 310 | 0.93 | 0.68 |
| Hex | F9 | 63 | E0 | 0 | 3C | A | 2 | 136 | 5D | 44 |
| Octal | 371 | 143 | 340 | 0 | 74 | 12 | 2 | 466 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11100000 | 0 | 111100 | 1010 | 10 | 100110110 | 1011101 | 1000100 |
Color Harmonies of #F963E0
Complementary color
Monochromatic Colors of #F963E0
Black with #F963E0
Text Example
Text Example
White with #F963E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963E0; }
p { color: rgb(249,99,224); }
H1.HeaderClassName
{
color: #F963E0;
}
.AnyTagClassName
{
color: #F963E0;
}
</style>
background-color css
<style>
a { background-color: #F963E0; }
a { background-color: rgb(249,99,224); }
div.DivClassName
{
background-color: #F963E0;
}
.BgClassName
{
background-color: #F963E0;
}
</style>
border-color css
<style>
span { border-color: #F963E0; }
span { border-color: rgb(249,99,224); }
td.TdClassName
{
border-color: #F963E0;
}
.TagClassName
{
border-color: #F963E0;
}
</style>