Html Css Color HEX #F166E2 Free Speech Magenta
📋 copy color: '#F166E2'red 241 ◦ green 102 ◦ blue 226
Shades of Free Speech Magenta #F166E2
Tints of Free Speech Magenta #F166E2
RGB
CMYK
RGB Variations
Color information
#F166E2 (or 0xF166E2) is known color: Free Speech Magenta. HEX triplet: F1, 66 and E2. RGB value is (241,102,226). Sum of RGB (Red+Green+Blue) = 241+102+226=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F166E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166E2 is #0E991D. Grayscale: #9D9D9D. Windows color (decimal): -956702 or 14837489. OLE color: 14837489.
HSL color Cylindrical-coordinate representation of color #F166E2: hue angle of 306.47º 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 #F166E2 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 226 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.05 |
| HSL | 306.47º | 0.83% | 0.67% | - |
| HSV(B) | 306.47º | 0.58% | 0.95% | - |
| XYZ | 54.75 | 33.69 | 75.57 | - |
| YUV | 157.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 226 | 0 | 0.58 | 0.06 | 0.05 | 306.47 | 0.83 | 0.67 |
| Hex | F1 | 66 | E2 | 0 | 3A | 6 | 5 | 132 | 53 | 43 |
| Octal | 361 | 146 | 342 | 0 | 72 | 6 | 5 | 462 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11100010 | 0 | 111010 | 110 | 101 | 100110010 | 1010011 | 1000011 |
Color Harmonies of #F166E2
Complementary color
Monochromatic Colors of #F166E2
Black with #F166E2
Text Example
Text Example
White with #F166E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166E2; }
p { color: rgb(241,102,226); }
H1.HeaderClassName
{
color: #F166E2;
}
.AnyTagClassName
{
color: #F166E2;
}
</style>
background-color css
<style>
a { background-color: #F166E2; }
a { background-color: rgb(241,102,226); }
div.DivClassName
{
background-color: #F166E2;
}
.BgClassName
{
background-color: #F166E2;
}
</style>
border-color css
<style>
span { border-color: #F166E2; }
span { border-color: rgb(241,102,226); }
td.TdClassName
{
border-color: #F166E2;
}
.TagClassName
{
border-color: #F166E2;
}
</style>