Html Css Color HEX #F242E1 Free Speech Magenta
📋 copy color: '#F242E1'red 242 ◦ green 66 ◦ blue 225
Shades of Free Speech Magenta #F242E1
Tints of Free Speech Magenta #F242E1
RGB
CMYK
RGB Variations
Color information
#F242E1 (or 0xF242E1) is known color: Free Speech Magenta. HEX triplet: F2, 42 and E1. RGB value is (242,66,225). Sum of RGB (Red+Green+Blue) = 242+66+225=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F242E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242E1 is #0DBD1E. Grayscale: #888888. Windows color (decimal): -900383 or 14762738. OLE color: 14762738.
HSL color Cylindrical-coordinate representation of color #F242E1: hue angle of 305.8º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242E1 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 225 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.05 |
| HSL | 305.8º | 0.87% | 0.6% | - |
| HSV(B) | 305.8º | 0.73% | 0.95% | - |
| XYZ | 52.16 | 28.21 | 73.93 | - |
| YUV | 136.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 225 | 0 | 0.73 | 0.07 | 0.05 | 305.8 | 0.87 | 0.6 |
| Hex | F2 | 42 | E1 | 0 | 49 | 7 | 5 | 132 | 57 | 3C |
| Octal | 362 | 102 | 341 | 0 | 111 | 7 | 5 | 462 | 127 | 74 |
| Binary | 11110010 | 1000010 | 11100001 | 0 | 1001001 | 111 | 101 | 100110010 | 1010111 | 111100 |
Color Harmonies of #F242E1
Complementary color
Monochromatic Colors of #F242E1
Black with #F242E1
Text Example
Text Example
White with #F242E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242E1; }
p { color: rgb(242,66,225); }
H1.HeaderClassName
{
color: #F242E1;
}
.AnyTagClassName
{
color: #F242E1;
}
</style>
background-color css
<style>
a { background-color: #F242E1; }
a { background-color: rgb(242,66,225); }
div.DivClassName
{
background-color: #F242E1;
}
.BgClassName
{
background-color: #F242E1;
}
</style>
border-color css
<style>
span { border-color: #F242E1; }
span { border-color: rgb(242,66,225); }
td.TdClassName
{
border-color: #F242E1;
}
.TagClassName
{
border-color: #F242E1;
}
</style>