Html Css Color HEX #F54DE6 Free Speech Magenta
📋 copy color: '#F54DE6'red 245 ◦ green 77 ◦ blue 230
Shades of Free Speech Magenta #F54DE6
Tints of Free Speech Magenta #F54DE6
RGB
CMYK
RGB Variations
Color information
#F54DE6 (or 0xF54DE6) is known color: Free Speech Magenta. HEX triplet: F5, 4D and E6. RGB value is (245,77,230). Sum of RGB (Red+Green+Blue) = 245+77+230=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54DE6 is #0AB219. Grayscale: #909090. Windows color (decimal): -700954 or 15093237. OLE color: 15093237.
HSL color Cylindrical-coordinate representation of color #F54DE6: hue angle of 305.36º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54DE6 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 230 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.04 |
| HSL | 305.36º | 0.89% | 0.63% | - |
| HSV(B) | 305.36º | 0.69% | 0.96% | - |
| XYZ | 54.59 | 30.43 | 77.86 | - |
| YUV | 144.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 230 | 0 | 0.69 | 0.06 | 0.04 | 305.36 | 0.89 | 0.63 |
| Hex | F5 | 4D | E6 | 0 | 45 | 6 | 4 | 131 | 59 | 3F |
| Octal | 365 | 115 | 346 | 0 | 105 | 6 | 4 | 461 | 131 | 77 |
| Binary | 11110101 | 1001101 | 11100110 | 0 | 1000101 | 110 | 100 | 100110001 | 1011001 | 111111 |
Color Harmonies of #F54DE6
Complementary color
Monochromatic Colors of #F54DE6
Black with #F54DE6
Text Example
Text Example
White with #F54DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DE6; }
p { color: rgb(245,77,230); }
H1.HeaderClassName
{
color: #F54DE6;
}
.AnyTagClassName
{
color: #F54DE6;
}
</style>
background-color css
<style>
a { background-color: #F54DE6; }
a { background-color: rgb(245,77,230); }
div.DivClassName
{
background-color: #F54DE6;
}
.BgClassName
{
background-color: #F54DE6;
}
</style>
border-color css
<style>
span { border-color: #F54DE6; }
span { border-color: rgb(245,77,230); }
td.TdClassName
{
border-color: #F54DE6;
}
.TagClassName
{
border-color: #F54DE6;
}
</style>