Html Css Color HEX #F05DE9 Free Speech Magenta
📋 copy color: '#F05DE9'red 240 ◦ green 93 ◦ blue 233
Shades of Free Speech Magenta #F05DE9
Tints of Free Speech Magenta #F05DE9
RGB
CMYK
RGB Variations
Color information
#F05DE9 (or 0xF05DE9) is known color: Free Speech Magenta. HEX triplet: F0, 5D and E9. RGB value is (240,93,233). Sum of RGB (Red+Green+Blue) = 240+93+233=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DE9 is #0FA216. Grayscale: #989898. Windows color (decimal): -1024535 or 15293936. OLE color: 15293936.
HSL color Cylindrical-coordinate representation of color #F05DE9: hue angle of 302.86º 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 #F05DE9 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 233 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.06 |
| HSL | 302.86º | 0.83% | 0.65% | - |
| HSV(B) | 302.86º | 0.61% | 0.94% | - |
| XYZ | 54.56 | 32.24 | 80.44 | - |
| YUV | 152.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 233 | 0 | 0.61 | 0.03 | 0.06 | 302.86 | 0.83 | 0.65 |
| Hex | F0 | 5D | E9 | 0 | 3D | 3 | 6 | 12F | 53 | 41 |
| Octal | 360 | 135 | 351 | 0 | 75 | 3 | 6 | 457 | 123 | 101 |
| Binary | 11110000 | 1011101 | 11101001 | 0 | 111101 | 11 | 110 | 100101111 | 1010011 | 1000001 |
Color Harmonies of #F05DE9
Complementary color
Monochromatic Colors of #F05DE9
Black with #F05DE9
Text Example
Text Example
White with #F05DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DE9; }
p { color: rgb(240,93,233); }
H1.HeaderClassName
{
color: #F05DE9;
}
.AnyTagClassName
{
color: #F05DE9;
}
</style>
background-color css
<style>
a { background-color: #F05DE9; }
a { background-color: rgb(240,93,233); }
div.DivClassName
{
background-color: #F05DE9;
}
.BgClassName
{
background-color: #F05DE9;
}
</style>
border-color css
<style>
span { border-color: #F05DE9; }
span { border-color: rgb(240,93,233); }
td.TdClassName
{
border-color: #F05DE9;
}
.TagClassName
{
border-color: #F05DE9;
}
</style>