Html Css Color HEX #F164D4 Free Speech Magenta
📋 copy color: '#F164D4'red 241 ◦ green 100 ◦ blue 212
Shades of Free Speech Magenta #F164D4
Tints of Free Speech Magenta #F164D4
RGB
CMYK
RGB Variations
Color information
#F164D4 (or 0xF164D4) is known color: Free Speech Magenta. HEX triplet: F1, 64 and D4. RGB value is (241,100,212). Sum of RGB (Red+Green+Blue) = 241+100+212=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F164D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164D4 is #0E9B2B. Grayscale: #9A9A9A. Windows color (decimal): -957228 or 13919473. OLE color: 13919473.
HSL color Cylindrical-coordinate representation of color #F164D4: hue angle of 312.34º 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 #F164D4 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 212 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.05 |
| HSL | 312.34º | 0.83% | 0.67% | - |
| HSV(B) | 312.34º | 0.59% | 0.95% | - |
| XYZ | 52.72 | 32.57 | 65.8 | - |
| YUV | 154.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 212 | 0 | 0.59 | 0.12 | 0.05 | 312.34 | 0.83 | 0.67 |
| Hex | F1 | 64 | D4 | 0 | 3B | C | 5 | 138 | 53 | 43 |
| Octal | 361 | 144 | 324 | 0 | 73 | 14 | 5 | 470 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11010100 | 0 | 111011 | 1100 | 101 | 100111000 | 1010011 | 1000011 |
Color Harmonies of #F164D4
Complementary color
Monochromatic Colors of #F164D4
Black with #F164D4
Text Example
Text Example
White with #F164D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164D4; }
p { color: rgb(241,100,212); }
H1.HeaderClassName
{
color: #F164D4;
}
.AnyTagClassName
{
color: #F164D4;
}
</style>
background-color css
<style>
a { background-color: #F164D4; }
a { background-color: rgb(241,100,212); }
div.DivClassName
{
background-color: #F164D4;
}
.BgClassName
{
background-color: #F164D4;
}
</style>
border-color css
<style>
span { border-color: #F164D4; }
span { border-color: rgb(241,100,212); }
td.TdClassName
{
border-color: #F164D4;
}
.TagClassName
{
border-color: #F164D4;
}
</style>