Html Css Color HEX #F95DE2 Free Speech Magenta
📋 copy color: '#F95DE2'red 249 ◦ green 93 ◦ blue 226
Shades of Free Speech Magenta #F95DE2
Tints of Free Speech Magenta #F95DE2
RGB
CMYK
RGB Variations
Color information
#F95DE2 (or 0xF95DE2) is known color: Free Speech Magenta. HEX triplet: F9, 5D and E2. RGB value is (249,93,226). Sum of RGB (Red+Green+Blue) = 249+93+226=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DE2 is #06A21D. Grayscale: #9A9A9A. Windows color (decimal): -434718 or 14835193. OLE color: 14835193.
HSL color Cylindrical-coordinate representation of color #F95DE2: hue angle of 308.85º 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 #F95DE2 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 226 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.02 |
| HSL | 308.85º | 0.93% | 0.67% | - |
| HSV(B) | 308.85º | 0.63% | 0.98% | - |
| XYZ | 56.71 | 33.46 | 75.42 | - |
| YUV | 154.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 226 | 0 | 0.63 | 0.09 | 0.02 | 308.85 | 0.93 | 0.67 |
| Hex | F9 | 5D | E2 | 0 | 3F | 9 | 2 | 135 | 5D | 43 |
| Octal | 371 | 135 | 342 | 0 | 77 | 11 | 2 | 465 | 135 | 103 |
| Binary | 11111001 | 1011101 | 11100010 | 0 | 111111 | 1001 | 10 | 100110101 | 1011101 | 1000011 |
Color Harmonies of #F95DE2
Complementary color
Monochromatic Colors of #F95DE2
Black with #F95DE2
Text Example
Text Example
White with #F95DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DE2; }
p { color: rgb(249,93,226); }
H1.HeaderClassName
{
color: #F95DE2;
}
.AnyTagClassName
{
color: #F95DE2;
}
</style>
background-color css
<style>
a { background-color: #F95DE2; }
a { background-color: rgb(249,93,226); }
div.DivClassName
{
background-color: #F95DE2;
}
.BgClassName
{
background-color: #F95DE2;
}
</style>
border-color css
<style>
span { border-color: #F95DE2; }
span { border-color: rgb(249,93,226); }
td.TdClassName
{
border-color: #F95DE2;
}
.TagClassName
{
border-color: #F95DE2;
}
</style>