Html Css Color HEX #F953D4 Free Speech Magenta
📋 copy color: '#F953D4'red 249 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #F953D4
Tints of Free Speech Magenta #F953D4
RGB
CMYK
RGB Variations
Color information
#F953D4 (or 0xF953D4) is known color: Free Speech Magenta. HEX triplet: F9, 53 and D4. RGB value is (249,83,212). Sum of RGB (Red+Green+Blue) = 249+83+212=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F953D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953D4 is #06AC2B. Grayscale: #929292. Windows color (decimal): -437292 or 13915129. OLE color: 13915129.
HSL color Cylindrical-coordinate representation of color #F953D4: hue angle of 313.37º 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 #F953D4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 212 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.02 |
| HSL | 313.37º | 0.93% | 0.65% | - |
| HSV(B) | 313.37º | 0.67% | 0.98% | - |
| XYZ | 54.04 | 31.08 | 65.44 | - |
| YUV | 147.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 212 | 0 | 0.67 | 0.15 | 0.02 | 313.37 | 0.93 | 0.65 |
| Hex | F9 | 53 | D4 | 0 | 43 | F | 2 | 139 | 5D | 41 |
| Octal | 371 | 123 | 324 | 0 | 103 | 17 | 2 | 471 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11010100 | 0 | 1000011 | 1111 | 10 | 100111001 | 1011101 | 1000001 |
Color Harmonies of #F953D4
Complementary color
Monochromatic Colors of #F953D4
Black with #F953D4
Text Example
Text Example
White with #F953D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953D4; }
p { color: rgb(249,83,212); }
H1.HeaderClassName
{
color: #F953D4;
}
.AnyTagClassName
{
color: #F953D4;
}
</style>
background-color css
<style>
a { background-color: #F953D4; }
a { background-color: rgb(249,83,212); }
div.DivClassName
{
background-color: #F953D4;
}
.BgClassName
{
background-color: #F953D4;
}
</style>
border-color css
<style>
span { border-color: #F953D4; }
span { border-color: rgb(249,83,212); }
td.TdClassName
{
border-color: #F953D4;
}
.TagClassName
{
border-color: #F953D4;
}
</style>