Html Css Color HEX #F14ECC Free Speech Magenta
📋 copy color: '#F14ECC'red 241 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #F14ECC
Tints of Free Speech Magenta #F14ECC
RGB
CMYK
RGB Variations
Color information
#F14ECC (or 0xF14ECC) is known color: Free Speech Magenta. HEX triplet: F1, 4E and CC. RGB value is (241,78,204). Sum of RGB (Red+Green+Blue) = 241+78+204=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14ECC is #0EB133. Grayscale: #8C8C8C. Windows color (decimal): -962868 or 13389553. OLE color: 13389553.
HSL color Cylindrical-coordinate representation of color #F14ECC: hue angle of 313.62º 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 #F14ECC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 204 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.05 |
| HSL | 313.62º | 0.85% | 0.63% | - |
| HSV(B) | 313.62º | 0.68% | 0.95% | - |
| XYZ | 49.9 | 28.51 | 60 | - |
| YUV | 141.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 204 | 0 | 0.68 | 0.15 | 0.05 | 313.62 | 0.85 | 0.63 |
| Hex | F1 | 4E | CC | 0 | 44 | F | 5 | 13A | 55 | 3F |
| Octal | 361 | 116 | 314 | 0 | 104 | 17 | 5 | 472 | 125 | 77 |
| Binary | 11110001 | 1001110 | 11001100 | 0 | 1000100 | 1111 | 101 | 100111010 | 1010101 | 111111 |
Color Harmonies of #F14ECC
Complementary color
Monochromatic Colors of #F14ECC
Black with #F14ECC
Text Example
Text Example
White with #F14ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14ECC; }
p { color: rgb(241,78,204); }
H1.HeaderClassName
{
color: #F14ECC;
}
.AnyTagClassName
{
color: #F14ECC;
}
</style>
background-color css
<style>
a { background-color: #F14ECC; }
a { background-color: rgb(241,78,204); }
div.DivClassName
{
background-color: #F14ECC;
}
.BgClassName
{
background-color: #F14ECC;
}
</style>
border-color css
<style>
span { border-color: #F14ECC; }
span { border-color: rgb(241,78,204); }
td.TdClassName
{
border-color: #F14ECC;
}
.TagClassName
{
border-color: #F14ECC;
}
</style>