Html Css Color HEX #F055E4 Free Speech Magenta
📋 copy color: '#F055E4'red 240 ◦ green 85 ◦ blue 228
Shades of Free Speech Magenta #F055E4
Tints of Free Speech Magenta #F055E4
RGB
CMYK
RGB Variations
Color information
#F055E4 (or 0xF055E4) is known color: Free Speech Magenta. HEX triplet: F0, 55 and E4. RGB value is (240,85,228). Sum of RGB (Red+Green+Blue) = 240+85+228=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F055E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055E4 is #0FAA1B. Grayscale: #939393. Windows color (decimal): -1026588 or 14964208. OLE color: 14964208.
HSL color Cylindrical-coordinate representation of color #F055E4: hue angle of 304.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F055E4 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 228 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.06 |
| HSL | 304.65º | 0.84% | 0.64% | - |
| HSV(B) | 304.65º | 0.65% | 0.94% | - |
| XYZ | 53.19 | 30.62 | 76.51 | - |
| YUV | 147.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 228 | 0 | 0.65 | 0.05 | 0.06 | 304.65 | 0.84 | 0.64 |
| Hex | F0 | 55 | E4 | 0 | 41 | 5 | 6 | 131 | 54 | 40 |
| Octal | 360 | 125 | 344 | 0 | 101 | 5 | 6 | 461 | 124 | 100 |
| Binary | 11110000 | 1010101 | 11100100 | 0 | 1000001 | 101 | 110 | 100110001 | 1010100 | 1000000 |
Color Harmonies of #F055E4
Complementary color
Monochromatic Colors of #F055E4
Black with #F055E4
Text Example
Text Example
White with #F055E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055E4; }
p { color: rgb(240,85,228); }
H1.HeaderClassName
{
color: #F055E4;
}
.AnyTagClassName
{
color: #F055E4;
}
</style>
background-color css
<style>
a { background-color: #F055E4; }
a { background-color: rgb(240,85,228); }
div.DivClassName
{
background-color: #F055E4;
}
.BgClassName
{
background-color: #F055E4;
}
</style>
border-color css
<style>
span { border-color: #F055E4; }
span { border-color: rgb(240,85,228); }
td.TdClassName
{
border-color: #F055E4;
}
.TagClassName
{
border-color: #F055E4;
}
</style>