Html Css Color HEX #F963D9 Free Speech Magenta
📋 copy color: '#F963D9'red 249 ◦ green 99 ◦ blue 217
Shades of Free Speech Magenta #F963D9
Tints of Free Speech Magenta #F963D9
RGB
CMYK
RGB Variations
Color information
#F963D9 (or 0xF963D9) is known color: Free Speech Magenta. HEX triplet: F9, 63 and D9. RGB value is (249,99,217). Sum of RGB (Red+Green+Blue) = 249+99+217=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F963D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963D9 is #069C26. Grayscale: #9C9C9C. Windows color (decimal): -433191 or 14246905. OLE color: 14246905.
HSL color Cylindrical-coordinate representation of color #F963D9: hue angle of 312.8º 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 #F963D9 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 217 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.02 |
| HSL | 312.8º | 0.93% | 0.68% | - |
| HSV(B) | 312.8º | 0.6% | 0.98% | - |
| XYZ | 56.05 | 34.07 | 69.27 | - |
| YUV | 157.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 217 | 0 | 0.60 | 0.13 | 0.02 | 312.8 | 0.93 | 0.68 |
| Hex | F9 | 63 | D9 | 0 | 3C | D | 2 | 139 | 5D | 44 |
| Octal | 371 | 143 | 331 | 0 | 74 | 15 | 2 | 471 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11011001 | 0 | 111100 | 1101 | 10 | 100111001 | 1011101 | 1000100 |
Color Harmonies of #F963D9
Complementary color
Monochromatic Colors of #F963D9
Black with #F963D9
Text Example
Text Example
White with #F963D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963D9; }
p { color: rgb(249,99,217); }
H1.HeaderClassName
{
color: #F963D9;
}
.AnyTagClassName
{
color: #F963D9;
}
</style>
background-color css
<style>
a { background-color: #F963D9; }
a { background-color: rgb(249,99,217); }
div.DivClassName
{
background-color: #F963D9;
}
.BgClassName
{
background-color: #F963D9;
}
</style>
border-color css
<style>
span { border-color: #F963D9; }
span { border-color: rgb(249,99,217); }
td.TdClassName
{
border-color: #F963D9;
}
.TagClassName
{
border-color: #F963D9;
}
</style>