Html Css Color HEX #F24DCC Free Speech Magenta
📋 copy color: '#F24DCC'red 242 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #F24DCC
Tints of Free Speech Magenta #F24DCC
RGB
CMYK
RGB Variations
Color information
#F24DCC (or 0xF24DCC) is known color: Free Speech Magenta. HEX triplet: F2, 4D and CC. RGB value is (242,77,204). Sum of RGB (Red+Green+Blue) = 242+77+204=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24DCC is #0DB233. Grayscale: #8C8C8C. Windows color (decimal): -897588 or 13389298. OLE color: 13389298.
HSL color Cylindrical-coordinate representation of color #F24DCC: hue angle of 313.82º 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 #F24DCC is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 204 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.05 |
| HSL | 313.82º | 0.86% | 0.63% | - |
| HSV(B) | 313.82º | 0.68% | 0.95% | - |
| XYZ | 50.17 | 28.54 | 59.99 | - |
| YUV | 140.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 204 | 0 | 0.68 | 0.16 | 0.05 | 313.82 | 0.86 | 0.63 |
| Hex | F2 | 4D | CC | 0 | 44 | 10 | 5 | 13A | 56 | 3F |
| Octal | 362 | 115 | 314 | 0 | 104 | 20 | 5 | 472 | 126 | 77 |
| Binary | 11110010 | 1001101 | 11001100 | 0 | 1000100 | 10000 | 101 | 100111010 | 1010110 | 111111 |
Color Harmonies of #F24DCC
Complementary color
Monochromatic Colors of #F24DCC
Black with #F24DCC
Text Example
Text Example
White with #F24DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DCC; }
p { color: rgb(242,77,204); }
H1.HeaderClassName
{
color: #F24DCC;
}
.AnyTagClassName
{
color: #F24DCC;
}
</style>
background-color css
<style>
a { background-color: #F24DCC; }
a { background-color: rgb(242,77,204); }
div.DivClassName
{
background-color: #F24DCC;
}
.BgClassName
{
background-color: #F24DCC;
}
</style>
border-color css
<style>
span { border-color: #F24DCC; }
span { border-color: rgb(242,77,204); }
td.TdClassName
{
border-color: #F24DCC;
}
.TagClassName
{
border-color: #F24DCC;
}
</style>