Html Css Color HEX #F45ACE Free Speech Magenta
📋 copy color: '#F45ACE'red 244 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #F45ACE
Tints of Free Speech Magenta #F45ACE
RGB
CMYK
RGB Variations
Color information
#F45ACE (or 0xF45ACE) is known color: Free Speech Magenta. HEX triplet: F4, 5A and CE. RGB value is (244,90,206). Sum of RGB (Red+Green+Blue) = 244+90+206=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ACE is #0BA531. Grayscale: #949494. Windows color (decimal): -763186 or 13523700. OLE color: 13523700.
HSL color Cylindrical-coordinate representation of color #F45ACE: hue angle of 314.81º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45ACE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 206 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.04 |
| HSL | 314.81º | 0.88% | 0.65% | - |
| HSV(B) | 314.81º | 0.63% | 0.96% | - |
| XYZ | 52.1 | 31 | 61.63 | - |
| YUV | 149.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 206 | 0 | 0.63 | 0.16 | 0.04 | 314.81 | 0.88 | 0.65 |
| Hex | F4 | 5A | CE | 0 | 3F | 10 | 4 | 13B | 58 | 41 |
| Octal | 364 | 132 | 316 | 0 | 77 | 20 | 4 | 473 | 130 | 101 |
| Binary | 11110100 | 1011010 | 11001110 | 0 | 111111 | 10000 | 100 | 100111011 | 1011000 | 1000001 |
Color Harmonies of #F45ACE
Complementary color
Monochromatic Colors of #F45ACE
Black with #F45ACE
Text Example
Text Example
White with #F45ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ACE; }
p { color: rgb(244,90,206); }
H1.HeaderClassName
{
color: #F45ACE;
}
.AnyTagClassName
{
color: #F45ACE;
}
</style>
background-color css
<style>
a { background-color: #F45ACE; }
a { background-color: rgb(244,90,206); }
div.DivClassName
{
background-color: #F45ACE;
}
.BgClassName
{
background-color: #F45ACE;
}
</style>
border-color css
<style>
span { border-color: #F45ACE; }
span { border-color: rgb(244,90,206); }
td.TdClassName
{
border-color: #F45ACE;
}
.TagClassName
{
border-color: #F45ACE;
}
</style>