Html Css Color HEX #F164DF Free Speech Magenta
📋 copy color: '#F164DF'red 241 ◦ green 100 ◦ blue 223
Shades of Free Speech Magenta #F164DF
Tints of Free Speech Magenta #F164DF
RGB
CMYK
RGB Variations
Color information
#F164DF (or 0xF164DF) is known color: Free Speech Magenta. HEX triplet: F1, 64 and DF. RGB value is (241,100,223). Sum of RGB (Red+Green+Blue) = 241+100+223=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F164DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164DF is #0E9B20. Grayscale: #9B9B9B. Windows color (decimal): -957217 or 14640369. OLE color: 14640369.
HSL color Cylindrical-coordinate representation of color #F164DF: hue angle of 307.66º 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 #F164DF is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 223 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.05 |
| HSL | 307.66º | 0.83% | 0.67% | - |
| HSV(B) | 307.66º | 0.59% | 0.95% | - |
| XYZ | 54.15 | 33.14 | 73.36 | - |
| YUV | 156.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 223 | 0 | 0.59 | 0.07 | 0.05 | 307.66 | 0.83 | 0.67 |
| Hex | F1 | 64 | DF | 0 | 3B | 7 | 5 | 134 | 53 | 43 |
| Octal | 361 | 144 | 337 | 0 | 73 | 7 | 5 | 464 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11011111 | 0 | 111011 | 111 | 101 | 100110100 | 1010011 | 1000011 |
Color Harmonies of #F164DF
Complementary color
Monochromatic Colors of #F164DF
Black with #F164DF
Text Example
Text Example
White with #F164DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164DF; }
p { color: rgb(241,100,223); }
H1.HeaderClassName
{
color: #F164DF;
}
.AnyTagClassName
{
color: #F164DF;
}
</style>
background-color css
<style>
a { background-color: #F164DF; }
a { background-color: rgb(241,100,223); }
div.DivClassName
{
background-color: #F164DF;
}
.BgClassName
{
background-color: #F164DF;
}
</style>
border-color css
<style>
span { border-color: #F164DF; }
span { border-color: rgb(241,100,223); }
td.TdClassName
{
border-color: #F164DF;
}
.TagClassName
{
border-color: #F164DF;
}
</style>