Html Css Color HEX #F653D6 Free Speech Magenta
📋 copy color: '#F653D6'red 246 ◦ green 83 ◦ blue 214
Shades of Free Speech Magenta #F653D6
Tints of Free Speech Magenta #F653D6
RGB
CMYK
RGB Variations
Color information
#F653D6 (or 0xF653D6) is known color: Free Speech Magenta. HEX triplet: F6, 53 and D6. RGB value is (246,83,214). Sum of RGB (Red+Green+Blue) = 246+83+214=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F653D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653D6 is #09AC29. Grayscale: #929292. Windows color (decimal): -633898 or 14046198. OLE color: 14046198.
HSL color Cylindrical-coordinate representation of color #F653D6: hue angle of 311.78º 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 #F653D6 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 214 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.04 |
| HSL | 311.78º | 0.9% | 0.65% | - |
| HSV(B) | 311.78º | 0.66% | 0.96% | - |
| XYZ | 53.24 | 30.63 | 66.73 | - |
| YUV | 146.67 | 166 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 214 | 0 | 0.66 | 0.13 | 0.04 | 311.78 | 0.9 | 0.65 |
| Hex | F6 | 53 | D6 | 0 | 42 | D | 4 | 138 | 5A | 41 |
| Octal | 366 | 123 | 326 | 0 | 102 | 15 | 4 | 470 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11010110 | 0 | 1000010 | 1101 | 100 | 100111000 | 1011010 | 1000001 |
Color Harmonies of #F653D6
Complementary color
Monochromatic Colors of #F653D6
Black with #F653D6
Text Example
Text Example
White with #F653D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653D6; }
p { color: rgb(246,83,214); }
H1.HeaderClassName
{
color: #F653D6;
}
.AnyTagClassName
{
color: #F653D6;
}
</style>
background-color css
<style>
a { background-color: #F653D6; }
a { background-color: rgb(246,83,214); }
div.DivClassName
{
background-color: #F653D6;
}
.BgClassName
{
background-color: #F653D6;
}
</style>
border-color css
<style>
span { border-color: #F653D6; }
span { border-color: rgb(246,83,214); }
td.TdClassName
{
border-color: #F653D6;
}
.TagClassName
{
border-color: #F653D6;
}
</style>