Html Css Color HEX #F04FE5 Free Speech Magenta
📋 copy color: '#F04FE5'red 240 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #F04FE5
Tints of Free Speech Magenta #F04FE5
RGB
CMYK
RGB Variations
Color information
#F04FE5 (or 0xF04FE5) is known color: Free Speech Magenta. HEX triplet: F0, 4F and E5. RGB value is (240,79,229). Sum of RGB (Red+Green+Blue) = 240+79+229=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FE5 is #0FB01A. Grayscale: #8F8F8F. Windows color (decimal): -1028123 or 15028208. OLE color: 15028208.
HSL color Cylindrical-coordinate representation of color #F04FE5: hue angle of 304.1º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FE5 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 229 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.06 |
| HSL | 304.1º | 0.84% | 0.63% | - |
| HSV(B) | 304.1º | 0.67% | 0.94% | - |
| XYZ | 52.87 | 29.77 | 77.09 | - |
| YUV | 144.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 229 | 0 | 0.67 | 0.05 | 0.06 | 304.1 | 0.84 | 0.63 |
| Hex | F0 | 4F | E5 | 0 | 43 | 5 | 6 | 130 | 54 | 3F |
| Octal | 360 | 117 | 345 | 0 | 103 | 5 | 6 | 460 | 124 | 77 |
| Binary | 11110000 | 1001111 | 11100101 | 0 | 1000011 | 101 | 110 | 100110000 | 1010100 | 111111 |
Color Harmonies of #F04FE5
Complementary color
Monochromatic Colors of #F04FE5
Black with #F04FE5
Text Example
Text Example
White with #F04FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FE5; }
p { color: rgb(240,79,229); }
H1.HeaderClassName
{
color: #F04FE5;
}
.AnyTagClassName
{
color: #F04FE5;
}
</style>
background-color css
<style>
a { background-color: #F04FE5; }
a { background-color: rgb(240,79,229); }
div.DivClassName
{
background-color: #F04FE5;
}
.BgClassName
{
background-color: #F04FE5;
}
</style>
border-color css
<style>
span { border-color: #F04FE5; }
span { border-color: rgb(240,79,229); }
td.TdClassName
{
border-color: #F04FE5;
}
.TagClassName
{
border-color: #F04FE5;
}
</style>