Html Css Color HEX #F04AD6 Free Speech Magenta
📋 copy color: '#F04AD6'red 240 ◦ green 74 ◦ blue 214
Shades of Free Speech Magenta #F04AD6
Tints of Free Speech Magenta #F04AD6
RGB
CMYK
RGB Variations
Color information
#F04AD6 (or 0xF04AD6) is known color: Free Speech Magenta. HEX triplet: F0, 4A and D6. RGB value is (240,74,214). Sum of RGB (Red+Green+Blue) = 240+74+214=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04AD6 is #0FB529. Grayscale: #8B8B8B. Windows color (decimal): -1029418 or 14043888. OLE color: 14043888.
HSL color Cylindrical-coordinate representation of color #F04AD6: hue angle of 309.4º 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 #F04AD6 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 214 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.06 |
| HSL | 309.4º | 0.85% | 0.62% | - |
| HSV(B) | 309.4º | 0.69% | 0.94% | - |
| XYZ | 50.52 | 28.28 | 66.41 | - |
| YUV | 139.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 214 | 0 | 0.69 | 0.11 | 0.06 | 309.4 | 0.85 | 0.62 |
| Hex | F0 | 4A | D6 | 0 | 45 | B | 6 | 135 | 55 | 3E |
| Octal | 360 | 112 | 326 | 0 | 105 | 13 | 6 | 465 | 125 | 76 |
| Binary | 11110000 | 1001010 | 11010110 | 0 | 1000101 | 1011 | 110 | 100110101 | 1010101 | 111110 |
Color Harmonies of #F04AD6
Complementary color
Monochromatic Colors of #F04AD6
Black with #F04AD6
Text Example
Text Example
White with #F04AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AD6; }
p { color: rgb(240,74,214); }
H1.HeaderClassName
{
color: #F04AD6;
}
.AnyTagClassName
{
color: #F04AD6;
}
</style>
background-color css
<style>
a { background-color: #F04AD6; }
a { background-color: rgb(240,74,214); }
div.DivClassName
{
background-color: #F04AD6;
}
.BgClassName
{
background-color: #F04AD6;
}
</style>
border-color css
<style>
span { border-color: #F04AD6; }
span { border-color: rgb(240,74,214); }
td.TdClassName
{
border-color: #F04AD6;
}
.TagClassName
{
border-color: #F04AD6;
}
</style>