Html Css Color HEX #FE60DF Free Speech Magenta
📋 copy color: '#FE60DF'red 254 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #FE60DF
Tints of Free Speech Magenta #FE60DF
RGB
CMYK
RGB Variations
Color information
#FE60DF (or 0xFE60DF) is known color: Free Speech Magenta. HEX triplet: FE, 60 and DF. RGB value is (254,96,223). Sum of RGB (Red+Green+Blue) = 254+96+223=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60DF is #019F20. Grayscale: #9D9D9D. Windows color (decimal): -106273 or 14639358. OLE color: 14639358.
HSL color Cylindrical-coordinate representation of color #FE60DF: hue angle of 311.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60DF is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 223 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.00 |
| HSL | 311.77º | 0.99% | 0.69% | - |
| HSV(B) | 311.77º | 0.62% | 1% | - |
| XYZ | 58.38 | 34.76 | 73.45 | - |
| YUV | 157.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 223 | 0 | 0.62 | 0.12 | 0.00 | 311.77 | 0.99 | 0.69 |
| Hex | FE | 60 | DF | 0 | 3E | C | 0 | 138 | 63 | 45 |
| Octal | 376 | 140 | 337 | 0 | 76 | 14 | 0 | 470 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11011111 | 0 | 111110 | 1100 | 0 | 100111000 | 1100011 | 1000101 |
Color Harmonies of #FE60DF
Complementary color
Monochromatic Colors of #FE60DF
Black with #FE60DF
Text Example
Text Example
White with #FE60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60DF; }
p { color: rgb(254,96,223); }
H1.HeaderClassName
{
color: #FE60DF;
}
.AnyTagClassName
{
color: #FE60DF;
}
</style>
background-color css
<style>
a { background-color: #FE60DF; }
a { background-color: rgb(254,96,223); }
div.DivClassName
{
background-color: #FE60DF;
}
.BgClassName
{
background-color: #FE60DF;
}
</style>
border-color css
<style>
span { border-color: #FE60DF; }
span { border-color: rgb(254,96,223); }
td.TdClassName
{
border-color: #FE60DF;
}
.TagClassName
{
border-color: #FE60DF;
}
</style>