Html Css Color HEX #F05DE8 Free Speech Magenta
📋 copy color: '#F05DE8'red 240 ◦ green 93 ◦ blue 232
Shades of Free Speech Magenta #F05DE8
Tints of Free Speech Magenta #F05DE8
RGB
CMYK
RGB Variations
Color information
#F05DE8 (or 0xF05DE8) is known color: Free Speech Magenta. HEX triplet: F0, 5D and E8. RGB value is (240,93,232). Sum of RGB (Red+Green+Blue) = 240+93+232=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DE8 is #0FA217. Grayscale: #989898. Windows color (decimal): -1024536 or 15228400. OLE color: 15228400.
HSL color Cylindrical-coordinate representation of color #F05DE8: hue angle of 303.27º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DE8 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 232 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.06 |
| HSL | 303.27º | 0.83% | 0.65% | - |
| HSV(B) | 303.27º | 0.61% | 0.94% | - |
| XYZ | 54.42 | 32.18 | 79.69 | - |
| YUV | 152.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 232 | 0 | 0.61 | 0.03 | 0.06 | 303.27 | 0.83 | 0.65 |
| Hex | F0 | 5D | E8 | 0 | 3D | 3 | 6 | 12F | 53 | 41 |
| Octal | 360 | 135 | 350 | 0 | 75 | 3 | 6 | 457 | 123 | 101 |
| Binary | 11110000 | 1011101 | 11101000 | 0 | 111101 | 11 | 110 | 100101111 | 1010011 | 1000001 |
Color Harmonies of #F05DE8
Complementary color
Monochromatic Colors of #F05DE8
Black with #F05DE8
Text Example
Text Example
White with #F05DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DE8; }
p { color: rgb(240,93,232); }
H1.HeaderClassName
{
color: #F05DE8;
}
.AnyTagClassName
{
color: #F05DE8;
}
</style>
background-color css
<style>
a { background-color: #F05DE8; }
a { background-color: rgb(240,93,232); }
div.DivClassName
{
background-color: #F05DE8;
}
.BgClassName
{
background-color: #F05DE8;
}
</style>
border-color css
<style>
span { border-color: #F05DE8; }
span { border-color: rgb(240,93,232); }
td.TdClassName
{
border-color: #F05DE8;
}
.TagClassName
{
border-color: #F05DE8;
}
</style>