Html Css Color HEX #F163D4 Free Speech Magenta
📋 copy color: '#F163D4'red 241 ◦ green 99 ◦ blue 212
Shades of Free Speech Magenta #F163D4
Tints of Free Speech Magenta #F163D4
RGB
CMYK
RGB Variations
Color information
#F163D4 (or 0xF163D4) is known color: Free Speech Magenta. HEX triplet: F1, 63 and D4. RGB value is (241,99,212). Sum of RGB (Red+Green+Blue) = 241+99+212=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F163D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163D4 is #0E9C2B. Grayscale: #9A9A9A. Windows color (decimal): -957484 or 13919217. OLE color: 13919217.
HSL color Cylindrical-coordinate representation of color #F163D4: hue angle of 312.25º degrees, saturation: 0.84, 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 #F163D4 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 212 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.05 |
| HSL | 312.25º | 0.84% | 0.67% | - |
| HSV(B) | 312.25º | 0.59% | 0.95% | - |
| XYZ | 52.62 | 32.38 | 65.76 | - |
| YUV | 154.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 212 | 0 | 0.59 | 0.12 | 0.05 | 312.25 | 0.84 | 0.67 |
| Hex | F1 | 63 | D4 | 0 | 3B | C | 5 | 138 | 54 | 43 |
| Octal | 361 | 143 | 324 | 0 | 73 | 14 | 5 | 470 | 124 | 103 |
| Binary | 11110001 | 1100011 | 11010100 | 0 | 111011 | 1100 | 101 | 100111000 | 1010100 | 1000011 |
Color Harmonies of #F163D4
Complementary color
Monochromatic Colors of #F163D4
Black with #F163D4
Text Example
Text Example
White with #F163D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163D4; }
p { color: rgb(241,99,212); }
H1.HeaderClassName
{
color: #F163D4;
}
.AnyTagClassName
{
color: #F163D4;
}
</style>
background-color css
<style>
a { background-color: #F163D4; }
a { background-color: rgb(241,99,212); }
div.DivClassName
{
background-color: #F163D4;
}
.BgClassName
{
background-color: #F163D4;
}
</style>
border-color css
<style>
span { border-color: #F163D4; }
span { border-color: rgb(241,99,212); }
td.TdClassName
{
border-color: #F163D4;
}
.TagClassName
{
border-color: #F163D4;
}
</style>