Html Css Color HEX #F241EE Free Speech Magenta
📋 copy color: '#F241EE'red 242 ◦ green 65 ◦ blue 238
Shades of Free Speech Magenta #F241EE
Tints of Free Speech Magenta #F241EE
RGB
CMYK
RGB Variations
Color information
#F241EE (or 0xF241EE) is known color: Free Speech Magenta. HEX triplet: F2, 41 and EE. RGB value is (242,65,238). Sum of RGB (Red+Green+Blue) = 242+65+238=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F241EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241EE is #0DBE11. Grayscale: #898989. Windows color (decimal): -900626 or 15614450. OLE color: 15614450.
HSL color Cylindrical-coordinate representation of color #F241EE: hue angle of 301.36º 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 #F241EE is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 238 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.05 |
| HSL | 301.36º | 0.87% | 0.6% | - |
| HSV(B) | 301.36º | 0.73% | 0.95% | - |
| XYZ | 53.94 | 28.83 | 83.61 | - |
| YUV | 137.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 238 | 0 | 0.73 | 0.02 | 0.05 | 301.36 | 0.87 | 0.6 |
| Hex | F2 | 41 | EE | 0 | 49 | 2 | 5 | 12D | 57 | 3C |
| Octal | 362 | 101 | 356 | 0 | 111 | 2 | 5 | 455 | 127 | 74 |
| Binary | 11110010 | 1000001 | 11101110 | 0 | 1001001 | 10 | 101 | 100101101 | 1010111 | 111100 |
Color Harmonies of #F241EE
Complementary color
Monochromatic Colors of #F241EE
Black with #F241EE
Text Example
Text Example
White with #F241EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241EE; }
p { color: rgb(242,65,238); }
H1.HeaderClassName
{
color: #F241EE;
}
.AnyTagClassName
{
color: #F241EE;
}
</style>
background-color css
<style>
a { background-color: #F241EE; }
a { background-color: rgb(242,65,238); }
div.DivClassName
{
background-color: #F241EE;
}
.BgClassName
{
background-color: #F241EE;
}
</style>
border-color css
<style>
span { border-color: #F241EE; }
span { border-color: rgb(242,65,238); }
td.TdClassName
{
border-color: #F241EE;
}
.TagClassName
{
border-color: #F241EE;
}
</style>