Html Css Color HEX #F955D5 Free Speech Magenta
📋 copy color: '#F955D5'red 249 ◦ green 85 ◦ blue 213
Shades of Free Speech Magenta #F955D5
Tints of Free Speech Magenta #F955D5
RGB
CMYK
RGB Variations
Color information
#F955D5 (or 0xF955D5) is known color: Free Speech Magenta. HEX triplet: F9, 55 and D5. RGB value is (249,85,213). Sum of RGB (Red+Green+Blue) = 249+85+213=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F955D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F955D5 is #06AA2A. Grayscale: #949494. Windows color (decimal): -436779 or 13981177. OLE color: 13981177.
HSL color Cylindrical-coordinate representation of color #F955D5: hue angle of 313.17º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955D5 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 213 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.02 |
| HSL | 313.17º | 0.93% | 0.65% | - |
| HSV(B) | 313.17º | 0.66% | 0.98% | - |
| XYZ | 54.33 | 31.44 | 66.16 | - |
| YUV | 148.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 213 | 0 | 0.66 | 0.14 | 0.02 | 313.17 | 0.93 | 0.65 |
| Hex | F9 | 55 | D5 | 0 | 42 | E | 2 | 139 | 5D | 41 |
| Octal | 371 | 125 | 325 | 0 | 102 | 16 | 2 | 471 | 135 | 101 |
| Binary | 11111001 | 1010101 | 11010101 | 0 | 1000010 | 1110 | 10 | 100111001 | 1011101 | 1000001 |
Color Harmonies of #F955D5
Complementary color
Monochromatic Colors of #F955D5
Black with #F955D5
Text Example
Text Example
White with #F955D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955D5; }
p { color: rgb(249,85,213); }
H1.HeaderClassName
{
color: #F955D5;
}
.AnyTagClassName
{
color: #F955D5;
}
</style>
background-color css
<style>
a { background-color: #F955D5; }
a { background-color: rgb(249,85,213); }
div.DivClassName
{
background-color: #F955D5;
}
.BgClassName
{
background-color: #F955D5;
}
</style>
border-color css
<style>
span { border-color: #F955D5; }
span { border-color: rgb(249,85,213); }
td.TdClassName
{
border-color: #F955D5;
}
.TagClassName
{
border-color: #F955D5;
}
</style>