Html Css Color HEX #F162D1 Free Speech Magenta
📋 copy color: '#F162D1'red 241 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #F162D1
Tints of Free Speech Magenta #F162D1
RGB
CMYK
RGB Variations
Color information
#F162D1 (or 0xF162D1) is known color: Free Speech Magenta. HEX triplet: F1, 62 and D1. RGB value is (241,98,209). Sum of RGB (Red+Green+Blue) = 241+98+209=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F162D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F162D1 is #0E9D2E. Grayscale: #999999. Windows color (decimal): -957743 or 13722353. OLE color: 13722353.
HSL color Cylindrical-coordinate representation of color #F162D1: hue angle of 313.43º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F162D1 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 209 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.05 |
| HSL | 313.43º | 0.84% | 0.66% | - |
| HSV(B) | 313.43º | 0.59% | 0.95% | - |
| XYZ | 52.15 | 32.04 | 63.76 | - |
| YUV | 153.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 209 | 0 | 0.59 | 0.13 | 0.05 | 313.43 | 0.84 | 0.66 |
| Hex | F1 | 62 | D1 | 0 | 3B | D | 5 | 139 | 54 | 42 |
| Octal | 361 | 142 | 321 | 0 | 73 | 15 | 5 | 471 | 124 | 102 |
| Binary | 11110001 | 1100010 | 11010001 | 0 | 111011 | 1101 | 101 | 100111001 | 1010100 | 1000010 |
Color Harmonies of #F162D1
Complementary color
Monochromatic Colors of #F162D1
Black with #F162D1
Text Example
Text Example
White with #F162D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162D1; }
p { color: rgb(241,98,209); }
H1.HeaderClassName
{
color: #F162D1;
}
.AnyTagClassName
{
color: #F162D1;
}
</style>
background-color css
<style>
a { background-color: #F162D1; }
a { background-color: rgb(241,98,209); }
div.DivClassName
{
background-color: #F162D1;
}
.BgClassName
{
background-color: #F162D1;
}
</style>
border-color css
<style>
span { border-color: #F162D1; }
span { border-color: rgb(241,98,209); }
td.TdClassName
{
border-color: #F162D1;
}
.TagClassName
{
border-color: #F162D1;
}
</style>