Html Css Color HEX #FA4FDC Free Speech Magenta
📋 copy color: '#FA4FDC'red 250 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #FA4FDC
Tints of Free Speech Magenta #FA4FDC
RGB
CMYK
RGB Variations
Color information
#FA4FDC (or 0xFA4FDC) is known color: Free Speech Magenta. HEX triplet: FA, 4F and DC. RGB value is (250,79,220). Sum of RGB (Red+Green+Blue) = 250+79+220=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 79 (31.25% from 255 or 14.39% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4FDC is #05B023. Grayscale: #919191. Windows color (decimal): -372772 or 14438394. OLE color: 14438394.
HSL color Cylindrical-coordinate representation of color #FA4FDC: hue angle of 310.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FDC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 220 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.02 |
| HSL | 310.53º | 0.94% | 0.65% | - |
| HSV(B) | 310.53º | 0.68% | 0.98% | - |
| XYZ | 55.14 | 31.08 | 70.8 | - |
| YUV | 146.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 220 | 0 | 0.68 | 0.12 | 0.02 | 310.53 | 0.94 | 0.65 |
| Hex | FA | 4F | DC | 0 | 44 | C | 2 | 137 | 5E | 41 |
| Octal | 372 | 117 | 334 | 0 | 104 | 14 | 2 | 467 | 136 | 101 |
| Binary | 11111010 | 1001111 | 11011100 | 0 | 1000100 | 1100 | 10 | 100110111 | 1011110 | 1000001 |
Color Harmonies of #FA4FDC
Complementary color
Monochromatic Colors of #FA4FDC
Black with #FA4FDC
Text Example
Text Example
White with #FA4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4FDC; }
p { color: rgb(250,79,220); }
H1.HeaderClassName
{
color: #FA4FDC;
}
.AnyTagClassName
{
color: #FA4FDC;
}
</style>
background-color css
<style>
a { background-color: #FA4FDC; }
a { background-color: rgb(250,79,220); }
div.DivClassName
{
background-color: #FA4FDC;
}
.BgClassName
{
background-color: #FA4FDC;
}
</style>
border-color css
<style>
span { border-color: #FA4FDC; }
span { border-color: rgb(250,79,220); }
td.TdClassName
{
border-color: #FA4FDC;
}
.TagClassName
{
border-color: #FA4FDC;
}
</style>