Html Css Color HEX #F755E0 Free Speech Magenta
📋 copy color: '#F755E0'red 247 ◦ green 85 ◦ blue 224
Shades of Free Speech Magenta #F755E0
Tints of Free Speech Magenta #F755E0
RGB
CMYK
RGB Variations
Color information
#F755E0 (or 0xF755E0) is known color: Free Speech Magenta. HEX triplet: F7, 55 and E0. RGB value is (247,85,224). Sum of RGB (Red+Green+Blue) = 247+85+224=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F755E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755E0 is #08AA1F. Grayscale: #949494. Windows color (decimal): -567840 or 14702071. OLE color: 14702071.
HSL color Cylindrical-coordinate representation of color #F755E0: hue angle of 308.52º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755E0 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 224 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.03 |
| HSL | 308.52º | 0.91% | 0.65% | - |
| HSV(B) | 308.52º | 0.66% | 0.97% | - |
| XYZ | 55.06 | 31.65 | 73.73 | - |
| YUV | 149.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 224 | 0 | 0.66 | 0.09 | 0.03 | 308.52 | 0.91 | 0.65 |
| Hex | F7 | 55 | E0 | 0 | 42 | 9 | 3 | 135 | 5B | 41 |
| Octal | 367 | 125 | 340 | 0 | 102 | 11 | 3 | 465 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11100000 | 0 | 1000010 | 1001 | 11 | 100110101 | 1011011 | 1000001 |
Color Harmonies of #F755E0
Complementary color
Monochromatic Colors of #F755E0
Black with #F755E0
Text Example
Text Example
White with #F755E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755E0; }
p { color: rgb(247,85,224); }
H1.HeaderClassName
{
color: #F755E0;
}
.AnyTagClassName
{
color: #F755E0;
}
</style>
background-color css
<style>
a { background-color: #F755E0; }
a { background-color: rgb(247,85,224); }
div.DivClassName
{
background-color: #F755E0;
}
.BgClassName
{
background-color: #F755E0;
}
</style>
border-color css
<style>
span { border-color: #F755E0; }
span { border-color: rgb(247,85,224); }
td.TdClassName
{
border-color: #F755E0;
}
.TagClassName
{
border-color: #F755E0;
}
</style>