Html Css Color HEX #FA5AD4 Free Speech Magenta
📋 copy color: '#FA5AD4'red 250 ◦ green 90 ◦ blue 212
Shades of Free Speech Magenta #FA5AD4
Tints of Free Speech Magenta #FA5AD4
RGB
CMYK
RGB Variations
Color information
#FA5AD4 (or 0xFA5AD4) is known color: Free Speech Magenta. HEX triplet: FA, 5A and D4. RGB value is (250,90,212). Sum of RGB (Red+Green+Blue) = 250+90+212=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5AD4 is #05A52B. Grayscale: #979797. Windows color (decimal): -369964 or 13916922. OLE color: 13916922.
HSL color Cylindrical-coordinate representation of color #FA5AD4: hue angle of 314.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5AD4 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 212 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.02 |
| HSL | 314.25º | 0.94% | 0.67% | - |
| HSV(B) | 314.25º | 0.64% | 0.98% | - |
| XYZ | 54.96 | 32.39 | 65.64 | - |
| YUV | 151.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 212 | 0 | 0.64 | 0.15 | 0.02 | 314.25 | 0.94 | 0.67 |
| Hex | FA | 5A | D4 | 0 | 40 | F | 2 | 13A | 5E | 43 |
| Octal | 372 | 132 | 324 | 0 | 100 | 17 | 2 | 472 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11010100 | 0 | 1000000 | 1111 | 10 | 100111010 | 1011110 | 1000011 |
Color Harmonies of #FA5AD4
Complementary color
Monochromatic Colors of #FA5AD4
Black with #FA5AD4
Text Example
Text Example
White with #FA5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AD4; }
p { color: rgb(250,90,212); }
H1.HeaderClassName
{
color: #FA5AD4;
}
.AnyTagClassName
{
color: #FA5AD4;
}
</style>
background-color css
<style>
a { background-color: #FA5AD4; }
a { background-color: rgb(250,90,212); }
div.DivClassName
{
background-color: #FA5AD4;
}
.BgClassName
{
background-color: #FA5AD4;
}
</style>
border-color css
<style>
span { border-color: #FA5AD4; }
span { border-color: rgb(250,90,212); }
td.TdClassName
{
border-color: #FA5AD4;
}
.TagClassName
{
border-color: #FA5AD4;
}
</style>