Html Css Color HEX #F166DF Free Speech Magenta
📋 copy color: '#F166DF'red 241 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #F166DF
Tints of Free Speech Magenta #F166DF
RGB
CMYK
RGB Variations
Color information
#F166DF (or 0xF166DF) is known color: Free Speech Magenta. HEX triplet: F1, 66 and DF. RGB value is (241,102,223). Sum of RGB (Red+Green+Blue) = 241+102+223=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F166DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166DF is #0E9920. Grayscale: #9D9D9D. Windows color (decimal): -956705 or 14640881. OLE color: 14640881.
HSL color Cylindrical-coordinate representation of color #F166DF: hue angle of 307.77º 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 #F166DF is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 223 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.05 |
| HSL | 307.77º | 0.83% | 0.67% | - |
| HSV(B) | 307.77º | 0.58% | 0.95% | - |
| XYZ | 54.35 | 33.53 | 73.42 | - |
| YUV | 157.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 223 | 0 | 0.58 | 0.07 | 0.05 | 307.77 | 0.83 | 0.67 |
| Hex | F1 | 66 | DF | 0 | 3A | 7 | 5 | 134 | 53 | 43 |
| Octal | 361 | 146 | 337 | 0 | 72 | 7 | 5 | 464 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11011111 | 0 | 111010 | 111 | 101 | 100110100 | 1010011 | 1000011 |
Color Harmonies of #F166DF
Complementary color
Monochromatic Colors of #F166DF
Black with #F166DF
Text Example
Text Example
White with #F166DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166DF; }
p { color: rgb(241,102,223); }
H1.HeaderClassName
{
color: #F166DF;
}
.AnyTagClassName
{
color: #F166DF;
}
</style>
background-color css
<style>
a { background-color: #F166DF; }
a { background-color: rgb(241,102,223); }
div.DivClassName
{
background-color: #F166DF;
}
.BgClassName
{
background-color: #F166DF;
}
</style>
border-color css
<style>
span { border-color: #F166DF; }
span { border-color: rgb(241,102,223); }
td.TdClassName
{
border-color: #F166DF;
}
.TagClassName
{
border-color: #F166DF;
}
</style>