Html Css Color HEX #F163E5 Free Speech Magenta
📋 copy color: '#F163E5'red 241 ◦ green 99 ◦ blue 229
Shades of Free Speech Magenta #F163E5
Tints of Free Speech Magenta #F163E5
RGB
CMYK
RGB Variations
Color information
#F163E5 (or 0xF163E5) is known color: Free Speech Magenta. HEX triplet: F1, 63 and E5. RGB value is (241,99,229). Sum of RGB (Red+Green+Blue) = 241+99+229=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F163E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163E5 is #0E9C1A. Grayscale: #9B9B9B. Windows color (decimal): -957467 or 15033329. OLE color: 15033329.
HSL color Cylindrical-coordinate representation of color #F163E5: hue angle of 305.07º 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 #F163E5 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 229 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.05 |
| HSL | 305.07º | 0.84% | 0.67% | - |
| HSV(B) | 305.07º | 0.59% | 0.95% | - |
| XYZ | 54.88 | 33.28 | 77.66 | - |
| YUV | 156.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 229 | 0 | 0.59 | 0.05 | 0.05 | 305.07 | 0.84 | 0.67 |
| Hex | F1 | 63 | E5 | 0 | 3B | 5 | 5 | 131 | 54 | 43 |
| Octal | 361 | 143 | 345 | 0 | 73 | 5 | 5 | 461 | 124 | 103 |
| Binary | 11110001 | 1100011 | 11100101 | 0 | 111011 | 101 | 101 | 100110001 | 1010100 | 1000011 |
Color Harmonies of #F163E5
Complementary color
Monochromatic Colors of #F163E5
Black with #F163E5
Text Example
Text Example
White with #F163E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163E5; }
p { color: rgb(241,99,229); }
H1.HeaderClassName
{
color: #F163E5;
}
.AnyTagClassName
{
color: #F163E5;
}
</style>
background-color css
<style>
a { background-color: #F163E5; }
a { background-color: rgb(241,99,229); }
div.DivClassName
{
background-color: #F163E5;
}
.BgClassName
{
background-color: #F163E5;
}
</style>
border-color css
<style>
span { border-color: #F163E5; }
span { border-color: rgb(241,99,229); }
td.TdClassName
{
border-color: #F163E5;
}
.TagClassName
{
border-color: #F163E5;
}
</style>