Html Css Color HEX #F164E5 Free Speech Magenta
📋 copy color: '#F164E5'red 241 ◦ green 100 ◦ blue 229
Shades of Free Speech Magenta #F164E5
Tints of Free Speech Magenta #F164E5
RGB
CMYK
RGB Variations
Color information
#F164E5 (or 0xF164E5) is known color: Free Speech Magenta. HEX triplet: F1, 64 and E5. RGB value is (241,100,229). Sum of RGB (Red+Green+Blue) = 241+100+229=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F164E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164E5 is #0E9B1A. Grayscale: #9C9C9C. Windows color (decimal): -957211 or 15033585. OLE color: 15033585.
HSL color Cylindrical-coordinate representation of color #F164E5: hue angle of 305.11º 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 #F164E5 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 229 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.05 |
| HSL | 305.11º | 0.83% | 0.67% | - |
| HSV(B) | 305.11º | 0.59% | 0.95% | - |
| XYZ | 54.98 | 33.47 | 77.69 | - |
| YUV | 156.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 229 | 0 | 0.59 | 0.05 | 0.05 | 305.11 | 0.83 | 0.67 |
| Hex | F1 | 64 | E5 | 0 | 3B | 5 | 5 | 131 | 53 | 43 |
| Octal | 361 | 144 | 345 | 0 | 73 | 5 | 5 | 461 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11100101 | 0 | 111011 | 101 | 101 | 100110001 | 1010011 | 1000011 |
Color Harmonies of #F164E5
Complementary color
Monochromatic Colors of #F164E5
Black with #F164E5
Text Example
Text Example
White with #F164E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164E5; }
p { color: rgb(241,100,229); }
H1.HeaderClassName
{
color: #F164E5;
}
.AnyTagClassName
{
color: #F164E5;
}
</style>
background-color css
<style>
a { background-color: #F164E5; }
a { background-color: rgb(241,100,229); }
div.DivClassName
{
background-color: #F164E5;
}
.BgClassName
{
background-color: #F164E5;
}
</style>
border-color css
<style>
span { border-color: #F164E5; }
span { border-color: rgb(241,100,229); }
td.TdClassName
{
border-color: #F164E5;
}
.TagClassName
{
border-color: #F164E5;
}
</style>