Html Css Color HEX #F84EDB Free Speech Magenta
📋 copy color: '#F84EDB'red 248 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #F84EDB
Tints of Free Speech Magenta #F84EDB
RGB
CMYK
RGB Variations
Color information
#F84EDB (or 0xF84EDB) is known color: Free Speech Magenta. HEX triplet: F8, 4E and DB. RGB value is (248,78,219). Sum of RGB (Red+Green+Blue) = 248+78+219=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84EDB is #07B124. Grayscale: #909090. Windows color (decimal): -504101 or 14372600. OLE color: 14372600.
HSL color Cylindrical-coordinate representation of color #F84EDB: hue angle of 310.24º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84EDB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 219 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.03 |
| HSL | 310.24º | 0.92% | 0.64% | - |
| HSV(B) | 310.24º | 0.69% | 0.97% | - |
| XYZ | 54.22 | 30.52 | 70.05 | - |
| YUV | 144.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 219 | 0 | 0.69 | 0.12 | 0.03 | 310.24 | 0.92 | 0.64 |
| Hex | F8 | 4E | DB | 0 | 45 | C | 3 | 136 | 5C | 40 |
| Octal | 370 | 116 | 333 | 0 | 105 | 14 | 3 | 466 | 134 | 100 |
| Binary | 11111000 | 1001110 | 11011011 | 0 | 1000101 | 1100 | 11 | 100110110 | 1011100 | 1000000 |
Color Harmonies of #F84EDB
Complementary color
Monochromatic Colors of #F84EDB
Black with #F84EDB
Text Example
Text Example
White with #F84EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EDB; }
p { color: rgb(248,78,219); }
H1.HeaderClassName
{
color: #F84EDB;
}
.AnyTagClassName
{
color: #F84EDB;
}
</style>
background-color css
<style>
a { background-color: #F84EDB; }
a { background-color: rgb(248,78,219); }
div.DivClassName
{
background-color: #F84EDB;
}
.BgClassName
{
background-color: #F84EDB;
}
</style>
border-color css
<style>
span { border-color: #F84EDB; }
span { border-color: rgb(248,78,219); }
td.TdClassName
{
border-color: #F84EDB;
}
.TagClassName
{
border-color: #F84EDB;
}
</style>