Html Css Color HEX #F24EC9 Free Speech Magenta
📋 copy color: '#F24EC9'red 242 ◦ green 78 ◦ blue 201
Shades of Free Speech Magenta #F24EC9
Tints of Free Speech Magenta #F24EC9
RGB
CMYK
RGB Variations
Color information
#F24EC9 (or 0xF24EC9) is known color: Free Speech Magenta. HEX triplet: F2, 4E and C9. RGB value is (242,78,201). Sum of RGB (Red+Green+Blue) = 242+78+201=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EC9 is #0DB136. Grayscale: #8C8C8C. Windows color (decimal): -897335 or 13192946. OLE color: 13192946.
HSL color Cylindrical-coordinate representation of color #F24EC9: hue angle of 315º degrees, saturation: 0.86, 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 #F24EC9 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 201 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.05 |
| HSL | 315º | 0.86% | 0.63% | - |
| HSV(B) | 315º | 0.68% | 0.95% | - |
| XYZ | 49.88 | 28.54 | 58.14 | - |
| YUV | 141.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 201 | 0 | 0.68 | 0.17 | 0.05 | 315 | 0.86 | 0.63 |
| Hex | F2 | 4E | C9 | 0 | 44 | 11 | 5 | 13B | 56 | 3F |
| Octal | 362 | 116 | 311 | 0 | 104 | 21 | 5 | 473 | 126 | 77 |
| Binary | 11110010 | 1001110 | 11001001 | 0 | 1000100 | 10001 | 101 | 100111011 | 1010110 | 111111 |
Color Harmonies of #F24EC9
Complementary color
Monochromatic Colors of #F24EC9
Black with #F24EC9
Text Example
Text Example
White with #F24EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24EC9; }
p { color: rgb(242,78,201); }
H1.HeaderClassName
{
color: #F24EC9;
}
.AnyTagClassName
{
color: #F24EC9;
}
</style>
background-color css
<style>
a { background-color: #F24EC9; }
a { background-color: rgb(242,78,201); }
div.DivClassName
{
background-color: #F24EC9;
}
.BgClassName
{
background-color: #F24EC9;
}
</style>
border-color css
<style>
span { border-color: #F24EC9; }
span { border-color: rgb(242,78,201); }
td.TdClassName
{
border-color: #F24EC9;
}
.TagClassName
{
border-color: #F24EC9;
}
</style>