Html Css Color HEX #F95DE7 Free Speech Magenta
📋 copy color: '#F95DE7'red 249 ◦ green 93 ◦ blue 231
Shades of Free Speech Magenta #F95DE7
Tints of Free Speech Magenta #F95DE7
RGB
CMYK
RGB Variations
Color information
#F95DE7 (or 0xF95DE7) is known color: Free Speech Magenta. HEX triplet: F9, 5D and E7. RGB value is (249,93,231). Sum of RGB (Red+Green+Blue) = 249+93+231=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95DE7 is #06A218. Grayscale: #9A9A9A. Windows color (decimal): -434713 or 15162873. OLE color: 15162873.
HSL color Cylindrical-coordinate representation of color #F95DE7: hue angle of 306.92º 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 #F95DE7 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 231 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.02 |
| HSL | 306.92º | 0.93% | 0.67% | - |
| HSV(B) | 306.92º | 0.63% | 0.98% | - |
| XYZ | 57.41 | 33.74 | 79.09 | - |
| YUV | 155.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 231 | 0 | 0.63 | 0.07 | 0.02 | 306.92 | 0.93 | 0.67 |
| Hex | F9 | 5D | E7 | 0 | 3F | 7 | 2 | 133 | 5D | 43 |
| Octal | 371 | 135 | 347 | 0 | 77 | 7 | 2 | 463 | 135 | 103 |
| Binary | 11111001 | 1011101 | 11100111 | 0 | 111111 | 111 | 10 | 100110011 | 1011101 | 1000011 |
Color Harmonies of #F95DE7
Complementary color
Monochromatic Colors of #F95DE7
Black with #F95DE7
Text Example
Text Example
White with #F95DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DE7; }
p { color: rgb(249,93,231); }
H1.HeaderClassName
{
color: #F95DE7;
}
.AnyTagClassName
{
color: #F95DE7;
}
</style>
background-color css
<style>
a { background-color: #F95DE7; }
a { background-color: rgb(249,93,231); }
div.DivClassName
{
background-color: #F95DE7;
}
.BgClassName
{
background-color: #F95DE7;
}
</style>
border-color css
<style>
span { border-color: #F95DE7; }
span { border-color: rgb(249,93,231); }
td.TdClassName
{
border-color: #F95DE7;
}
.TagClassName
{
border-color: #F95DE7;
}
</style>