Html Css Color HEX #F24CCC Free Speech Magenta
📋 copy color: '#F24CCC'red 242 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #F24CCC
Tints of Free Speech Magenta #F24CCC
RGB
CMYK
RGB Variations
Color information
#F24CCC (or 0xF24CCC) is known color: Free Speech Magenta. HEX triplet: F2, 4C and CC. RGB value is (242,76,204). Sum of RGB (Red+Green+Blue) = 242+76+204=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CCC is #0DB333. Grayscale: #8B8B8B. Windows color (decimal): -897844 or 13389042. OLE color: 13389042.
HSL color Cylindrical-coordinate representation of color #F24CCC: hue angle of 313.73º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CCC is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 204 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.05 |
| HSL | 313.73º | 0.86% | 0.62% | - |
| HSV(B) | 313.73º | 0.69% | 0.95% | - |
| XYZ | 50.1 | 28.41 | 59.97 | - |
| YUV | 140.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 204 | 0 | 0.69 | 0.16 | 0.05 | 313.73 | 0.86 | 0.62 |
| Hex | F2 | 4C | CC | 0 | 45 | 10 | 5 | 13A | 56 | 3E |
| Octal | 362 | 114 | 314 | 0 | 105 | 20 | 5 | 472 | 126 | 76 |
| Binary | 11110010 | 1001100 | 11001100 | 0 | 1000101 | 10000 | 101 | 100111010 | 1010110 | 111110 |
Color Harmonies of #F24CCC
Complementary color
Monochromatic Colors of #F24CCC
Black with #F24CCC
Text Example
Text Example
White with #F24CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CCC; }
p { color: rgb(242,76,204); }
H1.HeaderClassName
{
color: #F24CCC;
}
.AnyTagClassName
{
color: #F24CCC;
}
</style>
background-color css
<style>
a { background-color: #F24CCC; }
a { background-color: rgb(242,76,204); }
div.DivClassName
{
background-color: #F24CCC;
}
.BgClassName
{
background-color: #F24CCC;
}
</style>
border-color css
<style>
span { border-color: #F24CCC; }
span { border-color: rgb(242,76,204); }
td.TdClassName
{
border-color: #F24CCC;
}
.TagClassName
{
border-color: #F24CCC;
}
</style>