Html Css Color HEX #F84EDE Free Speech Magenta
📋 copy color: '#F84EDE'red 248 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #F84EDE
Tints of Free Speech Magenta #F84EDE
RGB
CMYK
RGB Variations
Color information
#F84EDE (or 0xF84EDE) is known color: Free Speech Magenta. HEX triplet: F8, 4E and DE. RGB value is (248,78,222). Sum of RGB (Red+Green+Blue) = 248+78+222=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84EDE is #07B121. Grayscale: #909090. Windows color (decimal): -504098 or 14569208. OLE color: 14569208.
HSL color Cylindrical-coordinate representation of color #F84EDE: hue angle of 309.18º 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 #F84EDE is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 222 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.03 |
| HSL | 309.18º | 0.92% | 0.64% | - |
| HSV(B) | 309.18º | 0.69% | 0.97% | - |
| XYZ | 54.62 | 30.68 | 72.15 | - |
| YUV | 145.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 222 | 0 | 0.69 | 0.10 | 0.03 | 309.18 | 0.92 | 0.64 |
| Hex | F8 | 4E | DE | 0 | 45 | A | 3 | 135 | 5C | 40 |
| Octal | 370 | 116 | 336 | 0 | 105 | 12 | 3 | 465 | 134 | 100 |
| Binary | 11111000 | 1001110 | 11011110 | 0 | 1000101 | 1010 | 11 | 100110101 | 1011100 | 1000000 |
Color Harmonies of #F84EDE
Complementary color
Monochromatic Colors of #F84EDE
Black with #F84EDE
Text Example
Text Example
White with #F84EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EDE; }
p { color: rgb(248,78,222); }
H1.HeaderClassName
{
color: #F84EDE;
}
.AnyTagClassName
{
color: #F84EDE;
}
</style>
background-color css
<style>
a { background-color: #F84EDE; }
a { background-color: rgb(248,78,222); }
div.DivClassName
{
background-color: #F84EDE;
}
.BgClassName
{
background-color: #F84EDE;
}
</style>
border-color css
<style>
span { border-color: #F84EDE; }
span { border-color: rgb(248,78,222); }
td.TdClassName
{
border-color: #F84EDE;
}
.TagClassName
{
border-color: #F84EDE;
}
</style>