Html Css Color HEX #F964DD Free Speech Magenta
📋 copy color: '#F964DD'red 249 ◦ green 100 ◦ blue 221
Shades of Free Speech Magenta #F964DD
Tints of Free Speech Magenta #F964DD
RGB
CMYK
RGB Variations
Color information
#F964DD (or 0xF964DD) is known color: Free Speech Magenta. HEX triplet: F9, 64 and DD. RGB value is (249,100,221). Sum of RGB (Red+Green+Blue) = 249+100+221=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F964DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964DD is #069B22. Grayscale: #9E9E9E. Windows color (decimal): -432931 or 14509305. OLE color: 14509305.
HSL color Cylindrical-coordinate representation of color #F964DD: hue angle of 311.28º 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 #F964DD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 221 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.02 |
| HSL | 311.28º | 0.93% | 0.68% | - |
| HSV(B) | 311.28º | 0.6% | 0.98% | - |
| XYZ | 56.68 | 34.47 | 72.07 | - |
| YUV | 158.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 221 | 0 | 0.60 | 0.11 | 0.02 | 311.28 | 0.93 | 0.68 |
| Hex | F9 | 64 | DD | 0 | 3C | B | 2 | 137 | 5D | 44 |
| Octal | 371 | 144 | 335 | 0 | 74 | 13 | 2 | 467 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11011101 | 0 | 111100 | 1011 | 10 | 100110111 | 1011101 | 1000100 |
Color Harmonies of #F964DD
Complementary color
Monochromatic Colors of #F964DD
Black with #F964DD
Text Example
Text Example
White with #F964DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964DD; }
p { color: rgb(249,100,221); }
H1.HeaderClassName
{
color: #F964DD;
}
.AnyTagClassName
{
color: #F964DD;
}
</style>
background-color css
<style>
a { background-color: #F964DD; }
a { background-color: rgb(249,100,221); }
div.DivClassName
{
background-color: #F964DD;
}
.BgClassName
{
background-color: #F964DD;
}
</style>
border-color css
<style>
span { border-color: #F964DD; }
span { border-color: rgb(249,100,221); }
td.TdClassName
{
border-color: #F964DD;
}
.TagClassName
{
border-color: #F964DD;
}
</style>