Html Css Color HEX #FE5CDD Free Speech Magenta
📋 copy color: '#FE5CDD'red 254 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #FE5CDD
Tints of Free Speech Magenta #FE5CDD
RGB
CMYK
RGB Variations
Color information
#FE5CDD (or 0xFE5CDD) is known color: Free Speech Magenta. HEX triplet: FE, 5C and DD. RGB value is (254,92,221). Sum of RGB (Red+Green+Blue) = 254+92+221=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 92 (36.33% from 255 or 16.23% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CDD is #01A322. Grayscale: #9A9A9A. Windows color (decimal): -107299 or 14507262. OLE color: 14507262.
HSL color Cylindrical-coordinate representation of color #FE5CDD: hue angle of 312.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CDD is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 221 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.00 |
| HSL | 312.22º | 0.99% | 0.68% | - |
| HSV(B) | 312.22º | 0.64% | 1% | - |
| XYZ | 57.75 | 33.95 | 71.91 | - |
| YUV | 155.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 221 | 0 | 0.64 | 0.13 | 0.00 | 312.22 | 0.99 | 0.68 |
| Hex | FE | 5C | DD | 0 | 40 | D | 0 | 138 | 63 | 44 |
| Octal | 376 | 134 | 335 | 0 | 100 | 15 | 0 | 470 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11011101 | 0 | 1000000 | 1101 | 0 | 100111000 | 1100011 | 1000100 |
Color Harmonies of #FE5CDD
Complementary color
Monochromatic Colors of #FE5CDD
Black with #FE5CDD
Text Example
Text Example
White with #FE5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CDD; }
p { color: rgb(254,92,221); }
H1.HeaderClassName
{
color: #FE5CDD;
}
.AnyTagClassName
{
color: #FE5CDD;
}
</style>
background-color css
<style>
a { background-color: #FE5CDD; }
a { background-color: rgb(254,92,221); }
div.DivClassName
{
background-color: #FE5CDD;
}
.BgClassName
{
background-color: #FE5CDD;
}
</style>
border-color css
<style>
span { border-color: #FE5CDD; }
span { border-color: rgb(254,92,221); }
td.TdClassName
{
border-color: #FE5CDD;
}
.TagClassName
{
border-color: #FE5CDD;
}
</style>