Html Css Color HEX #F963DD Free Speech Magenta
📋 copy color: '#F963DD'red 249 ◦ green 99 ◦ blue 221
Shades of Free Speech Magenta #F963DD
Tints of Free Speech Magenta #F963DD
RGB
CMYK
RGB Variations
Color information
#F963DD (or 0xF963DD) is known color: Free Speech Magenta. HEX triplet: F9, 63 and DD. RGB value is (249,99,221). Sum of RGB (Red+Green+Blue) = 249+99+221=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F963DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963DD is #069C22. Grayscale: #9D9D9D. Windows color (decimal): -433187 or 14509049. OLE color: 14509049.
HSL color Cylindrical-coordinate representation of color #F963DD: hue angle of 311.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 #F963DD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 221 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.02 |
| HSL | 311.2º | 0.93% | 0.68% | - |
| HSV(B) | 311.2º | 0.6% | 0.98% | - |
| XYZ | 56.58 | 34.28 | 72.04 | - |
| YUV | 157.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 221 | 0 | 0.60 | 0.11 | 0.02 | 311.2 | 0.93 | 0.68 |
| Hex | F9 | 63 | DD | 0 | 3C | B | 2 | 137 | 5D | 44 |
| Octal | 371 | 143 | 335 | 0 | 74 | 13 | 2 | 467 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11011101 | 0 | 111100 | 1011 | 10 | 100110111 | 1011101 | 1000100 |
Color Harmonies of #F963DD
Complementary color
Monochromatic Colors of #F963DD
Black with #F963DD
Text Example
Text Example
White with #F963DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963DD; }
p { color: rgb(249,99,221); }
H1.HeaderClassName
{
color: #F963DD;
}
.AnyTagClassName
{
color: #F963DD;
}
</style>
background-color css
<style>
a { background-color: #F963DD; }
a { background-color: rgb(249,99,221); }
div.DivClassName
{
background-color: #F963DD;
}
.BgClassName
{
background-color: #F963DD;
}
</style>
border-color css
<style>
span { border-color: #F963DD; }
span { border-color: rgb(249,99,221); }
td.TdClassName
{
border-color: #F963DD;
}
.TagClassName
{
border-color: #F963DD;
}
</style>