Html Css Color HEX #F963E2 Free Speech Magenta
📋 copy color: '#F963E2'red 249 ◦ green 99 ◦ blue 226
Shades of Free Speech Magenta #F963E2
Tints of Free Speech Magenta #F963E2
RGB
CMYK
RGB Variations
Color information
#F963E2 (or 0xF963E2) is known color: Free Speech Magenta. HEX triplet: F9, 63 and E2. RGB value is (249,99,226). Sum of RGB (Red+Green+Blue) = 249+99+226=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 99 (39.06% from 255 or 17.25% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F963E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963E2 is #069C1D. Grayscale: #9D9D9D. Windows color (decimal): -433182 or 14836729. OLE color: 14836729.
HSL color Cylindrical-coordinate representation of color #F963E2: hue angle of 309.2º 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 #F963E2 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 226 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.02 |
| HSL | 309.2º | 0.93% | 0.68% | - |
| HSV(B) | 309.2º | 0.6% | 0.98% | - |
| XYZ | 57.26 | 34.55 | 75.6 | - |
| YUV | 158.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 226 | 0 | 0.60 | 0.09 | 0.02 | 309.2 | 0.93 | 0.68 |
| Hex | F9 | 63 | E2 | 0 | 3C | 9 | 2 | 135 | 5D | 44 |
| Octal | 371 | 143 | 342 | 0 | 74 | 11 | 2 | 465 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11100010 | 0 | 111100 | 1001 | 10 | 100110101 | 1011101 | 1000100 |
Color Harmonies of #F963E2
Complementary color
Monochromatic Colors of #F963E2
Black with #F963E2
Text Example
Text Example
White with #F963E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963E2; }
p { color: rgb(249,99,226); }
H1.HeaderClassName
{
color: #F963E2;
}
.AnyTagClassName
{
color: #F963E2;
}
</style>
background-color css
<style>
a { background-color: #F963E2; }
a { background-color: rgb(249,99,226); }
div.DivClassName
{
background-color: #F963E2;
}
.BgClassName
{
background-color: #F963E2;
}
</style>
border-color css
<style>
span { border-color: #F963E2; }
span { border-color: rgb(249,99,226); }
td.TdClassName
{
border-color: #F963E2;
}
.TagClassName
{
border-color: #F963E2;
}
</style>