Html Css Color HEX #F162D4 Free Speech Magenta
📋 copy color: '#F162D4'red 241 ◦ green 98 ◦ blue 212
Shades of Free Speech Magenta #F162D4
Tints of Free Speech Magenta #F162D4
RGB
CMYK
RGB Variations
Color information
#F162D4 (or 0xF162D4) is known color: Free Speech Magenta. HEX triplet: F1, 62 and D4. RGB value is (241,98,212). Sum of RGB (Red+Green+Blue) = 241+98+212=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F162D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F162D4 is #0E9D2B. Grayscale: #999999. Windows color (decimal): -957740 or 13918961. OLE color: 13918961.
HSL color Cylindrical-coordinate representation of color #F162D4: hue angle of 312.17º 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 #F162D4 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 212 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.05 |
| HSL | 312.17º | 0.84% | 0.66% | - |
| HSV(B) | 312.17º | 0.59% | 0.95% | - |
| XYZ | 52.53 | 32.19 | 65.73 | - |
| YUV | 153.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 212 | 0 | 0.59 | 0.12 | 0.05 | 312.17 | 0.84 | 0.66 |
| Hex | F1 | 62 | D4 | 0 | 3B | C | 5 | 138 | 54 | 42 |
| Octal | 361 | 142 | 324 | 0 | 73 | 14 | 5 | 470 | 124 | 102 |
| Binary | 11110001 | 1100010 | 11010100 | 0 | 111011 | 1100 | 101 | 100111000 | 1010100 | 1000010 |
Color Harmonies of #F162D4
Complementary color
Monochromatic Colors of #F162D4
Black with #F162D4
Text Example
Text Example
White with #F162D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162D4; }
p { color: rgb(241,98,212); }
H1.HeaderClassName
{
color: #F162D4;
}
.AnyTagClassName
{
color: #F162D4;
}
</style>
background-color css
<style>
a { background-color: #F162D4; }
a { background-color: rgb(241,98,212); }
div.DivClassName
{
background-color: #F162D4;
}
.BgClassName
{
background-color: #F162D4;
}
</style>
border-color css
<style>
span { border-color: #F162D4; }
span { border-color: rgb(241,98,212); }
td.TdClassName
{
border-color: #F162D4;
}
.TagClassName
{
border-color: #F162D4;
}
</style>