Html Css Color HEX #F164D3 Free Speech Magenta
📋 copy color: '#F164D3'red 241 ◦ green 100 ◦ blue 211
Shades of Free Speech Magenta #F164D3
Tints of Free Speech Magenta #F164D3
RGB
CMYK
RGB Variations
Color information
#F164D3 (or 0xF164D3) is known color: Free Speech Magenta. HEX triplet: F1, 64 and D3. RGB value is (241,100,211). Sum of RGB (Red+Green+Blue) = 241+100+211=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F164D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164D3 is #0E9B2C. Grayscale: #9A9A9A. Windows color (decimal): -957229 or 13853937. OLE color: 13853937.
HSL color Cylindrical-coordinate representation of color #F164D3: hue angle of 312.77º 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 #F164D3 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 211 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.05 |
| HSL | 312.77º | 0.83% | 0.67% | - |
| HSV(B) | 312.77º | 0.59% | 0.95% | - |
| XYZ | 52.59 | 32.52 | 65.13 | - |
| YUV | 154.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 211 | 0 | 0.59 | 0.12 | 0.05 | 312.77 | 0.83 | 0.67 |
| Hex | F1 | 64 | D3 | 0 | 3B | C | 5 | 139 | 53 | 43 |
| Octal | 361 | 144 | 323 | 0 | 73 | 14 | 5 | 471 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11010011 | 0 | 111011 | 1100 | 101 | 100111001 | 1010011 | 1000011 |
Color Harmonies of #F164D3
Complementary color
Monochromatic Colors of #F164D3
Black with #F164D3
Text Example
Text Example
White with #F164D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164D3; }
p { color: rgb(241,100,211); }
H1.HeaderClassName
{
color: #F164D3;
}
.AnyTagClassName
{
color: #F164D3;
}
</style>
background-color css
<style>
a { background-color: #F164D3; }
a { background-color: rgb(241,100,211); }
div.DivClassName
{
background-color: #F164D3;
}
.BgClassName
{
background-color: #F164D3;
}
</style>
border-color css
<style>
span { border-color: #F164D3; }
span { border-color: rgb(241,100,211); }
td.TdClassName
{
border-color: #F164D3;
}
.TagClassName
{
border-color: #F164D3;
}
</style>