Html Css Color HEX #F55DE6 Free Speech Magenta
📋 copy color: '#F55DE6'red 245 ◦ green 93 ◦ blue 230
Shades of Free Speech Magenta #F55DE6
Tints of Free Speech Magenta #F55DE6
RGB
CMYK
RGB Variations
Color information
#F55DE6 (or 0xF55DE6) is known color: Free Speech Magenta. HEX triplet: F5, 5D and E6. RGB value is (245,93,230). Sum of RGB (Red+Green+Blue) = 245+93+230=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55DE6 is #0AA219. Grayscale: #999999. Windows color (decimal): -696858 or 15097333. OLE color: 15097333.
HSL color Cylindrical-coordinate representation of color #F55DE6: hue angle of 305.92º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DE6 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 230 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.04 |
| HSL | 305.92º | 0.88% | 0.66% | - |
| HSV(B) | 305.92º | 0.62% | 0.96% | - |
| XYZ | 55.85 | 32.95 | 78.28 | - |
| YUV | 154.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 230 | 0 | 0.62 | 0.06 | 0.04 | 305.92 | 0.88 | 0.66 |
| Hex | F5 | 5D | E6 | 0 | 3E | 6 | 4 | 132 | 58 | 42 |
| Octal | 365 | 135 | 346 | 0 | 76 | 6 | 4 | 462 | 130 | 102 |
| Binary | 11110101 | 1011101 | 11100110 | 0 | 111110 | 110 | 100 | 100110010 | 1011000 | 1000010 |
Color Harmonies of #F55DE6
Complementary color
Monochromatic Colors of #F55DE6
Black with #F55DE6
Text Example
Text Example
White with #F55DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DE6; }
p { color: rgb(245,93,230); }
H1.HeaderClassName
{
color: #F55DE6;
}
.AnyTagClassName
{
color: #F55DE6;
}
</style>
background-color css
<style>
a { background-color: #F55DE6; }
a { background-color: rgb(245,93,230); }
div.DivClassName
{
background-color: #F55DE6;
}
.BgClassName
{
background-color: #F55DE6;
}
</style>
border-color css
<style>
span { border-color: #F55DE6; }
span { border-color: rgb(245,93,230); }
td.TdClassName
{
border-color: #F55DE6;
}
.TagClassName
{
border-color: #F55DE6;
}
</style>