Html Css Color HEX #F95DE1 Free Speech Magenta
📋 copy color: '#F95DE1'red 249 ◦ green 93 ◦ blue 225
Shades of Free Speech Magenta #F95DE1
Tints of Free Speech Magenta #F95DE1
RGB
CMYK
RGB Variations
Color information
#F95DE1 (or 0xF95DE1) is known color: Free Speech Magenta. HEX triplet: F9, 5D and E1. RGB value is (249,93,225). Sum of RGB (Red+Green+Blue) = 249+93+225=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DE1 is #06A21E. Grayscale: #9A9A9A. Windows color (decimal): -434719 or 14769657. OLE color: 14769657.
HSL color Cylindrical-coordinate representation of color #F95DE1: hue angle of 309.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95DE1 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 225 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.02 |
| HSL | 309.23º | 0.93% | 0.67% | - |
| HSV(B) | 309.23º | 0.63% | 0.98% | - |
| XYZ | 56.57 | 33.4 | 74.7 | - |
| YUV | 154.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 225 | 0 | 0.63 | 0.10 | 0.02 | 309.23 | 0.93 | 0.67 |
| Hex | F9 | 5D | E1 | 0 | 3F | A | 2 | 135 | 5D | 43 |
| Octal | 371 | 135 | 341 | 0 | 77 | 12 | 2 | 465 | 135 | 103 |
| Binary | 11111001 | 1011101 | 11100001 | 0 | 111111 | 1010 | 10 | 100110101 | 1011101 | 1000011 |
Color Harmonies of #F95DE1
Complementary color
Monochromatic Colors of #F95DE1
Black with #F95DE1
Text Example
Text Example
White with #F95DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DE1; }
p { color: rgb(249,93,225); }
H1.HeaderClassName
{
color: #F95DE1;
}
.AnyTagClassName
{
color: #F95DE1;
}
</style>
background-color css
<style>
a { background-color: #F95DE1; }
a { background-color: rgb(249,93,225); }
div.DivClassName
{
background-color: #F95DE1;
}
.BgClassName
{
background-color: #F95DE1;
}
</style>
border-color css
<style>
span { border-color: #F95DE1; }
span { border-color: rgb(249,93,225); }
td.TdClassName
{
border-color: #F95DE1;
}
.TagClassName
{
border-color: #F95DE1;
}
</style>