Html Css Color HEX #FA54D2 Free Speech Magenta
📋 copy color: '#FA54D2'red 250 ◦ green 84 ◦ blue 210
Shades of Free Speech Magenta #FA54D2
Tints of Free Speech Magenta #FA54D2
RGB
CMYK
RGB Variations
Color information
#FA54D2 (or 0xFA54D2) is known color: Free Speech Magenta. HEX triplet: FA, 54 and D2. RGB value is (250,84,210). Sum of RGB (Red+Green+Blue) = 250+84+210=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54D2 is #05AB2D. Grayscale: #939393. Windows color (decimal): -371502 or 13784314. OLE color: 13784314.
HSL color Cylindrical-coordinate representation of color #FA54D2: hue angle of 314.46º 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 #FA54D2 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 210 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.02 |
| HSL | 314.46º | 0.94% | 0.65% | - |
| HSV(B) | 314.46º | 0.66% | 0.98% | - |
| XYZ | 54.23 | 31.32 | 64.16 | - |
| YUV | 148 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 210 | 0 | 0.66 | 0.16 | 0.02 | 314.46 | 0.94 | 0.65 |
| Hex | FA | 54 | D2 | 0 | 42 | 10 | 2 | 13A | 5E | 41 |
| Octal | 372 | 124 | 322 | 0 | 102 | 20 | 2 | 472 | 136 | 101 |
| Binary | 11111010 | 1010100 | 11010010 | 0 | 1000010 | 10000 | 10 | 100111010 | 1011110 | 1000001 |
Color Harmonies of #FA54D2
Complementary color
Monochromatic Colors of #FA54D2
Black with #FA54D2
Text Example
Text Example
White with #FA54D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54D2; }
p { color: rgb(250,84,210); }
H1.HeaderClassName
{
color: #FA54D2;
}
.AnyTagClassName
{
color: #FA54D2;
}
</style>
background-color css
<style>
a { background-color: #FA54D2; }
a { background-color: rgb(250,84,210); }
div.DivClassName
{
background-color: #FA54D2;
}
.BgClassName
{
background-color: #FA54D2;
}
</style>
border-color css
<style>
span { border-color: #FA54D2; }
span { border-color: rgb(250,84,210); }
td.TdClassName
{
border-color: #FA54D2;
}
.TagClassName
{
border-color: #FA54D2;
}
</style>