Html Css Color HEX #F04CE6 Free Speech Magenta
📋 copy color: '#F04CE6'red 240 ◦ green 76 ◦ blue 230
Shades of Free Speech Magenta #F04CE6
Tints of Free Speech Magenta #F04CE6
RGB
CMYK
RGB Variations
Color information
#F04CE6 (or 0xF04CE6) is known color: Free Speech Magenta. HEX triplet: F0, 4C and E6. RGB value is (240,76,230). Sum of RGB (Red+Green+Blue) = 240+76+230=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 76 (30.08% from 255 or 13.92% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CE6 is #0FB319. Grayscale: #8E8E8E. Windows color (decimal): -1028890 or 15092976. OLE color: 15092976.
HSL color Cylindrical-coordinate representation of color #F04CE6: hue angle of 303.66º 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 #F04CE6 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 230 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.06 |
| HSL | 303.66º | 0.85% | 0.62% | - |
| HSV(B) | 303.66º | 0.68% | 0.94% | - |
| XYZ | 52.8 | 29.41 | 77.76 | - |
| YUV | 142.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 230 | 0 | 0.68 | 0.04 | 0.06 | 303.66 | 0.85 | 0.62 |
| Hex | F0 | 4C | E6 | 0 | 44 | 4 | 6 | 130 | 55 | 3E |
| Octal | 360 | 114 | 346 | 0 | 104 | 4 | 6 | 460 | 125 | 76 |
| Binary | 11110000 | 1001100 | 11100110 | 0 | 1000100 | 100 | 110 | 100110000 | 1010101 | 111110 |
Color Harmonies of #F04CE6
Complementary color
Monochromatic Colors of #F04CE6
Black with #F04CE6
Text Example
Text Example
White with #F04CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CE6; }
p { color: rgb(240,76,230); }
H1.HeaderClassName
{
color: #F04CE6;
}
.AnyTagClassName
{
color: #F04CE6;
}
</style>
background-color css
<style>
a { background-color: #F04CE6; }
a { background-color: rgb(240,76,230); }
div.DivClassName
{
background-color: #F04CE6;
}
.BgClassName
{
background-color: #F04CE6;
}
</style>
border-color css
<style>
span { border-color: #F04CE6; }
span { border-color: rgb(240,76,230); }
td.TdClassName
{
border-color: #F04CE6;
}
.TagClassName
{
border-color: #F04CE6;
}
</style>