Html Css Color HEX #F24DDF Free Speech Magenta
📋 copy color: '#F24DDF'red 242 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #F24DDF
Tints of Free Speech Magenta #F24DDF
RGB
CMYK
RGB Variations
Color information
#F24DDF (or 0xF24DDF) is known color: Free Speech Magenta. HEX triplet: F2, 4D and DF. RGB value is (242,77,223). Sum of RGB (Red+Green+Blue) = 242+77+223=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24DDF is #0DB220. Grayscale: #8E8E8E. Windows color (decimal): -897569 or 14634482. OLE color: 14634482.
HSL color Cylindrical-coordinate representation of color #F24DDF: hue angle of 306.91º 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 #F24DDF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 223 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.05 |
| HSL | 306.91º | 0.86% | 0.63% | - |
| HSV(B) | 306.91º | 0.68% | 0.95% | - |
| XYZ | 52.59 | 29.51 | 72.74 | - |
| YUV | 142.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 223 | 0 | 0.68 | 0.08 | 0.05 | 306.91 | 0.86 | 0.63 |
| Hex | F2 | 4D | DF | 0 | 44 | 8 | 5 | 133 | 56 | 3F |
| Octal | 362 | 115 | 337 | 0 | 104 | 10 | 5 | 463 | 126 | 77 |
| Binary | 11110010 | 1001101 | 11011111 | 0 | 1000100 | 1000 | 101 | 100110011 | 1010110 | 111111 |
Color Harmonies of #F24DDF
Complementary color
Monochromatic Colors of #F24DDF
Black with #F24DDF
Text Example
Text Example
White with #F24DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DDF; }
p { color: rgb(242,77,223); }
H1.HeaderClassName
{
color: #F24DDF;
}
.AnyTagClassName
{
color: #F24DDF;
}
</style>
background-color css
<style>
a { background-color: #F24DDF; }
a { background-color: rgb(242,77,223); }
div.DivClassName
{
background-color: #F24DDF;
}
.BgClassName
{
background-color: #F24DDF;
}
</style>
border-color css
<style>
span { border-color: #F24DDF; }
span { border-color: rgb(242,77,223); }
td.TdClassName
{
border-color: #F24DDF;
}
.TagClassName
{
border-color: #F24DDF;
}
</style>