Html Css Color HEX #FA56D4 Free Speech Magenta
📋 copy color: '#FA56D4'red 250 ◦ green 86 ◦ blue 212
Shades of Free Speech Magenta #FA56D4
Tints of Free Speech Magenta #FA56D4
RGB
CMYK
RGB Variations
Color information
#FA56D4 (or 0xFA56D4) is known color: Free Speech Magenta. HEX triplet: FA, 56 and D4. RGB value is (250,86,212). Sum of RGB (Red+Green+Blue) = 250+86+212=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 86 (33.98% from 255 or 15.69% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56D4 is #05A92B. Grayscale: #959595. Windows color (decimal): -370988 or 13915898. OLE color: 13915898.
HSL color Cylindrical-coordinate representation of color #FA56D4: hue angle of 313.9º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA56D4 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 212 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.02 |
| HSL | 313.9º | 0.94% | 0.66% | - |
| HSV(B) | 313.9º | 0.66% | 0.98% | - |
| XYZ | 54.64 | 31.73 | 65.53 | - |
| YUV | 149.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 212 | 0 | 0.66 | 0.15 | 0.02 | 313.9 | 0.94 | 0.66 |
| Hex | FA | 56 | D4 | 0 | 42 | F | 2 | 13A | 5E | 42 |
| Octal | 372 | 126 | 324 | 0 | 102 | 17 | 2 | 472 | 136 | 102 |
| Binary | 11111010 | 1010110 | 11010100 | 0 | 1000010 | 1111 | 10 | 100111010 | 1011110 | 1000010 |
Color Harmonies of #FA56D4
Complementary color
Monochromatic Colors of #FA56D4
Black with #FA56D4
Text Example
Text Example
White with #FA56D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA56D4; }
p { color: rgb(250,86,212); }
H1.HeaderClassName
{
color: #FA56D4;
}
.AnyTagClassName
{
color: #FA56D4;
}
</style>
background-color css
<style>
a { background-color: #FA56D4; }
a { background-color: rgb(250,86,212); }
div.DivClassName
{
background-color: #FA56D4;
}
.BgClassName
{
background-color: #FA56D4;
}
</style>
border-color css
<style>
span { border-color: #FA56D4; }
span { border-color: rgb(250,86,212); }
td.TdClassName
{
border-color: #FA56D4;
}
.TagClassName
{
border-color: #FA56D4;
}
</style>