Html Css Color HEX #F956E5 Free Speech Magenta
📋 copy color: '#F956E5'red 249 ◦ green 86 ◦ blue 229
Shades of Free Speech Magenta #F956E5
Tints of Free Speech Magenta #F956E5
RGB
CMYK
RGB Variations
Color information
#F956E5 (or 0xF956E5) is known color: Free Speech Magenta. HEX triplet: F9, 56 and E5. RGB value is (249,86,229). Sum of RGB (Red+Green+Blue) = 249+86+229=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 86 (33.98% from 255 or 15.25% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F956E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956E5 is #06A91A. Grayscale: #969696. Windows color (decimal): -436507 or 15030009. OLE color: 15030009.
HSL color Cylindrical-coordinate representation of color #F956E5: hue angle of 307.36º 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 #F956E5 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 229 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.02 |
| HSL | 307.36º | 0.93% | 0.66% | - |
| HSV(B) | 307.36º | 0.65% | 0.98% | - |
| XYZ | 56.54 | 32.45 | 77.41 | - |
| YUV | 151.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 229 | 0 | 0.65 | 0.08 | 0.02 | 307.36 | 0.93 | 0.66 |
| Hex | F9 | 56 | E5 | 0 | 41 | 8 | 2 | 133 | 5D | 42 |
| Octal | 371 | 126 | 345 | 0 | 101 | 10 | 2 | 463 | 135 | 102 |
| Binary | 11111001 | 1010110 | 11100101 | 0 | 1000001 | 1000 | 10 | 100110011 | 1011101 | 1000010 |
Color Harmonies of #F956E5
Complementary color
Monochromatic Colors of #F956E5
Black with #F956E5
Text Example
Text Example
White with #F956E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956E5; }
p { color: rgb(249,86,229); }
H1.HeaderClassName
{
color: #F956E5;
}
.AnyTagClassName
{
color: #F956E5;
}
</style>
background-color css
<style>
a { background-color: #F956E5; }
a { background-color: rgb(249,86,229); }
div.DivClassName
{
background-color: #F956E5;
}
.BgClassName
{
background-color: #F956E5;
}
</style>
border-color css
<style>
span { border-color: #F956E5; }
span { border-color: rgb(249,86,229); }
td.TdClassName
{
border-color: #F956E5;
}
.TagClassName
{
border-color: #F956E5;
}
</style>