Html Css Color HEX #FA5ADC Free Speech Magenta
📋 copy color: '#FA5ADC'red 250 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #FA5ADC
Tints of Free Speech Magenta #FA5ADC
RGB
CMYK
RGB Variations
Color information
#FA5ADC (or 0xFA5ADC) is known color: Free Speech Magenta. HEX triplet: FA, 5A and DC. RGB value is (250,90,220). Sum of RGB (Red+Green+Blue) = 250+90+220=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ADC is #05A523. Grayscale: #989898. Windows color (decimal): -369956 or 14441210. OLE color: 14441210.
HSL color Cylindrical-coordinate representation of color #FA5ADC: hue angle of 311.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5ADC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 220 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.02 |
| HSL | 311.25º | 0.94% | 0.67% | - |
| HSV(B) | 311.25º | 0.64% | 0.98% | - |
| XYZ | 56 | 32.8 | 71.09 | - |
| YUV | 152.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 220 | 0 | 0.64 | 0.12 | 0.02 | 311.25 | 0.94 | 0.67 |
| Hex | FA | 5A | DC | 0 | 40 | C | 2 | 137 | 5E | 43 |
| Octal | 372 | 132 | 334 | 0 | 100 | 14 | 2 | 467 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11011100 | 0 | 1000000 | 1100 | 10 | 100110111 | 1011110 | 1000011 |
Color Harmonies of #FA5ADC
Complementary color
Monochromatic Colors of #FA5ADC
Black with #FA5ADC
Text Example
Text Example
White with #FA5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ADC; }
p { color: rgb(250,90,220); }
H1.HeaderClassName
{
color: #FA5ADC;
}
.AnyTagClassName
{
color: #FA5ADC;
}
</style>
background-color css
<style>
a { background-color: #FA5ADC; }
a { background-color: rgb(250,90,220); }
div.DivClassName
{
background-color: #FA5ADC;
}
.BgClassName
{
background-color: #FA5ADC;
}
</style>
border-color css
<style>
span { border-color: #FA5ADC; }
span { border-color: rgb(250,90,220); }
td.TdClassName
{
border-color: #FA5ADC;
}
.TagClassName
{
border-color: #FA5ADC;
}
</style>