Html Css Color HEX #F953E7 Free Speech Magenta
📋 copy color: '#F953E7'red 249 ◦ green 83 ◦ blue 231
Shades of Free Speech Magenta #F953E7
Tints of Free Speech Magenta #F953E7
RGB
CMYK
RGB Variations
Color information
#F953E7 (or 0xF953E7) is known color: Free Speech Magenta. HEX triplet: F9, 53 and E7. RGB value is (249,83,231). Sum of RGB (Red+Green+Blue) = 249+83+231=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F953E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953E7 is #06AC18. Grayscale: #959595. Windows color (decimal): -437273 or 15160313. OLE color: 15160313.
HSL color Cylindrical-coordinate representation of color #F953E7: hue angle of 306.51º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953E7 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 231 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.02 |
| HSL | 306.51º | 0.93% | 0.65% | - |
| HSV(B) | 306.51º | 0.67% | 0.98% | - |
| XYZ | 56.58 | 32.1 | 78.81 | - |
| YUV | 149.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 231 | 0 | 0.67 | 0.07 | 0.02 | 306.51 | 0.93 | 0.65 |
| Hex | F9 | 53 | E7 | 0 | 43 | 7 | 2 | 133 | 5D | 41 |
| Octal | 371 | 123 | 347 | 0 | 103 | 7 | 2 | 463 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11100111 | 0 | 1000011 | 111 | 10 | 100110011 | 1011101 | 1000001 |
Color Harmonies of #F953E7
Complementary color
Monochromatic Colors of #F953E7
Black with #F953E7
Text Example
Text Example
White with #F953E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953E7; }
p { color: rgb(249,83,231); }
H1.HeaderClassName
{
color: #F953E7;
}
.AnyTagClassName
{
color: #F953E7;
}
</style>
background-color css
<style>
a { background-color: #F953E7; }
a { background-color: rgb(249,83,231); }
div.DivClassName
{
background-color: #F953E7;
}
.BgClassName
{
background-color: #F953E7;
}
</style>
border-color css
<style>
span { border-color: #F953E7; }
span { border-color: rgb(249,83,231); }
td.TdClassName
{
border-color: #F953E7;
}
.TagClassName
{
border-color: #F953E7;
}
</style>