Html Css Color HEX #F04CE5 Free Speech Magenta
📋 copy color: '#F04CE5'red 240 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #F04CE5
Tints of Free Speech Magenta #F04CE5
RGB
CMYK
RGB Variations
Color information
#F04CE5 (or 0xF04CE5) is known color: Free Speech Magenta. HEX triplet: F0, 4C and E5. RGB value is (240,76,229). Sum of RGB (Red+Green+Blue) = 240+76+229=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 76 (30.08% from 255 or 13.94% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CE5 is #0FB31A. Grayscale: #8E8E8E. Windows color (decimal): -1028891 or 15027440. OLE color: 15027440.
HSL color Cylindrical-coordinate representation of color #F04CE5: hue angle of 304.02º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CE5 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 229 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.06 |
| HSL | 304.02º | 0.85% | 0.62% | - |
| HSV(B) | 304.02º | 0.68% | 0.94% | - |
| XYZ | 52.66 | 29.35 | 77.02 | - |
| YUV | 142.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 229 | 0 | 0.68 | 0.05 | 0.06 | 304.02 | 0.85 | 0.62 |
| Hex | F0 | 4C | E5 | 0 | 44 | 5 | 6 | 130 | 55 | 3E |
| Octal | 360 | 114 | 345 | 0 | 104 | 5 | 6 | 460 | 125 | 76 |
| Binary | 11110000 | 1001100 | 11100101 | 0 | 1000100 | 101 | 110 | 100110000 | 1010101 | 111110 |
Color Harmonies of #F04CE5
Complementary color
Monochromatic Colors of #F04CE5
Black with #F04CE5
Text Example
Text Example
White with #F04CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CE5; }
p { color: rgb(240,76,229); }
H1.HeaderClassName
{
color: #F04CE5;
}
.AnyTagClassName
{
color: #F04CE5;
}
</style>
background-color css
<style>
a { background-color: #F04CE5; }
a { background-color: rgb(240,76,229); }
div.DivClassName
{
background-color: #F04CE5;
}
.BgClassName
{
background-color: #F04CE5;
}
</style>
border-color css
<style>
span { border-color: #F04CE5; }
span { border-color: rgb(240,76,229); }
td.TdClassName
{
border-color: #F04CE5;
}
.TagClassName
{
border-color: #F04CE5;
}
</style>