Html Css Color HEX #F04ADD Free Speech Magenta
📋 copy color: '#F04ADD'red 240 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #F04ADD
Tints of Free Speech Magenta #F04ADD
RGB
CMYK
RGB Variations
Color information
#F04ADD (or 0xF04ADD) is known color: Free Speech Magenta. HEX triplet: F0, 4A and DD. RGB value is (240,74,221). Sum of RGB (Red+Green+Blue) = 240+74+221=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ADD is #0FB522. Grayscale: #8B8B8B. Windows color (decimal): -1029411 or 14502640. OLE color: 14502640.
HSL color Cylindrical-coordinate representation of color #F04ADD: hue angle of 306.87º 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 #F04ADD is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 221 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.06 |
| HSL | 306.87º | 0.85% | 0.62% | - |
| HSV(B) | 306.87º | 0.69% | 0.94% | - |
| XYZ | 51.44 | 28.64 | 71.22 | - |
| YUV | 140.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 221 | 0 | 0.69 | 0.08 | 0.06 | 306.87 | 0.85 | 0.62 |
| Hex | F0 | 4A | DD | 0 | 45 | 8 | 6 | 133 | 55 | 3E |
| Octal | 360 | 112 | 335 | 0 | 105 | 10 | 6 | 463 | 125 | 76 |
| Binary | 11110000 | 1001010 | 11011101 | 0 | 1000101 | 1000 | 110 | 100110011 | 1010101 | 111110 |
Color Harmonies of #F04ADD
Complementary color
Monochromatic Colors of #F04ADD
Black with #F04ADD
Text Example
Text Example
White with #F04ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ADD; }
p { color: rgb(240,74,221); }
H1.HeaderClassName
{
color: #F04ADD;
}
.AnyTagClassName
{
color: #F04ADD;
}
</style>
background-color css
<style>
a { background-color: #F04ADD; }
a { background-color: rgb(240,74,221); }
div.DivClassName
{
background-color: #F04ADD;
}
.BgClassName
{
background-color: #F04ADD;
}
</style>
border-color css
<style>
span { border-color: #F04ADD; }
span { border-color: rgb(240,74,221); }
td.TdClassName
{
border-color: #F04ADD;
}
.TagClassName
{
border-color: #F04ADD;
}
</style>