Html Css Color HEX #F166D1 Free Speech Magenta
📋 copy color: '#F166D1'red 241 ◦ green 102 ◦ blue 209
Shades of Free Speech Magenta #F166D1
Tints of Free Speech Magenta #F166D1
RGB
CMYK
RGB Variations
Color information
#F166D1 (or 0xF166D1) is known color: Free Speech Magenta. HEX triplet: F1, 66 and D1. RGB value is (241,102,209). Sum of RGB (Red+Green+Blue) = 241+102+209=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F166D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166D1 is #0E992E. Grayscale: #9B9B9B. Windows color (decimal): -956719 or 13723377. OLE color: 13723377.
HSL color Cylindrical-coordinate representation of color #F166D1: hue angle of 313.81º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166D1 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 209 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.05 |
| HSL | 313.81º | 0.83% | 0.67% | - |
| HSV(B) | 313.81º | 0.58% | 0.95% | - |
| XYZ | 52.54 | 32.81 | 63.89 | - |
| YUV | 155.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 209 | 0 | 0.58 | 0.13 | 0.05 | 313.81 | 0.83 | 0.67 |
| Hex | F1 | 66 | D1 | 0 | 3A | D | 5 | 13A | 53 | 43 |
| Octal | 361 | 146 | 321 | 0 | 72 | 15 | 5 | 472 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11010001 | 0 | 111010 | 1101 | 101 | 100111010 | 1010011 | 1000011 |
Color Harmonies of #F166D1
Complementary color
Monochromatic Colors of #F166D1
Black with #F166D1
Text Example
Text Example
White with #F166D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166D1; }
p { color: rgb(241,102,209); }
H1.HeaderClassName
{
color: #F166D1;
}
.AnyTagClassName
{
color: #F166D1;
}
</style>
background-color css
<style>
a { background-color: #F166D1; }
a { background-color: rgb(241,102,209); }
div.DivClassName
{
background-color: #F166D1;
}
.BgClassName
{
background-color: #F166D1;
}
</style>
border-color css
<style>
span { border-color: #F166D1; }
span { border-color: rgb(241,102,209); }
td.TdClassName
{
border-color: #F166D1;
}
.TagClassName
{
border-color: #F166D1;
}
</style>