Html Css Color HEX #FD5FDC Free Speech Magenta
📋 copy color: '#FD5FDC'red 253 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #FD5FDC
Tints of Free Speech Magenta #FD5FDC
RGB
CMYK
RGB Variations
Color information
#FD5FDC (or 0xFD5FDC) is known color: Free Speech Magenta. HEX triplet: FD, 5F and DC. RGB value is (253,95,220). Sum of RGB (Red+Green+Blue) = 253+95+220=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FDC is #02A023. Grayscale: #9C9C9C. Windows color (decimal): -172068 or 14442493. OLE color: 14442493.
HSL color Cylindrical-coordinate representation of color #FD5FDC: hue angle of 312.53º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD5FDC is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 95 | 220 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.01 |
| HSL | 312.53º | 0.98% | 0.68% | - |
| HSV(B) | 312.53º | 0.62% | 0.99% | - |
| XYZ | 57.52 | 34.23 | 71.29 | - |
| YUV | 156.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 95 | 220 | 0 | 0.62 | 0.13 | 0.01 | 312.53 | 0.98 | 0.68 |
| Hex | FD | 5F | DC | 0 | 3E | D | 1 | 139 | 62 | 44 |
| Octal | 375 | 137 | 334 | 0 | 76 | 15 | 1 | 471 | 142 | 104 |
| Binary | 11111101 | 1011111 | 11011100 | 0 | 111110 | 1101 | 1 | 100111001 | 1100010 | 1000100 |
Color Harmonies of #FD5FDC
Complementary color
Monochromatic Colors of #FD5FDC
Black with #FD5FDC
Text Example
Text Example
White with #FD5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5FDC; }
p { color: rgb(253,95,220); }
H1.HeaderClassName
{
color: #FD5FDC;
}
.AnyTagClassName
{
color: #FD5FDC;
}
</style>
background-color css
<style>
a { background-color: #FD5FDC; }
a { background-color: rgb(253,95,220); }
div.DivClassName
{
background-color: #FD5FDC;
}
.BgClassName
{
background-color: #FD5FDC;
}
</style>
border-color css
<style>
span { border-color: #FD5FDC; }
span { border-color: rgb(253,95,220); }
td.TdClassName
{
border-color: #FD5FDC;
}
.TagClassName
{
border-color: #FD5FDC;
}
</style>