Html Css Color HEX #FE5ADD Free Speech Magenta
📋 copy color: '#FE5ADD'red 254 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #FE5ADD
Tints of Free Speech Magenta #FE5ADD
RGB
CMYK
RGB Variations
Color information
#FE5ADD (or 0xFE5ADD) is known color: Free Speech Magenta. HEX triplet: FE, 5A and DD. RGB value is (254,90,221). Sum of RGB (Red+Green+Blue) = 254+90+221=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 90 (35.55% from 255 or 15.93% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ADD is #01A522. Grayscale: #999999. Windows color (decimal): -107811 or 14506750. OLE color: 14506750.
HSL color Cylindrical-coordinate representation of color #FE5ADD: hue angle of 312.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5ADD is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 221 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.00 |
| HSL | 312.07º | 0.99% | 0.67% | - |
| HSV(B) | 312.07º | 0.65% | 1% | - |
| XYZ | 57.58 | 33.6 | 71.86 | - |
| YUV | 153.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 221 | 0 | 0.65 | 0.13 | 0.00 | 312.07 | 0.99 | 0.67 |
| Hex | FE | 5A | DD | 0 | 41 | D | 0 | 138 | 63 | 43 |
| Octal | 376 | 132 | 335 | 0 | 101 | 15 | 0 | 470 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11011101 | 0 | 1000001 | 1101 | 0 | 100111000 | 1100011 | 1000011 |
Color Harmonies of #FE5ADD
Complementary color
Monochromatic Colors of #FE5ADD
Black with #FE5ADD
Text Example
Text Example
White with #FE5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ADD; }
p { color: rgb(254,90,221); }
H1.HeaderClassName
{
color: #FE5ADD;
}
.AnyTagClassName
{
color: #FE5ADD;
}
</style>
background-color css
<style>
a { background-color: #FE5ADD; }
a { background-color: rgb(254,90,221); }
div.DivClassName
{
background-color: #FE5ADD;
}
.BgClassName
{
background-color: #FE5ADD;
}
</style>
border-color css
<style>
span { border-color: #FE5ADD; }
span { border-color: rgb(254,90,221); }
td.TdClassName
{
border-color: #FE5ADD;
}
.TagClassName
{
border-color: #FE5ADD;
}
</style>