Html Css Color HEX #F341EE Free Speech Magenta
📋 copy color: '#F341EE'red 243 ◦ green 65 ◦ blue 238
Shades of Free Speech Magenta #F341EE
Tints of Free Speech Magenta #F341EE
RGB
CMYK
RGB Variations
Color information
#F341EE (or 0xF341EE) is known color: Free Speech Magenta. HEX triplet: F3, 41 and EE. RGB value is (243,65,238). Sum of RGB (Red+Green+Blue) = 243+65+238=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F341EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F341EE is #0CBE11. Grayscale: #898989. Windows color (decimal): -835090 or 15614451. OLE color: 15614451.
HSL color Cylindrical-coordinate representation of color #F341EE: hue angle of 301.69º degrees, saturation: 0.88, 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 #F341EE is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 238 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.05 |
| HSL | 301.69º | 0.88% | 0.6% | - |
| HSV(B) | 301.69º | 0.73% | 0.95% | - |
| XYZ | 54.29 | 29.01 | 83.63 | - |
| YUV | 137.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 238 | 0 | 0.73 | 0.02 | 0.05 | 301.69 | 0.88 | 0.6 |
| Hex | F3 | 41 | EE | 0 | 49 | 2 | 5 | 12E | 58 | 3C |
| Octal | 363 | 101 | 356 | 0 | 111 | 2 | 5 | 456 | 130 | 74 |
| Binary | 11110011 | 1000001 | 11101110 | 0 | 1001001 | 10 | 101 | 100101110 | 1011000 | 111100 |
Color Harmonies of #F341EE
Complementary color
Monochromatic Colors of #F341EE
Black with #F341EE
Text Example
Text Example
White with #F341EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341EE; }
p { color: rgb(243,65,238); }
H1.HeaderClassName
{
color: #F341EE;
}
.AnyTagClassName
{
color: #F341EE;
}
</style>
background-color css
<style>
a { background-color: #F341EE; }
a { background-color: rgb(243,65,238); }
div.DivClassName
{
background-color: #F341EE;
}
.BgClassName
{
background-color: #F341EE;
}
</style>
border-color css
<style>
span { border-color: #F341EE; }
span { border-color: rgb(243,65,238); }
td.TdClassName
{
border-color: #F341EE;
}
.TagClassName
{
border-color: #F341EE;
}
</style>