Html Css Color HEX #F164D1 Free Speech Magenta
📋 copy color: '#F164D1'red 241 ◦ green 100 ◦ blue 209
Shades of Free Speech Magenta #F164D1
Tints of Free Speech Magenta #F164D1
RGB
CMYK
RGB Variations
Color information
#F164D1 (or 0xF164D1) is known color: Free Speech Magenta. HEX triplet: F1, 64 and D1. RGB value is (241,100,209). Sum of RGB (Red+Green+Blue) = 241+100+209=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F164D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164D1 is #0E9B2E. Grayscale: #9A9A9A. Windows color (decimal): -957231 or 13722865. OLE color: 13722865.
HSL color Cylindrical-coordinate representation of color #F164D1: hue angle of 313.62º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164D1 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 209 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.05 |
| HSL | 313.62º | 0.83% | 0.67% | - |
| HSV(B) | 313.62º | 0.59% | 0.95% | - |
| XYZ | 52.34 | 32.42 | 63.82 | - |
| YUV | 154.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 209 | 0 | 0.59 | 0.13 | 0.05 | 313.62 | 0.83 | 0.67 |
| Hex | F1 | 64 | D1 | 0 | 3B | D | 5 | 13A | 53 | 43 |
| Octal | 361 | 144 | 321 | 0 | 73 | 15 | 5 | 472 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11010001 | 0 | 111011 | 1101 | 101 | 100111010 | 1010011 | 1000011 |
Color Harmonies of #F164D1
Complementary color
Monochromatic Colors of #F164D1
Black with #F164D1
Text Example
Text Example
White with #F164D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164D1; }
p { color: rgb(241,100,209); }
H1.HeaderClassName
{
color: #F164D1;
}
.AnyTagClassName
{
color: #F164D1;
}
</style>
background-color css
<style>
a { background-color: #F164D1; }
a { background-color: rgb(241,100,209); }
div.DivClassName
{
background-color: #F164D1;
}
.BgClassName
{
background-color: #F164D1;
}
</style>
border-color css
<style>
span { border-color: #F164D1; }
span { border-color: rgb(241,100,209); }
td.TdClassName
{
border-color: #F164D1;
}
.TagClassName
{
border-color: #F164D1;
}
</style>