Html Css Color HEX #F841ED Free Speech Magenta
📋 copy color: '#F841ED'red 248 ◦ green 65 ◦ blue 237
Shades of Free Speech Magenta #F841ED
Tints of Free Speech Magenta #F841ED
RGB
CMYK
RGB Variations
Color information
#F841ED (or 0xF841ED) is known color: Free Speech Magenta. HEX triplet: F8, 41 and ED. RGB value is (248,65,237). Sum of RGB (Red+Green+Blue) = 248+65+237=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 65 (25.78% from 255 or 11.82% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F841ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F841ED is #07BE12. Grayscale: #8A8A8A. Windows color (decimal): -507411 or 15548920. OLE color: 15548920.
HSL color Cylindrical-coordinate representation of color #F841ED: hue angle of 303.61º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841ED is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 237 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.03 |
| HSL | 303.61º | 0.93% | 0.61% | - |
| HSV(B) | 303.61º | 0.74% | 0.97% | - |
| XYZ | 55.89 | 29.85 | 82.94 | - |
| YUV | 139.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 237 | 0 | 0.74 | 0.04 | 0.03 | 303.61 | 0.93 | 0.61 |
| Hex | F8 | 41 | ED | 0 | 4A | 4 | 3 | 130 | 5D | 3D |
| Octal | 370 | 101 | 355 | 0 | 112 | 4 | 3 | 460 | 135 | 75 |
| Binary | 11111000 | 1000001 | 11101101 | 0 | 1001010 | 100 | 11 | 100110000 | 1011101 | 111101 |
Color Harmonies of #F841ED
Complementary color
Monochromatic Colors of #F841ED
Black with #F841ED
Text Example
Text Example
White with #F841ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841ED; }
p { color: rgb(248,65,237); }
H1.HeaderClassName
{
color: #F841ED;
}
.AnyTagClassName
{
color: #F841ED;
}
</style>
background-color css
<style>
a { background-color: #F841ED; }
a { background-color: rgb(248,65,237); }
div.DivClassName
{
background-color: #F841ED;
}
.BgClassName
{
background-color: #F841ED;
}
</style>
border-color css
<style>
span { border-color: #F841ED; }
span { border-color: rgb(248,65,237); }
td.TdClassName
{
border-color: #F841ED;
}
.TagClassName
{
border-color: #F841ED;
}
</style>