Html Css Color HEX #FD5EDD Free Speech Magenta
📋 copy color: '#FD5EDD'red 253 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #FD5EDD
Tints of Free Speech Magenta #FD5EDD
RGB
CMYK
RGB Variations
Color information
#FD5EDD (or 0xFD5EDD) is known color: Free Speech Magenta. HEX triplet: FD, 5E and DD. RGB value is (253,94,221). Sum of RGB (Red+Green+Blue) = 253+94+221=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EDD is #02A122. Grayscale: #9B9B9B. Windows color (decimal): -172323 or 14507773. OLE color: 14507773.
HSL color Cylindrical-coordinate representation of color #FD5EDD: hue angle of 312.08º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5EDD is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 94 | 221 | - |
CMYK | 0 | 0.63 | 0.13 | 0.01 |
HSL | 312.08º | 0.98% | 0.68% | - |
HSV(B) | 312.08º | 0.63% | 0.99% | - |
XYZ | 57.56 | 34.11 | 71.96 | - |
YUV | 156.02 | 164.68 | 197.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 94 | 221 | 0 | 0.63 | 0.13 | 0.01 | 312.08 | 0.98 | 0.68 |
Hex | FD | 5E | DD | 0 | 3F | D | 1 | 138 | 62 | 44 |
Octal | 375 | 136 | 335 | 0 | 77 | 15 | 1 | 470 | 142 | 104 |
Binary | 11111101 | 1011110 | 11011101 | 0 | 111111 | 1101 | 1 | 100111000 | 1100010 | 1000100 |
Color Harmonies of #FD5EDD
Complementary color
Monochromatic Colors of #FD5EDD
Black with #FD5EDD
Text Example
Text Example
White with #FD5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5EDD; }
p { color: rgb(253,94,221); }
H1.HeaderClassName
{
color: #FD5EDD;
}
.AnyTagClassName
{
color: #FD5EDD;
}
</style>
background-color css
<style>
a { background-color: #FD5EDD; }
a { background-color: rgb(253,94,221); }
div.DivClassName
{
background-color: #FD5EDD;
}
.BgClassName
{
background-color: #FD5EDD;
}
</style>
border-color css
<style>
span { border-color: #FD5EDD; }
span { border-color: rgb(253,94,221); }
td.TdClassName
{
border-color: #FD5EDD;
}
.TagClassName
{
border-color: #FD5EDD;
}
</style>