Html Css Color HEX #F160D1 Free Speech Magenta
📋 copy color: '#F160D1'red 241 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #F160D1
Tints of Free Speech Magenta #F160D1
RGB
CMYK
RGB Variations
Color information
#F160D1 (or 0xF160D1) is known color: Free Speech Magenta. HEX triplet: F1, 60 and D1. RGB value is (241,96,209). Sum of RGB (Red+Green+Blue) = 241+96+209=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F160D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160D1 is #0E9F2E. Grayscale: #979797. Windows color (decimal): -958255 or 13721841. OLE color: 13721841.
HSL color Cylindrical-coordinate representation of color #F160D1: hue angle of 313.24º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160D1 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 209 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.05 |
| HSL | 313.24º | 0.84% | 0.66% | - |
| HSV(B) | 313.24º | 0.6% | 0.95% | - |
| XYZ | 51.97 | 31.67 | 63.7 | - |
| YUV | 152.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 209 | 0 | 0.60 | 0.13 | 0.05 | 313.24 | 0.84 | 0.66 |
| Hex | F1 | 60 | D1 | 0 | 3C | D | 5 | 139 | 54 | 42 |
| Octal | 361 | 140 | 321 | 0 | 74 | 15 | 5 | 471 | 124 | 102 |
| Binary | 11110001 | 1100000 | 11010001 | 0 | 111100 | 1101 | 101 | 100111001 | 1010100 | 1000010 |
Color Harmonies of #F160D1
Complementary color
Monochromatic Colors of #F160D1
Black with #F160D1
Text Example
Text Example
White with #F160D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160D1; }
p { color: rgb(241,96,209); }
H1.HeaderClassName
{
color: #F160D1;
}
.AnyTagClassName
{
color: #F160D1;
}
</style>
background-color css
<style>
a { background-color: #F160D1; }
a { background-color: rgb(241,96,209); }
div.DivClassName
{
background-color: #F160D1;
}
.BgClassName
{
background-color: #F160D1;
}
</style>
border-color css
<style>
span { border-color: #F160D1; }
span { border-color: rgb(241,96,209); }
td.TdClassName
{
border-color: #F160D1;
}
.TagClassName
{
border-color: #F160D1;
}
</style>