Html Css Color HEX #F04ADB Free Speech Magenta
📋 copy color: '#F04ADB'red 240 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #F04ADB
Tints of Free Speech Magenta #F04ADB
RGB
CMYK
RGB Variations
Color information
#F04ADB (or 0xF04ADB) is known color: Free Speech Magenta. HEX triplet: F0, 4A and DB. RGB value is (240,74,219). Sum of RGB (Red+Green+Blue) = 240+74+219=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ADB is #0FB524. Grayscale: #8B8B8B. Windows color (decimal): -1029413 or 14371568. OLE color: 14371568.
HSL color Cylindrical-coordinate representation of color #F04ADB: hue angle of 307.59º 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 #F04ADB is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 219 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.06 |
| HSL | 307.59º | 0.85% | 0.62% | - |
| HSV(B) | 307.59º | 0.69% | 0.94% | - |
| XYZ | 51.17 | 28.54 | 69.83 | - |
| YUV | 140.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 219 | 0 | 0.69 | 0.09 | 0.06 | 307.59 | 0.85 | 0.62 |
| Hex | F0 | 4A | DB | 0 | 45 | 9 | 6 | 134 | 55 | 3E |
| Octal | 360 | 112 | 333 | 0 | 105 | 11 | 6 | 464 | 125 | 76 |
| Binary | 11110000 | 1001010 | 11011011 | 0 | 1000101 | 1001 | 110 | 100110100 | 1010101 | 111110 |
Color Harmonies of #F04ADB
Complementary color
Monochromatic Colors of #F04ADB
Black with #F04ADB
Text Example
Text Example
White with #F04ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ADB; }
p { color: rgb(240,74,219); }
H1.HeaderClassName
{
color: #F04ADB;
}
.AnyTagClassName
{
color: #F04ADB;
}
</style>
background-color css
<style>
a { background-color: #F04ADB; }
a { background-color: rgb(240,74,219); }
div.DivClassName
{
background-color: #F04ADB;
}
.BgClassName
{
background-color: #F04ADB;
}
</style>
border-color css
<style>
span { border-color: #F04ADB; }
span { border-color: rgb(240,74,219); }
td.TdClassName
{
border-color: #F04ADB;
}
.TagClassName
{
border-color: #F04ADB;
}
</style>