Html Css Color HEX #F166D3 Free Speech Magenta
📋 copy color: '#F166D3'red 241 ◦ green 102 ◦ blue 211
Shades of Free Speech Magenta #F166D3
Tints of Free Speech Magenta #F166D3
RGB
CMYK
RGB Variations
Color information
#F166D3 (or 0xF166D3) is known color: Free Speech Magenta. HEX triplet: F1, 66 and D3. RGB value is (241,102,211). Sum of RGB (Red+Green+Blue) = 241+102+211=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F166D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166D3 is #0E992C. Grayscale: #9B9B9B. Windows color (decimal): -956717 or 13854449. OLE color: 13854449.
HSL color Cylindrical-coordinate representation of color #F166D3: hue angle of 312.95º 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 #F166D3 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 211 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.05 |
| HSL | 312.95º | 0.83% | 0.67% | - |
| HSV(B) | 312.95º | 0.58% | 0.95% | - |
| XYZ | 52.78 | 32.91 | 65.2 | - |
| YUV | 155.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 211 | 0 | 0.58 | 0.12 | 0.05 | 312.95 | 0.83 | 0.67 |
| Hex | F1 | 66 | D3 | 0 | 3A | C | 5 | 139 | 53 | 43 |
| Octal | 361 | 146 | 323 | 0 | 72 | 14 | 5 | 471 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11010011 | 0 | 111010 | 1100 | 101 | 100111001 | 1010011 | 1000011 |
Color Harmonies of #F166D3
Complementary color
Monochromatic Colors of #F166D3
Black with #F166D3
Text Example
Text Example
White with #F166D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166D3; }
p { color: rgb(241,102,211); }
H1.HeaderClassName
{
color: #F166D3;
}
.AnyTagClassName
{
color: #F166D3;
}
</style>
background-color css
<style>
a { background-color: #F166D3; }
a { background-color: rgb(241,102,211); }
div.DivClassName
{
background-color: #F166D3;
}
.BgClassName
{
background-color: #F166D3;
}
</style>
border-color css
<style>
span { border-color: #F166D3; }
span { border-color: rgb(241,102,211); }
td.TdClassName
{
border-color: #F166D3;
}
.TagClassName
{
border-color: #F166D3;
}
</style>