Html Css Color HEX #F94EDD Free Speech Magenta
📋 copy color: '#F94EDD'red 249 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #F94EDD
Tints of Free Speech Magenta #F94EDD
RGB
CMYK
RGB Variations
Color information
#F94EDD (or 0xF94EDD) is known color: Free Speech Magenta. HEX triplet: F9, 4E and DD. RGB value is (249,78,221). Sum of RGB (Red+Green+Blue) = 249+78+221=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94EDD is #06B122. Grayscale: #919191. Windows color (decimal): -438563 or 14503673. OLE color: 14503673.
HSL color Cylindrical-coordinate representation of color #F94EDD: hue angle of 309.82º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94EDD is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 221 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.02 |
| HSL | 309.82º | 0.93% | 0.64% | - |
| HSV(B) | 309.82º | 0.69% | 0.98% | - |
| XYZ | 54.84 | 30.81 | 71.46 | - |
| YUV | 145.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 221 | 0 | 0.69 | 0.11 | 0.02 | 309.82 | 0.93 | 0.64 |
| Hex | F9 | 4E | DD | 0 | 45 | B | 2 | 136 | 5D | 40 |
| Octal | 371 | 116 | 335 | 0 | 105 | 13 | 2 | 466 | 135 | 100 |
| Binary | 11111001 | 1001110 | 11011101 | 0 | 1000101 | 1011 | 10 | 100110110 | 1011101 | 1000000 |
Color Harmonies of #F94EDD
Complementary color
Monochromatic Colors of #F94EDD
Black with #F94EDD
Text Example
Text Example
White with #F94EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94EDD; }
p { color: rgb(249,78,221); }
H1.HeaderClassName
{
color: #F94EDD;
}
.AnyTagClassName
{
color: #F94EDD;
}
</style>
background-color css
<style>
a { background-color: #F94EDD; }
a { background-color: rgb(249,78,221); }
div.DivClassName
{
background-color: #F94EDD;
}
.BgClassName
{
background-color: #F94EDD;
}
</style>
border-color css
<style>
span { border-color: #F94EDD; }
span { border-color: rgb(249,78,221); }
td.TdClassName
{
border-color: #F94EDD;
}
.TagClassName
{
border-color: #F94EDD;
}
</style>