Html Css Color HEX #F164D2 Free Speech Magenta
📋 copy color: '#F164D2'red 241 ◦ green 100 ◦ blue 210
Shades of Free Speech Magenta #F164D2
Tints of Free Speech Magenta #F164D2
RGB
CMYK
RGB Variations
Color information
#F164D2 (or 0xF164D2) is known color: Free Speech Magenta. HEX triplet: F1, 64 and D2. RGB value is (241,100,210). Sum of RGB (Red+Green+Blue) = 241+100+210=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F164D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164D2 is #0E9B2D. Grayscale: #9A9A9A. Windows color (decimal): -957230 or 13788401. OLE color: 13788401.
HSL color Cylindrical-coordinate representation of color #F164D2: hue angle of 313.19º 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 #F164D2 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 210 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.05 |
| HSL | 313.19º | 0.83% | 0.67% | - |
| HSV(B) | 313.19º | 0.59% | 0.95% | - |
| XYZ | 52.47 | 32.47 | 64.47 | - |
| YUV | 154.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 210 | 0 | 0.59 | 0.13 | 0.05 | 313.19 | 0.83 | 0.67 |
| Hex | F1 | 64 | D2 | 0 | 3B | D | 5 | 139 | 53 | 43 |
| Octal | 361 | 144 | 322 | 0 | 73 | 15 | 5 | 471 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11010010 | 0 | 111011 | 1101 | 101 | 100111001 | 1010011 | 1000011 |
Color Harmonies of #F164D2
Complementary color
Monochromatic Colors of #F164D2
Black with #F164D2
Text Example
Text Example
White with #F164D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164D2; }
p { color: rgb(241,100,210); }
H1.HeaderClassName
{
color: #F164D2;
}
.AnyTagClassName
{
color: #F164D2;
}
</style>
background-color css
<style>
a { background-color: #F164D2; }
a { background-color: rgb(241,100,210); }
div.DivClassName
{
background-color: #F164D2;
}
.BgClassName
{
background-color: #F164D2;
}
</style>
border-color css
<style>
span { border-color: #F164D2; }
span { border-color: rgb(241,100,210); }
td.TdClassName
{
border-color: #F164D2;
}
.TagClassName
{
border-color: #F164D2;
}
</style>