Html Css Color HEX #F05EDD Free Speech Magenta
📋 copy color: '#F05EDD'red 240 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #F05EDD
Tints of Free Speech Magenta #F05EDD
RGB
CMYK
RGB Variations
Color information
#F05EDD (or 0xF05EDD) is known color: Free Speech Magenta. HEX triplet: F0, 5E and DD. RGB value is (240,94,221). Sum of RGB (Red+Green+Blue) = 240+94+221=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EDD is #0FA122. Grayscale: #979797. Windows color (decimal): -1024291 or 14507760. OLE color: 14507760.
HSL color Cylindrical-coordinate representation of color #F05EDD: hue angle of 307.81º 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 #F05EDD is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 221 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.06 |
| HSL | 307.81º | 0.83% | 0.65% | - |
| HSV(B) | 307.81º | 0.61% | 0.94% | - |
| XYZ | 52.99 | 31.75 | 71.74 | - |
| YUV | 152.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 221 | 0 | 0.61 | 0.08 | 0.06 | 307.81 | 0.83 | 0.65 |
| Hex | F0 | 5E | DD | 0 | 3D | 8 | 6 | 134 | 53 | 41 |
| Octal | 360 | 136 | 335 | 0 | 75 | 10 | 6 | 464 | 123 | 101 |
| Binary | 11110000 | 1011110 | 11011101 | 0 | 111101 | 1000 | 110 | 100110100 | 1010011 | 1000001 |
Color Harmonies of #F05EDD
Complementary color
Monochromatic Colors of #F05EDD
Black with #F05EDD
Text Example
Text Example
White with #F05EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05EDD; }
p { color: rgb(240,94,221); }
H1.HeaderClassName
{
color: #F05EDD;
}
.AnyTagClassName
{
color: #F05EDD;
}
</style>
background-color css
<style>
a { background-color: #F05EDD; }
a { background-color: rgb(240,94,221); }
div.DivClassName
{
background-color: #F05EDD;
}
.BgClassName
{
background-color: #F05EDD;
}
</style>
border-color css
<style>
span { border-color: #F05EDD; }
span { border-color: rgb(240,94,221); }
td.TdClassName
{
border-color: #F05EDD;
}
.TagClassName
{
border-color: #F05EDD;
}
</style>