Html Css Color HEX #F051E5 Free Speech Magenta
📋 copy color: '#F051E5'red 240 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #F051E5
Tints of Free Speech Magenta #F051E5
RGB
CMYK
RGB Variations
Color information
#F051E5 (or 0xF051E5) is known color: Free Speech Magenta. HEX triplet: F0, 51 and E5. RGB value is (240,81,229). Sum of RGB (Red+Green+Blue) = 240+81+229=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F051E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051E5 is #0FAE1A. Grayscale: #909090. Windows color (decimal): -1027611 or 15028720. OLE color: 15028720.
HSL color Cylindrical-coordinate representation of color #F051E5: hue angle of 304.15º 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 #F051E5 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 229 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.06 |
| HSL | 304.15º | 0.84% | 0.63% | - |
| HSV(B) | 304.15º | 0.66% | 0.94% | - |
| XYZ | 53.02 | 30.07 | 77.14 | - |
| YUV | 145.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 229 | 0 | 0.66 | 0.05 | 0.06 | 304.15 | 0.84 | 0.63 |
| Hex | F0 | 51 | E5 | 0 | 42 | 5 | 6 | 130 | 54 | 3F |
| Octal | 360 | 121 | 345 | 0 | 102 | 5 | 6 | 460 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11100101 | 0 | 1000010 | 101 | 110 | 100110000 | 1010100 | 111111 |
Color Harmonies of #F051E5
Complementary color
Monochromatic Colors of #F051E5
Black with #F051E5
Text Example
Text Example
White with #F051E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051E5; }
p { color: rgb(240,81,229); }
H1.HeaderClassName
{
color: #F051E5;
}
.AnyTagClassName
{
color: #F051E5;
}
</style>
background-color css
<style>
a { background-color: #F051E5; }
a { background-color: rgb(240,81,229); }
div.DivClassName
{
background-color: #F051E5;
}
.BgClassName
{
background-color: #F051E5;
}
</style>
border-color css
<style>
span { border-color: #F051E5; }
span { border-color: rgb(240,81,229); }
td.TdClassName
{
border-color: #F051E5;
}
.TagClassName
{
border-color: #F051E5;
}
</style>