Html Css Color HEX #F166E8 Free Speech Magenta
📋 copy color: '#F166E8'red 241 ◦ green 102 ◦ blue 232
Shades of Free Speech Magenta #F166E8
Tints of Free Speech Magenta #F166E8
RGB
CMYK
RGB Variations
Color information
#F166E8 (or 0xF166E8) is known color: Free Speech Magenta. HEX triplet: F1, 66 and E8. RGB value is (241,102,232). Sum of RGB (Red+Green+Blue) = 241+102+232=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F166E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166E8 is #0E9917. Grayscale: #9E9E9E. Windows color (decimal): -956696 or 15230705. OLE color: 15230705.
HSL color Cylindrical-coordinate representation of color #F166E8: hue angle of 303.88º 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 #F166E8 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 232 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.05 |
| HSL | 303.88º | 0.83% | 0.67% | - |
| HSV(B) | 303.88º | 0.58% | 0.95% | - |
| XYZ | 55.59 | 34.03 | 79.98 | - |
| YUV | 158.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 232 | 0 | 0.58 | 0.04 | 0.05 | 303.88 | 0.83 | 0.67 |
| Hex | F1 | 66 | E8 | 0 | 3A | 4 | 5 | 130 | 53 | 43 |
| Octal | 361 | 146 | 350 | 0 | 72 | 4 | 5 | 460 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11101000 | 0 | 111010 | 100 | 101 | 100110000 | 1010011 | 1000011 |
Color Harmonies of #F166E8
Complementary color
Monochromatic Colors of #F166E8
Black with #F166E8
Text Example
Text Example
White with #F166E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166E8; }
p { color: rgb(241,102,232); }
H1.HeaderClassName
{
color: #F166E8;
}
.AnyTagClassName
{
color: #F166E8;
}
</style>
background-color css
<style>
a { background-color: #F166E8; }
a { background-color: rgb(241,102,232); }
div.DivClassName
{
background-color: #F166E8;
}
.BgClassName
{
background-color: #F166E8;
}
</style>
border-color css
<style>
span { border-color: #F166E8; }
span { border-color: rgb(241,102,232); }
td.TdClassName
{
border-color: #F166E8;
}
.TagClassName
{
border-color: #F166E8;
}
</style>