Html Css Color HEX #F163DF Free Speech Magenta
📋 copy color: '#F163DF'red 241 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #F163DF
Tints of Free Speech Magenta #F163DF
RGB
CMYK
RGB Variations
Color information
#F163DF (or 0xF163DF) is known color: Free Speech Magenta. HEX triplet: F1, 63 and DF. RGB value is (241,99,223). Sum of RGB (Red+Green+Blue) = 241+99+223=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F163DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163DF is #0E9C20. Grayscale: #9B9B9B. Windows color (decimal): -957473 or 14640113. OLE color: 14640113.
HSL color Cylindrical-coordinate representation of color #F163DF: hue angle of 307.61º 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 #F163DF is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 223 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.05 |
| HSL | 307.61º | 0.84% | 0.67% | - |
| HSV(B) | 307.61º | 0.59% | 0.95% | - |
| XYZ | 54.06 | 32.95 | 73.32 | - |
| YUV | 155.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 223 | 0 | 0.59 | 0.07 | 0.05 | 307.61 | 0.84 | 0.67 |
| Hex | F1 | 63 | DF | 0 | 3B | 7 | 5 | 134 | 54 | 43 |
| Octal | 361 | 143 | 337 | 0 | 73 | 7 | 5 | 464 | 124 | 103 |
| Binary | 11110001 | 1100011 | 11011111 | 0 | 111011 | 111 | 101 | 100110100 | 1010100 | 1000011 |
Color Harmonies of #F163DF
Complementary color
Monochromatic Colors of #F163DF
Black with #F163DF
Text Example
Text Example
White with #F163DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163DF; }
p { color: rgb(241,99,223); }
H1.HeaderClassName
{
color: #F163DF;
}
.AnyTagClassName
{
color: #F163DF;
}
</style>
background-color css
<style>
a { background-color: #F163DF; }
a { background-color: rgb(241,99,223); }
div.DivClassName
{
background-color: #F163DF;
}
.BgClassName
{
background-color: #F163DF;
}
</style>
border-color css
<style>
span { border-color: #F163DF; }
span { border-color: rgb(241,99,223); }
td.TdClassName
{
border-color: #F163DF;
}
.TagClassName
{
border-color: #F163DF;
}
</style>