Html Css Color HEX #F055E3 Free Speech Magenta
📋 copy color: '#F055E3'red 240 ◦ green 85 ◦ blue 227
Shades of Free Speech Magenta #F055E3
Tints of Free Speech Magenta #F055E3
RGB
CMYK
RGB Variations
Color information
#F055E3 (or 0xF055E3) is known color: Free Speech Magenta. HEX triplet: F0, 55 and E3. RGB value is (240,85,227). Sum of RGB (Red+Green+Blue) = 240+85+227=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F055E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055E3 is #0FAA1C. Grayscale: #939393. Windows color (decimal): -1026589 or 14898672. OLE color: 14898672.
HSL color Cylindrical-coordinate representation of color #F055E3: hue angle of 305.03º 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 #F055E3 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 227 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.06 |
| HSL | 305.03º | 0.84% | 0.64% | - |
| HSV(B) | 305.03º | 0.65% | 0.94% | - |
| XYZ | 53.05 | 30.57 | 75.78 | - |
| YUV | 147.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 227 | 0 | 0.65 | 0.05 | 0.06 | 305.03 | 0.84 | 0.64 |
| Hex | F0 | 55 | E3 | 0 | 41 | 5 | 6 | 131 | 54 | 40 |
| Octal | 360 | 125 | 343 | 0 | 101 | 5 | 6 | 461 | 124 | 100 |
| Binary | 11110000 | 1010101 | 11100011 | 0 | 1000001 | 101 | 110 | 100110001 | 1010100 | 1000000 |
Color Harmonies of #F055E3
Complementary color
Monochromatic Colors of #F055E3
Black with #F055E3
Text Example
Text Example
White with #F055E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055E3; }
p { color: rgb(240,85,227); }
H1.HeaderClassName
{
color: #F055E3;
}
.AnyTagClassName
{
color: #F055E3;
}
</style>
background-color css
<style>
a { background-color: #F055E3; }
a { background-color: rgb(240,85,227); }
div.DivClassName
{
background-color: #F055E3;
}
.BgClassName
{
background-color: #F055E3;
}
</style>
border-color css
<style>
span { border-color: #F055E3; }
span { border-color: rgb(240,85,227); }
td.TdClassName
{
border-color: #F055E3;
}
.TagClassName
{
border-color: #F055E3;
}
</style>