Html Css Color HEX #FE4FDC Free Speech Magenta
📋 copy color: '#FE4FDC'red 254 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #FE4FDC
Tints of Free Speech Magenta #FE4FDC
RGB
CMYK
RGB Variations
Color information
#FE4FDC (or 0xFE4FDC) is known color: Free Speech Magenta. HEX triplet: FE, 4F and DC. RGB value is (254,79,220). Sum of RGB (Red+Green+Blue) = 254+79+220=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 79 (31.25% from 255 or 14.29% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FDC is #01B023. Grayscale: #939393. Windows color (decimal): -110628 or 14438398. OLE color: 14438398.
HSL color Cylindrical-coordinate representation of color #FE4FDC: hue angle of 311.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4FDC is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 220 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.00 |
| HSL | 311.66º | 0.99% | 0.65% | - |
| HSV(B) | 311.66º | 0.69% | 1% | - |
| XYZ | 56.59 | 31.83 | 70.87 | - |
| YUV | 147.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 220 | 0 | 0.69 | 0.13 | 0.00 | 311.66 | 0.99 | 0.65 |
| Hex | FE | 4F | DC | 0 | 45 | D | 0 | 138 | 63 | 41 |
| Octal | 376 | 117 | 334 | 0 | 105 | 15 | 0 | 470 | 143 | 101 |
| Binary | 11111110 | 1001111 | 11011100 | 0 | 1000101 | 1101 | 0 | 100111000 | 1100011 | 1000001 |
Color Harmonies of #FE4FDC
Complementary color
Monochromatic Colors of #FE4FDC
Black with #FE4FDC
Text Example
Text Example
White with #FE4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FDC; }
p { color: rgb(254,79,220); }
H1.HeaderClassName
{
color: #FE4FDC;
}
.AnyTagClassName
{
color: #FE4FDC;
}
</style>
background-color css
<style>
a { background-color: #FE4FDC; }
a { background-color: rgb(254,79,220); }
div.DivClassName
{
background-color: #FE4FDC;
}
.BgClassName
{
background-color: #FE4FDC;
}
</style>
border-color css
<style>
span { border-color: #FE4FDC; }
span { border-color: rgb(254,79,220); }
td.TdClassName
{
border-color: #FE4FDC;
}
.TagClassName
{
border-color: #FE4FDC;
}
</style>