Html Css Color HEX #F45AD2 Free Speech Magenta
📋 copy color: '#F45AD2'red 244 ◦ green 90 ◦ blue 210
Shades of Free Speech Magenta #F45AD2
Tints of Free Speech Magenta #F45AD2
RGB
CMYK
RGB Variations
Color information
#F45AD2 (or 0xF45AD2) is known color: Free Speech Magenta. HEX triplet: F4, 5A and D2. RGB value is (244,90,210). Sum of RGB (Red+Green+Blue) = 244+90+210=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45AD2 is #0BA52D. Grayscale: #959595. Windows color (decimal): -763182 or 13785844. OLE color: 13785844.
HSL color Cylindrical-coordinate representation of color #F45AD2: hue angle of 313.25º 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 #F45AD2 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 210 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.04 |
| HSL | 313.25º | 0.88% | 0.65% | - |
| HSV(B) | 313.25º | 0.63% | 0.96% | - |
| XYZ | 52.6 | 31.2 | 64.22 | - |
| YUV | 149.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 210 | 0 | 0.63 | 0.14 | 0.04 | 313.25 | 0.88 | 0.65 |
| Hex | F4 | 5A | D2 | 0 | 3F | E | 4 | 139 | 58 | 41 |
| Octal | 364 | 132 | 322 | 0 | 77 | 16 | 4 | 471 | 130 | 101 |
| Binary | 11110100 | 1011010 | 11010010 | 0 | 111111 | 1110 | 100 | 100111001 | 1011000 | 1000001 |
Color Harmonies of #F45AD2
Complementary color
Monochromatic Colors of #F45AD2
Black with #F45AD2
Text Example
Text Example
White with #F45AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AD2; }
p { color: rgb(244,90,210); }
H1.HeaderClassName
{
color: #F45AD2;
}
.AnyTagClassName
{
color: #F45AD2;
}
</style>
background-color css
<style>
a { background-color: #F45AD2; }
a { background-color: rgb(244,90,210); }
div.DivClassName
{
background-color: #F45AD2;
}
.BgClassName
{
background-color: #F45AD2;
}
</style>
border-color css
<style>
span { border-color: #F45AD2; }
span { border-color: rgb(244,90,210); }
td.TdClassName
{
border-color: #F45AD2;
}
.TagClassName
{
border-color: #F45AD2;
}
</style>