Html Css Color HEX #FA54D8 Free Speech Magenta
📋 copy color: '#FA54D8'red 250 ◦ green 84 ◦ blue 216
Shades of Free Speech Magenta #FA54D8
Tints of Free Speech Magenta #FA54D8
RGB
CMYK
RGB Variations
Color information
#FA54D8 (or 0xFA54D8) is known color: Free Speech Magenta. HEX triplet: FA, 54 and D8. RGB value is (250,84,216). Sum of RGB (Red+Green+Blue) = 250+84+216=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 84 (33.20% from 255 or 15.27% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54D8 is #05AB27. Grayscale: #949494. Windows color (decimal): -371496 or 14177530. OLE color: 14177530.
HSL color Cylindrical-coordinate representation of color #FA54D8: hue angle of 312.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54D8 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 216 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.02 |
| HSL | 312.29º | 0.94% | 0.65% | - |
| HSV(B) | 312.29º | 0.66% | 0.98% | - |
| XYZ | 54.99 | 31.62 | 68.17 | - |
| YUV | 148.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 216 | 0 | 0.66 | 0.14 | 0.02 | 312.29 | 0.94 | 0.65 |
| Hex | FA | 54 | D8 | 0 | 42 | E | 2 | 138 | 5E | 41 |
| Octal | 372 | 124 | 330 | 0 | 102 | 16 | 2 | 470 | 136 | 101 |
| Binary | 11111010 | 1010100 | 11011000 | 0 | 1000010 | 1110 | 10 | 100111000 | 1011110 | 1000001 |
Color Harmonies of #FA54D8
Complementary color
Monochromatic Colors of #FA54D8
Black with #FA54D8
Text Example
Text Example
White with #FA54D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54D8; }
p { color: rgb(250,84,216); }
H1.HeaderClassName
{
color: #FA54D8;
}
.AnyTagClassName
{
color: #FA54D8;
}
</style>
background-color css
<style>
a { background-color: #FA54D8; }
a { background-color: rgb(250,84,216); }
div.DivClassName
{
background-color: #FA54D8;
}
.BgClassName
{
background-color: #FA54D8;
}
</style>
border-color css
<style>
span { border-color: #FA54D8; }
span { border-color: rgb(250,84,216); }
td.TdClassName
{
border-color: #FA54D8;
}
.TagClassName
{
border-color: #FA54D8;
}
</style>