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