Html Css Color HEX #F051D9 Free Speech Magenta
📋 copy color: '#F051D9'red 240 ◦ green 81 ◦ blue 217
Shades of Free Speech Magenta #F051D9
Tints of Free Speech Magenta #F051D9
RGB
CMYK
RGB Variations
Color information
#F051D9 (or 0xF051D9) is known color: Free Speech Magenta. HEX triplet: F0, 51 and D9. RGB value is (240,81,217). Sum of RGB (Red+Green+Blue) = 240+81+217=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F051D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051D9 is #0FAE26. Grayscale: #8F8F8F. Windows color (decimal): -1027623 or 14242288. OLE color: 14242288.
HSL color Cylindrical-coordinate representation of color #F051D9: hue angle of 308.68º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051D9 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 217 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.06 |
| HSL | 308.68º | 0.84% | 0.63% | - |
| HSV(B) | 308.68º | 0.66% | 0.94% | - |
| XYZ | 51.4 | 29.42 | 68.62 | - |
| YUV | 144.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 217 | 0 | 0.66 | 0.10 | 0.06 | 308.68 | 0.84 | 0.63 |
| Hex | F0 | 51 | D9 | 0 | 42 | A | 6 | 135 | 54 | 3F |
| Octal | 360 | 121 | 331 | 0 | 102 | 12 | 6 | 465 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11011001 | 0 | 1000010 | 1010 | 110 | 100110101 | 1010100 | 111111 |
Color Harmonies of #F051D9
Complementary color
Monochromatic Colors of #F051D9
Black with #F051D9
Text Example
Text Example
White with #F051D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051D9; }
p { color: rgb(240,81,217); }
H1.HeaderClassName
{
color: #F051D9;
}
.AnyTagClassName
{
color: #F051D9;
}
</style>
background-color css
<style>
a { background-color: #F051D9; }
a { background-color: rgb(240,81,217); }
div.DivClassName
{
background-color: #F051D9;
}
.BgClassName
{
background-color: #F051D9;
}
</style>
border-color css
<style>
span { border-color: #F051D9; }
span { border-color: rgb(240,81,217); }
td.TdClassName
{
border-color: #F051D9;
}
.TagClassName
{
border-color: #F051D9;
}
</style>