Html Css Color HEX #F340E8 Free Speech Magenta
📋 copy color: '#F340E8'red 243 ◦ green 64 ◦ blue 232
Shades of Free Speech Magenta #F340E8
Tints of Free Speech Magenta #F340E8
RGB
CMYK
RGB Variations
Color information
#F340E8 (or 0xF340E8) is known color: Free Speech Magenta. HEX triplet: F3, 40 and E8. RGB value is (243,64,232). Sum of RGB (Red+Green+Blue) = 243+64+232=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 64 (25.39% from 255 or 11.87% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F340E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F340E8 is #0CBF17. Grayscale: #888888. Windows color (decimal): -835352 or 15220979. OLE color: 15220979.
HSL color Cylindrical-coordinate representation of color #F340E8: hue angle of 303.69º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340E8 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 232 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.05 |
| HSL | 303.69º | 0.88% | 0.6% | - |
| HSV(B) | 303.69º | 0.74% | 0.95% | - |
| XYZ | 53.36 | 28.55 | 79.04 | - |
| YUV | 136.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 232 | 0 | 0.74 | 0.05 | 0.05 | 303.69 | 0.88 | 0.6 |
| Hex | F3 | 40 | E8 | 0 | 4A | 5 | 5 | 130 | 58 | 3C |
| Octal | 363 | 100 | 350 | 0 | 112 | 5 | 5 | 460 | 130 | 74 |
| Binary | 11110011 | 1000000 | 11101000 | 0 | 1001010 | 101 | 101 | 100110000 | 1011000 | 111100 |
Color Harmonies of #F340E8
Complementary color
Monochromatic Colors of #F340E8
Black with #F340E8
Text Example
Text Example
White with #F340E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340E8; }
p { color: rgb(243,64,232); }
H1.HeaderClassName
{
color: #F340E8;
}
.AnyTagClassName
{
color: #F340E8;
}
</style>
background-color css
<style>
a { background-color: #F340E8; }
a { background-color: rgb(243,64,232); }
div.DivClassName
{
background-color: #F340E8;
}
.BgClassName
{
background-color: #F340E8;
}
</style>
border-color css
<style>
span { border-color: #F340E8; }
span { border-color: rgb(243,64,232); }
td.TdClassName
{
border-color: #F340E8;
}
.TagClassName
{
border-color: #F340E8;
}
</style>