Html Css Color HEX #F45EDD Free Speech Magenta
📋 copy color: '#F45EDD'red 244 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #F45EDD
Tints of Free Speech Magenta #F45EDD
RGB
CMYK
RGB Variations
Color information
#F45EDD (or 0xF45EDD) is known color: Free Speech Magenta. HEX triplet: F4, 5E and DD. RGB value is (244,94,221). Sum of RGB (Red+Green+Blue) = 244+94+221=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45EDD is #0BA122. Grayscale: #989898. Windows color (decimal): -762147 or 14507764. OLE color: 14507764.
HSL color Cylindrical-coordinate representation of color #F45EDD: hue angle of 309.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45EDD is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 221 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.04 |
| HSL | 309.2º | 0.87% | 0.66% | - |
| HSV(B) | 309.2º | 0.61% | 0.96% | - |
| XYZ | 54.36 | 32.46 | 71.81 | - |
| YUV | 153.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 221 | 0 | 0.61 | 0.09 | 0.04 | 309.2 | 0.87 | 0.66 |
| Hex | F4 | 5E | DD | 0 | 3D | 9 | 4 | 135 | 57 | 42 |
| Octal | 364 | 136 | 335 | 0 | 75 | 11 | 4 | 465 | 127 | 102 |
| Binary | 11110100 | 1011110 | 11011101 | 0 | 111101 | 1001 | 100 | 100110101 | 1010111 | 1000010 |
Color Harmonies of #F45EDD
Complementary color
Monochromatic Colors of #F45EDD
Black with #F45EDD
Text Example
Text Example
White with #F45EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EDD; }
p { color: rgb(244,94,221); }
H1.HeaderClassName
{
color: #F45EDD;
}
.AnyTagClassName
{
color: #F45EDD;
}
</style>
background-color css
<style>
a { background-color: #F45EDD; }
a { background-color: rgb(244,94,221); }
div.DivClassName
{
background-color: #F45EDD;
}
.BgClassName
{
background-color: #F45EDD;
}
</style>
border-color css
<style>
span { border-color: #F45EDD; }
span { border-color: rgb(244,94,221); }
td.TdClassName
{
border-color: #F45EDD;
}
.TagClassName
{
border-color: #F45EDD;
}
</style>