Html Css Color HEX #F85EDB Free Speech Magenta
📋 copy color: '#F85EDB'red 248 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #F85EDB
Tints of Free Speech Magenta #F85EDB
RGB
CMYK
RGB Variations
Color information
#F85EDB (or 0xF85EDB) is known color: Free Speech Magenta. HEX triplet: F8, 5E and DB. RGB value is (248,94,219). Sum of RGB (Red+Green+Blue) = 248+94+219=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 94 (37.11% from 255 or 16.76% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85EDB is #07A124. Grayscale: #999999. Windows color (decimal): -500005 or 14376696. OLE color: 14376696.
HSL color Cylindrical-coordinate representation of color #F85EDB: hue angle of 311.3º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85EDB is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 219 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.03 |
| HSL | 311.3º | 0.92% | 0.67% | - |
| HSV(B) | 311.3º | 0.62% | 0.97% | - |
| XYZ | 55.5 | 33.08 | 70.48 | - |
| YUV | 154.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 219 | 0 | 0.62 | 0.12 | 0.03 | 311.3 | 0.92 | 0.67 |
| Hex | F8 | 5E | DB | 0 | 3E | C | 3 | 137 | 5C | 43 |
| Octal | 370 | 136 | 333 | 0 | 76 | 14 | 3 | 467 | 134 | 103 |
| Binary | 11111000 | 1011110 | 11011011 | 0 | 111110 | 1100 | 11 | 100110111 | 1011100 | 1000011 |
Color Harmonies of #F85EDB
Complementary color
Monochromatic Colors of #F85EDB
Black with #F85EDB
Text Example
Text Example
White with #F85EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EDB; }
p { color: rgb(248,94,219); }
H1.HeaderClassName
{
color: #F85EDB;
}
.AnyTagClassName
{
color: #F85EDB;
}
</style>
background-color css
<style>
a { background-color: #F85EDB; }
a { background-color: rgb(248,94,219); }
div.DivClassName
{
background-color: #F85EDB;
}
.BgClassName
{
background-color: #F85EDB;
}
</style>
border-color css
<style>
span { border-color: #F85EDB; }
span { border-color: rgb(248,94,219); }
td.TdClassName
{
border-color: #F85EDB;
}
.TagClassName
{
border-color: #F85EDB;
}
</style>