Html Css Color HEX #FD5ADC Free Speech Magenta
📋 copy color: '#FD5ADC'red 253 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #FD5ADC
Tints of Free Speech Magenta #FD5ADC
RGB
CMYK
RGB Variations
Color information
#FD5ADC (or 0xFD5ADC) is known color: Free Speech Magenta. HEX triplet: FD, 5A and DC. RGB value is (253,90,220). Sum of RGB (Red+Green+Blue) = 253+90+220=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ADC is #02A523. Grayscale: #999999. Windows color (decimal): -173348 or 14441213. OLE color: 14441213.
HSL color Cylindrical-coordinate representation of color #FD5ADC: hue angle of 312.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5ADC is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 220 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.01 |
| HSL | 312.15º | 0.98% | 0.67% | - |
| HSV(B) | 312.15º | 0.64% | 0.99% | - |
| XYZ | 57.08 | 33.36 | 71.14 | - |
| YUV | 153.56 | 165.5 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 220 | 0 | 0.64 | 0.13 | 0.01 | 312.15 | 0.98 | 0.67 |
| Hex | FD | 5A | DC | 0 | 40 | D | 1 | 138 | 62 | 43 |
| Octal | 375 | 132 | 334 | 0 | 100 | 15 | 1 | 470 | 142 | 103 |
| Binary | 11111101 | 1011010 | 11011100 | 0 | 1000000 | 1101 | 1 | 100111000 | 1100010 | 1000011 |
Color Harmonies of #FD5ADC
Complementary color
Monochromatic Colors of #FD5ADC
Black with #FD5ADC
Text Example
Text Example
White with #FD5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5ADC; }
p { color: rgb(253,90,220); }
H1.HeaderClassName
{
color: #FD5ADC;
}
.AnyTagClassName
{
color: #FD5ADC;
}
</style>
background-color css
<style>
a { background-color: #FD5ADC; }
a { background-color: rgb(253,90,220); }
div.DivClassName
{
background-color: #FD5ADC;
}
.BgClassName
{
background-color: #FD5ADC;
}
</style>
border-color css
<style>
span { border-color: #FD5ADC; }
span { border-color: rgb(253,90,220); }
td.TdClassName
{
border-color: #FD5ADC;
}
.TagClassName
{
border-color: #FD5ADC;
}
</style>