Html Css Color HEX #F166E5 Free Speech Magenta
📋 copy color: '#F166E5'red 241 ◦ green 102 ◦ blue 229
Shades of Free Speech Magenta #F166E5
Tints of Free Speech Magenta #F166E5
RGB
CMYK
RGB Variations
Color information
#F166E5 (or 0xF166E5) is known color: Free Speech Magenta. HEX triplet: F1, 66 and E5. RGB value is (241,102,229). Sum of RGB (Red+Green+Blue) = 241+102+229=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F166E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166E5 is #0E991A. Grayscale: #9D9D9D. Windows color (decimal): -956699 or 15034097. OLE color: 15034097.
HSL color Cylindrical-coordinate representation of color #F166E5: hue angle of 305.18º 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 #F166E5 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 229 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.05 |
| HSL | 305.18º | 0.83% | 0.67% | - |
| HSV(B) | 305.18º | 0.58% | 0.95% | - |
| XYZ | 55.17 | 33.86 | 77.76 | - |
| YUV | 158.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 229 | 0 | 0.58 | 0.05 | 0.05 | 305.18 | 0.83 | 0.67 |
| Hex | F1 | 66 | E5 | 0 | 3A | 5 | 5 | 131 | 53 | 43 |
| Octal | 361 | 146 | 345 | 0 | 72 | 5 | 5 | 461 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11100101 | 0 | 111010 | 101 | 101 | 100110001 | 1010011 | 1000011 |
Color Harmonies of #F166E5
Complementary color
Monochromatic Colors of #F166E5
Black with #F166E5
Text Example
Text Example
White with #F166E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166E5; }
p { color: rgb(241,102,229); }
H1.HeaderClassName
{
color: #F166E5;
}
.AnyTagClassName
{
color: #F166E5;
}
</style>
background-color css
<style>
a { background-color: #F166E5; }
a { background-color: rgb(241,102,229); }
div.DivClassName
{
background-color: #F166E5;
}
.BgClassName
{
background-color: #F166E5;
}
</style>
border-color css
<style>
span { border-color: #F166E5; }
span { border-color: rgb(241,102,229); }
td.TdClassName
{
border-color: #F166E5;
}
.TagClassName
{
border-color: #F166E5;
}
</style>