Html Css Color HEX #F45DE7 Free Speech Magenta
📋 copy color: '#F45DE7'red 244 ◦ green 93 ◦ blue 231
Shades of Free Speech Magenta #F45DE7
Tints of Free Speech Magenta #F45DE7
RGB
CMYK
RGB Variations
Color information
#F45DE7 (or 0xF45DE7) is known color: Free Speech Magenta. HEX triplet: F4, 5D and E7. RGB value is (244,93,231). Sum of RGB (Red+Green+Blue) = 244+93+231=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DE7 is #0BA218. Grayscale: #999999. Windows color (decimal): -762393 or 15162868. OLE color: 15162868.
HSL color Cylindrical-coordinate representation of color #F45DE7: hue angle of 305.17º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DE7 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 231 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.04 |
| HSL | 305.17º | 0.87% | 0.66% | - |
| HSV(B) | 305.17º | 0.62% | 0.96% | - |
| XYZ | 55.65 | 32.83 | 79.01 | - |
| YUV | 153.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 231 | 0 | 0.62 | 0.05 | 0.04 | 305.17 | 0.87 | 0.66 |
| Hex | F4 | 5D | E7 | 0 | 3E | 5 | 4 | 131 | 57 | 42 |
| Octal | 364 | 135 | 347 | 0 | 76 | 5 | 4 | 461 | 127 | 102 |
| Binary | 11110100 | 1011101 | 11100111 | 0 | 111110 | 101 | 100 | 100110001 | 1010111 | 1000010 |
Color Harmonies of #F45DE7
Complementary color
Monochromatic Colors of #F45DE7
Black with #F45DE7
Text Example
Text Example
White with #F45DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DE7; }
p { color: rgb(244,93,231); }
H1.HeaderClassName
{
color: #F45DE7;
}
.AnyTagClassName
{
color: #F45DE7;
}
</style>
background-color css
<style>
a { background-color: #F45DE7; }
a { background-color: rgb(244,93,231); }
div.DivClassName
{
background-color: #F45DE7;
}
.BgClassName
{
background-color: #F45DE7;
}
</style>
border-color css
<style>
span { border-color: #F45DE7; }
span { border-color: rgb(244,93,231); }
td.TdClassName
{
border-color: #F45DE7;
}
.TagClassName
{
border-color: #F45DE7;
}
</style>