Html Css Color HEX #F166D6 Free Speech Magenta
📋 copy color: '#F166D6'red 241 ◦ green 102 ◦ blue 214
Shades of Free Speech Magenta #F166D6
Tints of Free Speech Magenta #F166D6
RGB
CMYK
RGB Variations
Color information
#F166D6 (or 0xF166D6) is known color: Free Speech Magenta. HEX triplet: F1, 66 and D6. RGB value is (241,102,214). Sum of RGB (Red+Green+Blue) = 241+102+214=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F166D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166D6 is #0E9929. Grayscale: #9C9C9C. Windows color (decimal): -956714 or 14051057. OLE color: 14051057.
HSL color Cylindrical-coordinate representation of color #F166D6: hue angle of 311.65º 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 #F166D6 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 214 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.05 |
| HSL | 311.65º | 0.83% | 0.67% | - |
| HSV(B) | 311.65º | 0.58% | 0.95% | - |
| XYZ | 53.16 | 33.06 | 67.2 | - |
| YUV | 156.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 214 | 0 | 0.58 | 0.11 | 0.05 | 311.65 | 0.83 | 0.67 |
| Hex | F1 | 66 | D6 | 0 | 3A | B | 5 | 138 | 53 | 43 |
| Octal | 361 | 146 | 326 | 0 | 72 | 13 | 5 | 470 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11010110 | 0 | 111010 | 1011 | 101 | 100111000 | 1010011 | 1000011 |
Color Harmonies of #F166D6
Complementary color
Monochromatic Colors of #F166D6
Black with #F166D6
Text Example
Text Example
White with #F166D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166D6; }
p { color: rgb(241,102,214); }
H1.HeaderClassName
{
color: #F166D6;
}
.AnyTagClassName
{
color: #F166D6;
}
</style>
background-color css
<style>
a { background-color: #F166D6; }
a { background-color: rgb(241,102,214); }
div.DivClassName
{
background-color: #F166D6;
}
.BgClassName
{
background-color: #F166D6;
}
</style>
border-color css
<style>
span { border-color: #F166D6; }
span { border-color: rgb(241,102,214); }
td.TdClassName
{
border-color: #F166D6;
}
.TagClassName
{
border-color: #F166D6;
}
</style>