Html Css Color HEX #F84ADB Free Speech Magenta
📋 copy color: '#F84ADB'red 248 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #F84ADB
Tints of Free Speech Magenta #F84ADB
RGB
CMYK
RGB Variations
Color information
#F84ADB (or 0xF84ADB) is known color: Free Speech Magenta. HEX triplet: F8, 4A and DB. RGB value is (248,74,219). Sum of RGB (Red+Green+Blue) = 248+74+219=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F84ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84ADB is #07B524. Grayscale: #8E8E8E. Windows color (decimal): -505125 or 14371576. OLE color: 14371576.
HSL color Cylindrical-coordinate representation of color #F84ADB: hue angle of 310º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84ADB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 219 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.03 |
| HSL | 310º | 0.93% | 0.63% | - |
| HSV(B) | 310º | 0.7% | 0.97% | - |
| XYZ | 53.95 | 29.97 | 69.96 | - |
| YUV | 142.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 219 | 0 | 0.70 | 0.12 | 0.03 | 310 | 0.93 | 0.63 |
| Hex | F8 | 4A | DB | 0 | 46 | C | 3 | 136 | 5D | 3F |
| Octal | 370 | 112 | 333 | 0 | 106 | 14 | 3 | 466 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11011011 | 0 | 1000110 | 1100 | 11 | 100110110 | 1011101 | 111111 |
Color Harmonies of #F84ADB
Complementary color
Monochromatic Colors of #F84ADB
Black with #F84ADB
Text Example
Text Example
White with #F84ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84ADB; }
p { color: rgb(248,74,219); }
H1.HeaderClassName
{
color: #F84ADB;
}
.AnyTagClassName
{
color: #F84ADB;
}
</style>
background-color css
<style>
a { background-color: #F84ADB; }
a { background-color: rgb(248,74,219); }
div.DivClassName
{
background-color: #F84ADB;
}
.BgClassName
{
background-color: #F84ADB;
}
</style>
border-color css
<style>
span { border-color: #F84ADB; }
span { border-color: rgb(248,74,219); }
td.TdClassName
{
border-color: #F84ADB;
}
.TagClassName
{
border-color: #F84ADB;
}
</style>