Html Css Color HEX #F45ADC Free Speech Magenta
📋 copy color: '#F45ADC'red 244 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #F45ADC
Tints of Free Speech Magenta #F45ADC
RGB
CMYK
RGB Variations
Color information
#F45ADC (or 0xF45ADC) is known color: Free Speech Magenta. HEX triplet: F4, 5A and DC. RGB value is (244,90,220). Sum of RGB (Red+Green+Blue) = 244+90+220=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ADC is #0BA523. Grayscale: #969696. Windows color (decimal): -763172 or 14441204. OLE color: 14441204.
HSL color Cylindrical-coordinate representation of color #F45ADC: hue angle of 309.35º 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 #F45ADC is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 220 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.04 |
| HSL | 309.35º | 0.88% | 0.65% | - |
| HSV(B) | 309.35º | 0.63% | 0.96% | - |
| XYZ | 53.88 | 31.71 | 70.99 | - |
| YUV | 150.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 220 | 0 | 0.63 | 0.10 | 0.04 | 309.35 | 0.88 | 0.65 |
| Hex | F4 | 5A | DC | 0 | 3F | A | 4 | 135 | 58 | 41 |
| Octal | 364 | 132 | 334 | 0 | 77 | 12 | 4 | 465 | 130 | 101 |
| Binary | 11110100 | 1011010 | 11011100 | 0 | 111111 | 1010 | 100 | 100110101 | 1011000 | 1000001 |
Color Harmonies of #F45ADC
Complementary color
Monochromatic Colors of #F45ADC
Black with #F45ADC
Text Example
Text Example
White with #F45ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ADC; }
p { color: rgb(244,90,220); }
H1.HeaderClassName
{
color: #F45ADC;
}
.AnyTagClassName
{
color: #F45ADC;
}
</style>
background-color css
<style>
a { background-color: #F45ADC; }
a { background-color: rgb(244,90,220); }
div.DivClassName
{
background-color: #F45ADC;
}
.BgClassName
{
background-color: #F45ADC;
}
</style>
border-color css
<style>
span { border-color: #F45ADC; }
span { border-color: rgb(244,90,220); }
td.TdClassName
{
border-color: #F45ADC;
}
.TagClassName
{
border-color: #F45ADC;
}
</style>