Html Css Color HEX #F03DE9 Free Speech Magenta
📋 copy color: '#F03DE9'red 240 ◦ green 61 ◦ blue 233
Shades of Free Speech Magenta #F03DE9
Tints of Free Speech Magenta #F03DE9
RGB
CMYK
RGB Variations
Color information
#F03DE9 (or 0xF03DE9) is known color: Free Speech Magenta. HEX triplet: F0, 3D and E9. RGB value is (240,61,233). Sum of RGB (Red+Green+Blue) = 240+61+233=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 61 (24.22% from 255 or 11.42% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DE9 is #0FC216. Grayscale: #858585. Windows color (decimal): -1032727 or 15285744. OLE color: 15285744.
HSL color Cylindrical-coordinate representation of color #F03DE9: hue angle of 302.35º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DE9 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 233 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.06 |
| HSL | 302.35º | 0.86% | 0.59% | - |
| HSV(B) | 302.35º | 0.75% | 0.94% | - |
| XYZ | 52.31 | 27.75 | 79.69 | - |
| YUV | 134.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 233 | 0 | 0.75 | 0.03 | 0.06 | 302.35 | 0.86 | 0.59 |
| Hex | F0 | 3D | E9 | 0 | 4B | 3 | 6 | 12E | 56 | 3B |
| Octal | 360 | 75 | 351 | 0 | 113 | 3 | 6 | 456 | 126 | 73 |
| Binary | 11110000 | 111101 | 11101001 | 0 | 1001011 | 11 | 110 | 100101110 | 1010110 | 111011 |
Color Harmonies of #F03DE9
Complementary color
Monochromatic Colors of #F03DE9
Black with #F03DE9
Text Example
Text Example
White with #F03DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DE9; }
p { color: rgb(240,61,233); }
H1.HeaderClassName
{
color: #F03DE9;
}
.AnyTagClassName
{
color: #F03DE9;
}
</style>
background-color css
<style>
a { background-color: #F03DE9; }
a { background-color: rgb(240,61,233); }
div.DivClassName
{
background-color: #F03DE9;
}
.BgClassName
{
background-color: #F03DE9;
}
</style>
border-color css
<style>
span { border-color: #F03DE9; }
span { border-color: rgb(240,61,233); }
td.TdClassName
{
border-color: #F03DE9;
}
.TagClassName
{
border-color: #F03DE9;
}
</style>