Html Css Color HEX #F653DC Free Speech Magenta
📋 copy color: '#F653DC'red 246 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #F653DC
Tints of Free Speech Magenta #F653DC
RGB
CMYK
RGB Variations
Color information
#F653DC (or 0xF653DC) is known color: Free Speech Magenta. HEX triplet: F6, 53 and DC. RGB value is (246,83,220). Sum of RGB (Red+Green+Blue) = 246+83+220=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F653DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653DC is #09AC23. Grayscale: #929292. Windows color (decimal): -633892 or 14439414. OLE color: 14439414.
HSL color Cylindrical-coordinate representation of color #F653DC: hue angle of 309.57º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F653DC is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 220 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.04 |
| HSL | 309.57º | 0.9% | 0.65% | - |
| HSV(B) | 309.57º | 0.66% | 0.96% | - |
| XYZ | 54.02 | 30.95 | 70.84 | - |
| YUV | 147.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 220 | 0 | 0.66 | 0.11 | 0.04 | 309.57 | 0.9 | 0.65 |
| Hex | F6 | 53 | DC | 0 | 42 | B | 4 | 136 | 5A | 41 |
| Octal | 366 | 123 | 334 | 0 | 102 | 13 | 4 | 466 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11011100 | 0 | 1000010 | 1011 | 100 | 100110110 | 1011010 | 1000001 |
Color Harmonies of #F653DC
Complementary color
Monochromatic Colors of #F653DC
Black with #F653DC
Text Example
Text Example
White with #F653DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653DC; }
p { color: rgb(246,83,220); }
H1.HeaderClassName
{
color: #F653DC;
}
.AnyTagClassName
{
color: #F653DC;
}
</style>
background-color css
<style>
a { background-color: #F653DC; }
a { background-color: rgb(246,83,220); }
div.DivClassName
{
background-color: #F653DC;
}
.BgClassName
{
background-color: #F653DC;
}
</style>
border-color css
<style>
span { border-color: #F653DC; }
span { border-color: rgb(246,83,220); }
td.TdClassName
{
border-color: #F653DC;
}
.TagClassName
{
border-color: #F653DC;
}
</style>