Html Css Color HEX #F953DC Free Speech Magenta
📋 copy color: '#F953DC'red 249 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #F953DC
Tints of Free Speech Magenta #F953DC
RGB
CMYK
RGB Variations
Color information
#F953DC (or 0xF953DC) is known color: Free Speech Magenta. HEX triplet: F9, 53 and DC. RGB value is (249,83,220). Sum of RGB (Red+Green+Blue) = 249+83+220=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 83 (32.81% from 255 or 15.04% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F953DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953DC is #06AC23. Grayscale: #939393. Windows color (decimal): -437284 or 14439417. OLE color: 14439417.
HSL color Cylindrical-coordinate representation of color #F953DC: hue angle of 310.48º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953DC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 220 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.02 |
| HSL | 310.48º | 0.93% | 0.65% | - |
| HSV(B) | 310.48º | 0.67% | 0.98% | - |
| XYZ | 55.08 | 31.49 | 70.89 | - |
| YUV | 148.25 | 168.5 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 220 | 0 | 0.67 | 0.12 | 0.02 | 310.48 | 0.93 | 0.65 |
| Hex | F9 | 53 | DC | 0 | 43 | C | 2 | 136 | 5D | 41 |
| Octal | 371 | 123 | 334 | 0 | 103 | 14 | 2 | 466 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11011100 | 0 | 1000011 | 1100 | 10 | 100110110 | 1011101 | 1000001 |
Color Harmonies of #F953DC
Complementary color
Monochromatic Colors of #F953DC
Black with #F953DC
Text Example
Text Example
White with #F953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953DC; }
p { color: rgb(249,83,220); }
H1.HeaderClassName
{
color: #F953DC;
}
.AnyTagClassName
{
color: #F953DC;
}
</style>
background-color css
<style>
a { background-color: #F953DC; }
a { background-color: rgb(249,83,220); }
div.DivClassName
{
background-color: #F953DC;
}
.BgClassName
{
background-color: #F953DC;
}
</style>
border-color css
<style>
span { border-color: #F953DC; }
span { border-color: rgb(249,83,220); }
td.TdClassName
{
border-color: #F953DC;
}
.TagClassName
{
border-color: #F953DC;
}
</style>