Html Css Color HEX #F24FE1 Free Speech Magenta
📋 copy color: '#F24FE1'red 242 ◦ green 79 ◦ blue 225
Shades of Free Speech Magenta #F24FE1
Tints of Free Speech Magenta #F24FE1
RGB
CMYK
RGB Variations
Color information
#F24FE1 (or 0xF24FE1) is known color: Free Speech Magenta. HEX triplet: F2, 4F and E1. RGB value is (242,79,225). Sum of RGB (Red+Green+Blue) = 242+79+225=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 79 (31.25% from 255 or 14.47% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24FE1 is #0DB01E. Grayscale: #8F8F8F. Windows color (decimal): -897055 or 14766066. OLE color: 14766066.
HSL color Cylindrical-coordinate representation of color #F24FE1: hue angle of 306.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24FE1 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 225 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.05 |
| HSL | 306.26º | 0.86% | 0.63% | - |
| HSV(B) | 306.26º | 0.67% | 0.95% | - |
| XYZ | 53 | 29.91 | 74.21 | - |
| YUV | 144.38 | 173.5 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 225 | 0 | 0.67 | 0.07 | 0.05 | 306.26 | 0.86 | 0.63 |
| Hex | F2 | 4F | E1 | 0 | 43 | 7 | 5 | 132 | 56 | 3F |
| Octal | 362 | 117 | 341 | 0 | 103 | 7 | 5 | 462 | 126 | 77 |
| Binary | 11110010 | 1001111 | 11100001 | 0 | 1000011 | 111 | 101 | 100110010 | 1010110 | 111111 |
Color Harmonies of #F24FE1
Complementary color
Monochromatic Colors of #F24FE1
Black with #F24FE1
Text Example
Text Example
White with #F24FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24FE1; }
p { color: rgb(242,79,225); }
H1.HeaderClassName
{
color: #F24FE1;
}
.AnyTagClassName
{
color: #F24FE1;
}
</style>
background-color css
<style>
a { background-color: #F24FE1; }
a { background-color: rgb(242,79,225); }
div.DivClassName
{
background-color: #F24FE1;
}
.BgClassName
{
background-color: #F24FE1;
}
</style>
border-color css
<style>
span { border-color: #F24FE1; }
span { border-color: rgb(242,79,225); }
td.TdClassName
{
border-color: #F24FE1;
}
.TagClassName
{
border-color: #F24FE1;
}
</style>