Html Css Color HEX #F04ACE Free Speech Magenta
📋 copy color: '#F04ACE'red 240 ◦ green 74 ◦ blue 206
Shades of Free Speech Magenta #F04ACE
Tints of Free Speech Magenta #F04ACE
RGB
CMYK
RGB Variations
Color information
#F04ACE (or 0xF04ACE) is known color: Free Speech Magenta. HEX triplet: F0, 4A and CE. RGB value is (240,74,206). Sum of RGB (Red+Green+Blue) = 240+74+206=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ACE is #0FB531. Grayscale: #8A8A8A. Windows color (decimal): -1029426 or 13519600. OLE color: 13519600.
HSL color Cylindrical-coordinate representation of color #F04ACE: hue angle of 312.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04ACE is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 206 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.06 |
| HSL | 312.29º | 0.85% | 0.62% | - |
| HSV(B) | 312.29º | 0.69% | 0.94% | - |
| XYZ | 49.52 | 27.88 | 61.16 | - |
| YUV | 138.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 206 | 0 | 0.69 | 0.14 | 0.06 | 312.29 | 0.85 | 0.62 |
| Hex | F0 | 4A | CE | 0 | 45 | E | 6 | 138 | 55 | 3E |
| Octal | 360 | 112 | 316 | 0 | 105 | 16 | 6 | 470 | 125 | 76 |
| Binary | 11110000 | 1001010 | 11001110 | 0 | 1000101 | 1110 | 110 | 100111000 | 1010101 | 111110 |
Color Harmonies of #F04ACE
Complementary color
Monochromatic Colors of #F04ACE
Black with #F04ACE
Text Example
Text Example
White with #F04ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ACE; }
p { color: rgb(240,74,206); }
H1.HeaderClassName
{
color: #F04ACE;
}
.AnyTagClassName
{
color: #F04ACE;
}
</style>
background-color css
<style>
a { background-color: #F04ACE; }
a { background-color: rgb(240,74,206); }
div.DivClassName
{
background-color: #F04ACE;
}
.BgClassName
{
background-color: #F04ACE;
}
</style>
border-color css
<style>
span { border-color: #F04ACE; }
span { border-color: rgb(240,74,206); }
td.TdClassName
{
border-color: #F04ACE;
}
.TagClassName
{
border-color: #F04ACE;
}
</style>