Html Css Color HEX #F051E7 Free Speech Magenta
📋 copy color: '#F051E7'red 240 ◦ green 81 ◦ blue 231
Shades of Free Speech Magenta #F051E7
Tints of Free Speech Magenta #F051E7
RGB
CMYK
RGB Variations
Color information
#F051E7 (or 0xF051E7) is known color: Free Speech Magenta. HEX triplet: F0, 51 and E7. RGB value is (240,81,231). Sum of RGB (Red+Green+Blue) = 240+81+231=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F051E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051E7 is #0FAE18. Grayscale: #919191. Windows color (decimal): -1027609 or 15159792. OLE color: 15159792.
HSL color Cylindrical-coordinate representation of color #F051E7: hue angle of 303.4º 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 #F051E7 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 231 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.06 |
| HSL | 303.4º | 0.84% | 0.63% | - |
| HSV(B) | 303.4º | 0.66% | 0.94% | - |
| XYZ | 53.3 | 30.18 | 78.62 | - |
| YUV | 145.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 231 | 0 | 0.66 | 0.04 | 0.06 | 303.4 | 0.84 | 0.63 |
| Hex | F0 | 51 | E7 | 0 | 42 | 4 | 6 | 12F | 54 | 3F |
| Octal | 360 | 121 | 347 | 0 | 102 | 4 | 6 | 457 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11100111 | 0 | 1000010 | 100 | 110 | 100101111 | 1010100 | 111111 |
Color Harmonies of #F051E7
Complementary color
Monochromatic Colors of #F051E7
Black with #F051E7
Text Example
Text Example
White with #F051E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051E7; }
p { color: rgb(240,81,231); }
H1.HeaderClassName
{
color: #F051E7;
}
.AnyTagClassName
{
color: #F051E7;
}
</style>
background-color css
<style>
a { background-color: #F051E7; }
a { background-color: rgb(240,81,231); }
div.DivClassName
{
background-color: #F051E7;
}
.BgClassName
{
background-color: #F051E7;
}
</style>
border-color css
<style>
span { border-color: #F051E7; }
span { border-color: rgb(240,81,231); }
td.TdClassName
{
border-color: #F051E7;
}
.TagClassName
{
border-color: #F051E7;
}
</style>