Html Css Color HEX #F653DD Free Speech Magenta
📋 copy color: '#F653DD'red 246 ◦ green 83 ◦ blue 221
Shades of Free Speech Magenta #F653DD
Tints of Free Speech Magenta #F653DD
RGB
CMYK
RGB Variations
Color information
#F653DD (or 0xF653DD) is known color: Free Speech Magenta. HEX triplet: F6, 53 and DD. RGB value is (246,83,221). Sum of RGB (Red+Green+Blue) = 246+83+221=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 83 (32.81% from 255 or 15.09% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F653DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653DD is #09AC22. Grayscale: #939393. Windows color (decimal): -633891 or 14504950. OLE color: 14504950.
HSL color Cylindrical-coordinate representation of color #F653DD: hue angle of 309.2º 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 #F653DD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 221 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.04 |
| HSL | 309.2º | 0.9% | 0.65% | - |
| HSV(B) | 309.2º | 0.66% | 0.96% | - |
| XYZ | 54.15 | 31 | 71.54 | - |
| YUV | 147.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 221 | 0 | 0.66 | 0.10 | 0.04 | 309.2 | 0.9 | 0.65 |
| Hex | F6 | 53 | DD | 0 | 42 | A | 4 | 135 | 5A | 41 |
| Octal | 366 | 123 | 335 | 0 | 102 | 12 | 4 | 465 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11011101 | 0 | 1000010 | 1010 | 100 | 100110101 | 1011010 | 1000001 |
Color Harmonies of #F653DD
Complementary color
Monochromatic Colors of #F653DD
Black with #F653DD
Text Example
Text Example
White with #F653DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653DD; }
p { color: rgb(246,83,221); }
H1.HeaderClassName
{
color: #F653DD;
}
.AnyTagClassName
{
color: #F653DD;
}
</style>
background-color css
<style>
a { background-color: #F653DD; }
a { background-color: rgb(246,83,221); }
div.DivClassName
{
background-color: #F653DD;
}
.BgClassName
{
background-color: #F653DD;
}
</style>
border-color css
<style>
span { border-color: #F653DD; }
span { border-color: rgb(246,83,221); }
td.TdClassName
{
border-color: #F653DD;
}
.TagClassName
{
border-color: #F653DD;
}
</style>