Html Css Color HEX #F14EDF Free Speech Magenta
📋 copy color: '#F14EDF'red 241 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #F14EDF
Tints of Free Speech Magenta #F14EDF
RGB
CMYK
RGB Variations
Color information
#F14EDF (or 0xF14EDF) is known color: Free Speech Magenta. HEX triplet: F1, 4E and DF. RGB value is (241,78,223). Sum of RGB (Red+Green+Blue) = 241+78+223=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EDF is #0EB120. Grayscale: #8E8E8E. Windows color (decimal): -962849 or 14634737. OLE color: 14634737.
HSL color Cylindrical-coordinate representation of color #F14EDF: hue angle of 306.63º 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 #F14EDF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 223 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.05 |
| HSL | 306.63º | 0.85% | 0.63% | - |
| HSV(B) | 306.63º | 0.68% | 0.95% | - |
| XYZ | 52.32 | 29.48 | 72.74 | - |
| YUV | 143.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 223 | 0 | 0.68 | 0.07 | 0.05 | 306.63 | 0.85 | 0.63 |
| Hex | F1 | 4E | DF | 0 | 44 | 7 | 5 | 133 | 55 | 3F |
| Octal | 361 | 116 | 337 | 0 | 104 | 7 | 5 | 463 | 125 | 77 |
| Binary | 11110001 | 1001110 | 11011111 | 0 | 1000100 | 111 | 101 | 100110011 | 1010101 | 111111 |
Color Harmonies of #F14EDF
Complementary color
Monochromatic Colors of #F14EDF
Black with #F14EDF
Text Example
Text Example
White with #F14EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EDF; }
p { color: rgb(241,78,223); }
H1.HeaderClassName
{
color: #F14EDF;
}
.AnyTagClassName
{
color: #F14EDF;
}
</style>
background-color css
<style>
a { background-color: #F14EDF; }
a { background-color: rgb(241,78,223); }
div.DivClassName
{
background-color: #F14EDF;
}
.BgClassName
{
background-color: #F14EDF;
}
</style>
border-color css
<style>
span { border-color: #F14EDF; }
span { border-color: rgb(241,78,223); }
td.TdClassName
{
border-color: #F14EDF;
}
.TagClassName
{
border-color: #F14EDF;
}
</style>