Html Css Color HEX #F24EDA Free Speech Magenta
📋 copy color: '#F24EDA'red 242 ◦ green 78 ◦ blue 218
Shades of Free Speech Magenta #F24EDA
Tints of Free Speech Magenta #F24EDA
RGB
CMYK
RGB Variations
Color information
#F24EDA (or 0xF24EDA) is known color: Free Speech Magenta. HEX triplet: F2, 4E and DA. RGB value is (242,78,218). Sum of RGB (Red+Green+Blue) = 242+78+218=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EDA is #0DB125. Grayscale: #8E8E8E. Windows color (decimal): -897318 or 14307058. OLE color: 14307058.
HSL color Cylindrical-coordinate representation of color #F24EDA: hue angle of 308.78º 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 #F24EDA is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 218 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.05 |
| HSL | 308.78º | 0.86% | 0.63% | - |
| HSV(B) | 308.78º | 0.68% | 0.95% | - |
| XYZ | 52 | 29.39 | 69.26 | - |
| YUV | 143 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 218 | 0 | 0.68 | 0.10 | 0.05 | 308.78 | 0.86 | 0.63 |
| Hex | F2 | 4E | DA | 0 | 44 | A | 5 | 135 | 56 | 3F |
| Octal | 362 | 116 | 332 | 0 | 104 | 12 | 5 | 465 | 126 | 77 |
| Binary | 11110010 | 1001110 | 11011010 | 0 | 1000100 | 1010 | 101 | 100110101 | 1010110 | 111111 |
Color Harmonies of #F24EDA
Complementary color
Monochromatic Colors of #F24EDA
Black with #F24EDA
Text Example
Text Example
White with #F24EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24EDA; }
p { color: rgb(242,78,218); }
H1.HeaderClassName
{
color: #F24EDA;
}
.AnyTagClassName
{
color: #F24EDA;
}
</style>
background-color css
<style>
a { background-color: #F24EDA; }
a { background-color: rgb(242,78,218); }
div.DivClassName
{
background-color: #F24EDA;
}
.BgClassName
{
background-color: #F24EDA;
}
</style>
border-color css
<style>
span { border-color: #F24EDA; }
span { border-color: rgb(242,78,218); }
td.TdClassName
{
border-color: #F24EDA;
}
.TagClassName
{
border-color: #F24EDA;
}
</style>