Html Css Color HEX #FA53D4 Free Speech Magenta
📋 copy color: '#FA53D4'red 250 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #FA53D4
Tints of Free Speech Magenta #FA53D4
RGB
CMYK
RGB Variations
Color information
#FA53D4 (or 0xFA53D4) is known color: Free Speech Magenta. HEX triplet: FA, 53 and D4. RGB value is (250,83,212). Sum of RGB (Red+Green+Blue) = 250+83+212=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53D4 is #05AC2B. Grayscale: #939393. Windows color (decimal): -371756 or 13915130. OLE color: 13915130.
HSL color Cylindrical-coordinate representation of color #FA53D4: hue angle of 313.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA53D4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 212 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.02 |
| HSL | 313.65º | 0.94% | 0.65% | - |
| HSV(B) | 313.65º | 0.67% | 0.98% | - |
| XYZ | 54.4 | 31.26 | 65.45 | - |
| YUV | 147.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 212 | 0 | 0.67 | 0.15 | 0.02 | 313.65 | 0.94 | 0.65 |
| Hex | FA | 53 | D4 | 0 | 43 | F | 2 | 13A | 5E | 41 |
| Octal | 372 | 123 | 324 | 0 | 103 | 17 | 2 | 472 | 136 | 101 |
| Binary | 11111010 | 1010011 | 11010100 | 0 | 1000011 | 1111 | 10 | 100111010 | 1011110 | 1000001 |
Color Harmonies of #FA53D4
Complementary color
Monochromatic Colors of #FA53D4
Black with #FA53D4
Text Example
Text Example
White with #FA53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53D4; }
p { color: rgb(250,83,212); }
H1.HeaderClassName
{
color: #FA53D4;
}
.AnyTagClassName
{
color: #FA53D4;
}
</style>
background-color css
<style>
a { background-color: #FA53D4; }
a { background-color: rgb(250,83,212); }
div.DivClassName
{
background-color: #FA53D4;
}
.BgClassName
{
background-color: #FA53D4;
}
</style>
border-color css
<style>
span { border-color: #FA53D4; }
span { border-color: rgb(250,83,212); }
td.TdClassName
{
border-color: #FA53D4;
}
.TagClassName
{
border-color: #FA53D4;
}
</style>