Html Css Color HEX #F44ADC Free Speech Magenta
📋 copy color: '#F44ADC'red 244 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #F44ADC
Tints of Free Speech Magenta #F44ADC
RGB
CMYK
RGB Variations
Color information
#F44ADC (or 0xF44ADC) is known color: Free Speech Magenta. HEX triplet: F4, 4A and DC. RGB value is (244,74,220). Sum of RGB (Red+Green+Blue) = 244+74+220=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F44ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44ADC is #0BB523. Grayscale: #8D8D8D. Windows color (decimal): -767268 or 14437108. OLE color: 14437108.
HSL color Cylindrical-coordinate representation of color #F44ADC: hue angle of 308.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44ADC is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 220 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.47º | 0.89% | 0.62% | - |
| HSV(B) | 308.47º | 0.7% | 0.96% | - |
| XYZ | 52.68 | 29.3 | 70.59 | - |
| YUV | 141.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 220 | 0 | 0.70 | 0.10 | 0.04 | 308.47 | 0.89 | 0.62 |
| Hex | F4 | 4A | DC | 0 | 46 | A | 4 | 134 | 59 | 3E |
| Octal | 364 | 112 | 334 | 0 | 106 | 12 | 4 | 464 | 131 | 76 |
| Binary | 11110100 | 1001010 | 11011100 | 0 | 1000110 | 1010 | 100 | 100110100 | 1011001 | 111110 |
Color Harmonies of #F44ADC
Complementary color
Monochromatic Colors of #F44ADC
Black with #F44ADC
Text Example
Text Example
White with #F44ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44ADC; }
p { color: rgb(244,74,220); }
H1.HeaderClassName
{
color: #F44ADC;
}
.AnyTagClassName
{
color: #F44ADC;
}
</style>
background-color css
<style>
a { background-color: #F44ADC; }
a { background-color: rgb(244,74,220); }
div.DivClassName
{
background-color: #F44ADC;
}
.BgClassName
{
background-color: #F44ADC;
}
</style>
border-color css
<style>
span { border-color: #F44ADC; }
span { border-color: rgb(244,74,220); }
td.TdClassName
{
border-color: #F44ADC;
}
.TagClassName
{
border-color: #F44ADC;
}
</style>