Html Css Color HEX #F953D5 Free Speech Magenta
📋 copy color: '#F953D5'red 249 ◦ green 83 ◦ blue 213
Shades of Free Speech Magenta #F953D5
Tints of Free Speech Magenta #F953D5
RGB
CMYK
RGB Variations
Color information
#F953D5 (or 0xF953D5) is known color: Free Speech Magenta. HEX triplet: F9, 53 and D5. RGB value is (249,83,213). Sum of RGB (Red+Green+Blue) = 249+83+213=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F953D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953D5 is #06AC2A. Grayscale: #939393. Windows color (decimal): -437291 or 13980665. OLE color: 13980665.
HSL color Cylindrical-coordinate representation of color #F953D5: hue angle of 313.01º 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 #F953D5 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 213 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.02 |
| HSL | 313.01º | 0.93% | 0.65% | - |
| HSV(B) | 313.01º | 0.67% | 0.98% | - |
| XYZ | 54.17 | 31.13 | 66.1 | - |
| YUV | 147.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 213 | 0 | 0.67 | 0.14 | 0.02 | 313.01 | 0.93 | 0.65 |
| Hex | F9 | 53 | D5 | 0 | 43 | E | 2 | 139 | 5D | 41 |
| Octal | 371 | 123 | 325 | 0 | 103 | 16 | 2 | 471 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11010101 | 0 | 1000011 | 1110 | 10 | 100111001 | 1011101 | 1000001 |
Color Harmonies of #F953D5
Complementary color
Monochromatic Colors of #F953D5
Black with #F953D5
Text Example
Text Example
White with #F953D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953D5; }
p { color: rgb(249,83,213); }
H1.HeaderClassName
{
color: #F953D5;
}
.AnyTagClassName
{
color: #F953D5;
}
</style>
background-color css
<style>
a { background-color: #F953D5; }
a { background-color: rgb(249,83,213); }
div.DivClassName
{
background-color: #F953D5;
}
.BgClassName
{
background-color: #F953D5;
}
</style>
border-color css
<style>
span { border-color: #F953D5; }
span { border-color: rgb(249,83,213); }
td.TdClassName
{
border-color: #F953D5;
}
.TagClassName
{
border-color: #F953D5;
}
</style>