Html Css Color HEX #F953D0 Free Speech Magenta
📋 copy color: '#F953D0'red 249 ◦ green 83 ◦ blue 208
Shades of Free Speech Magenta #F953D0
Tints of Free Speech Magenta #F953D0
RGB
CMYK
RGB Variations
Color information
#F953D0 (or 0xF953D0) is known color: Free Speech Magenta. HEX triplet: F9, 53 and D0. RGB value is (249,83,208). Sum of RGB (Red+Green+Blue) = 249+83+208=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F953D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953D0 is #06AC2F. Grayscale: #929292. Windows color (decimal): -437296 or 13652985. OLE color: 13652985.
HSL color Cylindrical-coordinate representation of color #F953D0: hue angle of 314.82º 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 #F953D0 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 208 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.02 |
| HSL | 314.82º | 0.93% | 0.65% | - |
| HSV(B) | 314.82º | 0.67% | 0.98% | - |
| XYZ | 53.55 | 30.88 | 62.81 | - |
| YUV | 146.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 208 | 0 | 0.67 | 0.16 | 0.02 | 314.82 | 0.93 | 0.65 |
| Hex | F9 | 53 | D0 | 0 | 43 | 10 | 2 | 13B | 5D | 41 |
| Octal | 371 | 123 | 320 | 0 | 103 | 20 | 2 | 473 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11010000 | 0 | 1000011 | 10000 | 10 | 100111011 | 1011101 | 1000001 |
Color Harmonies of #F953D0
Complementary color
Monochromatic Colors of #F953D0
Black with #F953D0
Text Example
Text Example
White with #F953D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953D0; }
p { color: rgb(249,83,208); }
H1.HeaderClassName
{
color: #F953D0;
}
.AnyTagClassName
{
color: #F953D0;
}
</style>
background-color css
<style>
a { background-color: #F953D0; }
a { background-color: rgb(249,83,208); }
div.DivClassName
{
background-color: #F953D0;
}
.BgClassName
{
background-color: #F953D0;
}
</style>
border-color css
<style>
span { border-color: #F953D0; }
span { border-color: rgb(249,83,208); }
td.TdClassName
{
border-color: #F953D0;
}
.TagClassName
{
border-color: #F953D0;
}
</style>