Html Css Color HEX #FE5FDD Free Speech Magenta
📋 copy color: '#FE5FDD'red 254 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #FE5FDD
Tints of Free Speech Magenta #FE5FDD
RGB
CMYK
RGB Variations
Color information
#FE5FDD (or 0xFE5FDD) is known color: Free Speech Magenta. HEX triplet: FE, 5F and DD. RGB value is (254,95,221). Sum of RGB (Red+Green+Blue) = 254+95+221=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FDD is #01A022. Grayscale: #9C9C9C. Windows color (decimal): -106531 or 14508030. OLE color: 14508030.
HSL color Cylindrical-coordinate representation of color #FE5FDD: hue angle of 312.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FDD is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 221 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.00 |
| HSL | 312.45º | 0.99% | 0.68% | - |
| HSV(B) | 312.45º | 0.63% | 1% | - |
| XYZ | 58.02 | 34.48 | 72 | - |
| YUV | 156.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 221 | 0 | 0.63 | 0.13 | 0.00 | 312.45 | 0.99 | 0.68 |
| Hex | FE | 5F | DD | 0 | 3F | D | 0 | 138 | 63 | 44 |
| Octal | 376 | 137 | 335 | 0 | 77 | 15 | 0 | 470 | 143 | 104 |
| Binary | 11111110 | 1011111 | 11011101 | 0 | 111111 | 1101 | 0 | 100111000 | 1100011 | 1000100 |
Color Harmonies of #FE5FDD
Complementary color
Monochromatic Colors of #FE5FDD
Black with #FE5FDD
Text Example
Text Example
White with #FE5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FDD; }
p { color: rgb(254,95,221); }
H1.HeaderClassName
{
color: #FE5FDD;
}
.AnyTagClassName
{
color: #FE5FDD;
}
</style>
background-color css
<style>
a { background-color: #FE5FDD; }
a { background-color: rgb(254,95,221); }
div.DivClassName
{
background-color: #FE5FDD;
}
.BgClassName
{
background-color: #FE5FDD;
}
</style>
border-color css
<style>
span { border-color: #FE5FDD; }
span { border-color: rgb(254,95,221); }
td.TdClassName
{
border-color: #FE5FDD;
}
.TagClassName
{
border-color: #FE5FDD;
}
</style>