Html Css Color HEX #F166E3 Free Speech Magenta
📋 copy color: '#F166E3'red 241 ◦ green 102 ◦ blue 227
Shades of Free Speech Magenta #F166E3
Tints of Free Speech Magenta #F166E3
RGB
CMYK
RGB Variations
Color information
#F166E3 (or 0xF166E3) is known color: Free Speech Magenta. HEX triplet: F1, 66 and E3. RGB value is (241,102,227). Sum of RGB (Red+Green+Blue) = 241+102+227=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F166E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166E3 is #0E991C. Grayscale: #9D9D9D. Windows color (decimal): -956701 or 14903025. OLE color: 14903025.
HSL color Cylindrical-coordinate representation of color #F166E3: hue angle of 306.04º 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 #F166E3 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 227 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.05 |
| HSL | 306.04º | 0.83% | 0.67% | - |
| HSV(B) | 306.04º | 0.58% | 0.95% | - |
| XYZ | 54.89 | 33.75 | 76.29 | - |
| YUV | 157.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 227 | 0 | 0.58 | 0.06 | 0.05 | 306.04 | 0.83 | 0.67 |
| Hex | F1 | 66 | E3 | 0 | 3A | 6 | 5 | 132 | 53 | 43 |
| Octal | 361 | 146 | 343 | 0 | 72 | 6 | 5 | 462 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11100011 | 0 | 111010 | 110 | 101 | 100110010 | 1010011 | 1000011 |
Color Harmonies of #F166E3
Complementary color
Monochromatic Colors of #F166E3
Black with #F166E3
Text Example
Text Example
White with #F166E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166E3; }
p { color: rgb(241,102,227); }
H1.HeaderClassName
{
color: #F166E3;
}
.AnyTagClassName
{
color: #F166E3;
}
</style>
background-color css
<style>
a { background-color: #F166E3; }
a { background-color: rgb(241,102,227); }
div.DivClassName
{
background-color: #F166E3;
}
.BgClassName
{
background-color: #F166E3;
}
</style>
border-color css
<style>
span { border-color: #F166E3; }
span { border-color: rgb(241,102,227); }
td.TdClassName
{
border-color: #F166E3;
}
.TagClassName
{
border-color: #F166E3;
}
</style>