Html Css Color HEX #F963DF Free Speech Magenta
📋 copy color: '#F963DF'red 249 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #F963DF
Tints of Free Speech Magenta #F963DF
RGB
CMYK
RGB Variations
Color information
#F963DF (or 0xF963DF) is known color: Free Speech Magenta. HEX triplet: F9, 63 and DF. RGB value is (249,99,223). Sum of RGB (Red+Green+Blue) = 249+99+223=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 99 (39.06% from 255 or 17.34% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F963DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963DF is #069C20. Grayscale: #9D9D9D. Windows color (decimal): -433185 or 14640121. OLE color: 14640121.
HSL color Cylindrical-coordinate representation of color #F963DF: hue angle of 310.4º 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 #F963DF is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 223 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.02 |
| HSL | 310.4º | 0.93% | 0.68% | - |
| HSV(B) | 310.4º | 0.6% | 0.98% | - |
| XYZ | 56.85 | 34.39 | 73.45 | - |
| YUV | 157.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 223 | 0 | 0.60 | 0.10 | 0.02 | 310.4 | 0.93 | 0.68 |
| Hex | F9 | 63 | DF | 0 | 3C | A | 2 | 136 | 5D | 44 |
| Octal | 371 | 143 | 337 | 0 | 74 | 12 | 2 | 466 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11011111 | 0 | 111100 | 1010 | 10 | 100110110 | 1011101 | 1000100 |
Color Harmonies of #F963DF
Complementary color
Monochromatic Colors of #F963DF
Black with #F963DF
Text Example
Text Example
White with #F963DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963DF; }
p { color: rgb(249,99,223); }
H1.HeaderClassName
{
color: #F963DF;
}
.AnyTagClassName
{
color: #F963DF;
}
</style>
background-color css
<style>
a { background-color: #F963DF; }
a { background-color: rgb(249,99,223); }
div.DivClassName
{
background-color: #F963DF;
}
.BgClassName
{
background-color: #F963DF;
}
</style>
border-color css
<style>
span { border-color: #F963DF; }
span { border-color: rgb(249,99,223); }
td.TdClassName
{
border-color: #F963DF;
}
.TagClassName
{
border-color: #F963DF;
}
</style>