Html Css Color HEX #F55AD4 Free Speech Magenta
📋 copy color: '#F55AD4'red 245 ◦ green 90 ◦ blue 212
Shades of Free Speech Magenta #F55AD4
Tints of Free Speech Magenta #F55AD4
RGB
CMYK
RGB Variations
Color information
#F55AD4 (or 0xF55AD4) is known color: Free Speech Magenta. HEX triplet: F5, 5A and D4. RGB value is (245,90,212). Sum of RGB (Red+Green+Blue) = 245+90+212=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AD4 is #0AA52B. Grayscale: #959595. Windows color (decimal): -697644 or 13916917. OLE color: 13916917.
HSL color Cylindrical-coordinate representation of color #F55AD4: hue angle of 312.77º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55AD4 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 212 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.04 |
| HSL | 312.77º | 0.89% | 0.66% | - |
| HSV(B) | 312.77º | 0.63% | 0.96% | - |
| XYZ | 53.2 | 31.48 | 65.56 | - |
| YUV | 150.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 212 | 0 | 0.63 | 0.13 | 0.04 | 312.77 | 0.89 | 0.66 |
| Hex | F5 | 5A | D4 | 0 | 3F | D | 4 | 139 | 59 | 42 |
| Octal | 365 | 132 | 324 | 0 | 77 | 15 | 4 | 471 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11010100 | 0 | 111111 | 1101 | 100 | 100111001 | 1011001 | 1000010 |
Color Harmonies of #F55AD4
Complementary color
Monochromatic Colors of #F55AD4
Black with #F55AD4
Text Example
Text Example
White with #F55AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AD4; }
p { color: rgb(245,90,212); }
H1.HeaderClassName
{
color: #F55AD4;
}
.AnyTagClassName
{
color: #F55AD4;
}
</style>
background-color css
<style>
a { background-color: #F55AD4; }
a { background-color: rgb(245,90,212); }
div.DivClassName
{
background-color: #F55AD4;
}
.BgClassName
{
background-color: #F55AD4;
}
</style>
border-color css
<style>
span { border-color: #F55AD4; }
span { border-color: rgb(245,90,212); }
td.TdClassName
{
border-color: #F55AD4;
}
.TagClassName
{
border-color: #F55AD4;
}
</style>