Html Css Color HEX #F957E0 Free Speech Magenta
📋 copy color: '#F957E0'red 249 ◦ green 87 ◦ blue 224
Shades of Free Speech Magenta #F957E0
Tints of Free Speech Magenta #F957E0
RGB
CMYK
RGB Variations
Color information
#F957E0 (or 0xF957E0) is known color: Free Speech Magenta. HEX triplet: F9, 57 and E0. RGB value is (249,87,224). Sum of RGB (Red+Green+Blue) = 249+87+224=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 87 (34.38% from 255 or 15.54% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F957E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957E0 is #06A81F. Grayscale: #969696. Windows color (decimal): -436256 or 14702585. OLE color: 14702585.
HSL color Cylindrical-coordinate representation of color #F957E0: hue angle of 309.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957E0 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 224 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.02 |
| HSL | 309.26º | 0.93% | 0.66% | - |
| HSV(B) | 309.26º | 0.65% | 0.98% | - |
| XYZ | 55.93 | 32.34 | 73.82 | - |
| YUV | 151.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 224 | 0 | 0.65 | 0.10 | 0.02 | 309.26 | 0.93 | 0.66 |
| Hex | F9 | 57 | E0 | 0 | 41 | A | 2 | 135 | 5D | 42 |
| Octal | 371 | 127 | 340 | 0 | 101 | 12 | 2 | 465 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11100000 | 0 | 1000001 | 1010 | 10 | 100110101 | 1011101 | 1000010 |
Color Harmonies of #F957E0
Complementary color
Monochromatic Colors of #F957E0
Black with #F957E0
Text Example
Text Example
White with #F957E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957E0; }
p { color: rgb(249,87,224); }
H1.HeaderClassName
{
color: #F957E0;
}
.AnyTagClassName
{
color: #F957E0;
}
</style>
background-color css
<style>
a { background-color: #F957E0; }
a { background-color: rgb(249,87,224); }
div.DivClassName
{
background-color: #F957E0;
}
.BgClassName
{
background-color: #F957E0;
}
</style>
border-color css
<style>
span { border-color: #F957E0; }
span { border-color: rgb(249,87,224); }
td.TdClassName
{
border-color: #F957E0;
}
.TagClassName
{
border-color: #F957E0;
}
</style>