Html Css Color HEX #F051C9 Free Speech Magenta
📋 copy color: '#F051C9'red 240 ◦ green 81 ◦ blue 201
Shades of Free Speech Magenta #F051C9
Tints of Free Speech Magenta #F051C9
RGB
CMYK
RGB Variations
Color information
#F051C9 (or 0xF051C9) is known color: Free Speech Magenta. HEX triplet: F0, 51 and C9. RGB value is (240,81,201). Sum of RGB (Red+Green+Blue) = 240+81+201=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F051C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051C9 is #0FAE36. Grayscale: #8D8D8D. Windows color (decimal): -1027639 or 13193712. OLE color: 13193712.
HSL color Cylindrical-coordinate representation of color #F051C9: hue angle of 314.72º 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 #F051C9 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 201 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.06 |
| HSL | 314.72º | 0.84% | 0.63% | - |
| HSV(B) | 314.72º | 0.66% | 0.94% | - |
| XYZ | 49.42 | 28.63 | 58.18 | - |
| YUV | 142.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 201 | 0 | 0.66 | 0.16 | 0.06 | 314.72 | 0.84 | 0.63 |
| Hex | F0 | 51 | C9 | 0 | 42 | 10 | 6 | 13B | 54 | 3F |
| Octal | 360 | 121 | 311 | 0 | 102 | 20 | 6 | 473 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11001001 | 0 | 1000010 | 10000 | 110 | 100111011 | 1010100 | 111111 |
Color Harmonies of #F051C9
Complementary color
Monochromatic Colors of #F051C9
Black with #F051C9
Text Example
Text Example
White with #F051C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051C9; }
p { color: rgb(240,81,201); }
H1.HeaderClassName
{
color: #F051C9;
}
.AnyTagClassName
{
color: #F051C9;
}
</style>
background-color css
<style>
a { background-color: #F051C9; }
a { background-color: rgb(240,81,201); }
div.DivClassName
{
background-color: #F051C9;
}
.BgClassName
{
background-color: #F051C9;
}
</style>
border-color css
<style>
span { border-color: #F051C9; }
span { border-color: rgb(240,81,201); }
td.TdClassName
{
border-color: #F051C9;
}
.TagClassName
{
border-color: #F051C9;
}
</style>