Html Css Color HEX #F14EDD Free Speech Magenta
📋 copy color: '#F14EDD'red 241 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #F14EDD
Tints of Free Speech Magenta #F14EDD
RGB
CMYK
RGB Variations
Color information
#F14EDD (or 0xF14EDD) is known color: Free Speech Magenta. HEX triplet: F1, 4E and DD. RGB value is (241,78,221). Sum of RGB (Red+Green+Blue) = 241+78+221=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EDD is #0EB122. Grayscale: #8E8E8E. Windows color (decimal): -962851 or 14503665. OLE color: 14503665.
HSL color Cylindrical-coordinate representation of color #F14EDD: hue angle of 307.36º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EDD is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 221 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.05 |
| HSL | 307.36º | 0.85% | 0.63% | - |
| HSV(B) | 307.36º | 0.68% | 0.95% | - |
| XYZ | 52.05 | 29.37 | 71.33 | - |
| YUV | 143.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 221 | 0 | 0.68 | 0.08 | 0.05 | 307.36 | 0.85 | 0.63 |
| Hex | F1 | 4E | DD | 0 | 44 | 8 | 5 | 133 | 55 | 3F |
| Octal | 361 | 116 | 335 | 0 | 104 | 10 | 5 | 463 | 125 | 77 |
| Binary | 11110001 | 1001110 | 11011101 | 0 | 1000100 | 1000 | 101 | 100110011 | 1010101 | 111111 |
Color Harmonies of #F14EDD
Complementary color
Monochromatic Colors of #F14EDD
Black with #F14EDD
Text Example
Text Example
White with #F14EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EDD; }
p { color: rgb(241,78,221); }
H1.HeaderClassName
{
color: #F14EDD;
}
.AnyTagClassName
{
color: #F14EDD;
}
</style>
background-color css
<style>
a { background-color: #F14EDD; }
a { background-color: rgb(241,78,221); }
div.DivClassName
{
background-color: #F14EDD;
}
.BgClassName
{
background-color: #F14EDD;
}
</style>
border-color css
<style>
span { border-color: #F14EDD; }
span { border-color: rgb(241,78,221); }
td.TdClassName
{
border-color: #F14EDD;
}
.TagClassName
{
border-color: #F14EDD;
}
</style>