Html Css Color HEX #F163DE Free Speech Magenta
📋 copy color: '#F163DE'red 241 ◦ green 99 ◦ blue 222
Shades of Free Speech Magenta #F163DE
Tints of Free Speech Magenta #F163DE
RGB
CMYK
RGB Variations
Color information
#F163DE (or 0xF163DE) is known color: Free Speech Magenta. HEX triplet: F1, 63 and DE. RGB value is (241,99,222). Sum of RGB (Red+Green+Blue) = 241+99+222=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F163DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163DE is #0E9C21. Grayscale: #9B9B9B. Windows color (decimal): -957474 or 14574577. OLE color: 14574577.
HSL color Cylindrical-coordinate representation of color #F163DE: hue angle of 308.03º 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 #F163DE is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 222 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.05 |
| HSL | 308.03º | 0.84% | 0.67% | - |
| HSV(B) | 308.03º | 0.59% | 0.95% | - |
| XYZ | 53.92 | 32.9 | 72.62 | - |
| YUV | 155.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 222 | 0 | 0.59 | 0.08 | 0.05 | 308.03 | 0.84 | 0.67 |
| Hex | F1 | 63 | DE | 0 | 3B | 8 | 5 | 134 | 54 | 43 |
| Octal | 361 | 143 | 336 | 0 | 73 | 10 | 5 | 464 | 124 | 103 |
| Binary | 11110001 | 1100011 | 11011110 | 0 | 111011 | 1000 | 101 | 100110100 | 1010100 | 1000011 |
Color Harmonies of #F163DE
Complementary color
Monochromatic Colors of #F163DE
Black with #F163DE
Text Example
Text Example
White with #F163DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163DE; }
p { color: rgb(241,99,222); }
H1.HeaderClassName
{
color: #F163DE;
}
.AnyTagClassName
{
color: #F163DE;
}
</style>
background-color css
<style>
a { background-color: #F163DE; }
a { background-color: rgb(241,99,222); }
div.DivClassName
{
background-color: #F163DE;
}
.BgClassName
{
background-color: #F163DE;
}
</style>
border-color css
<style>
span { border-color: #F163DE; }
span { border-color: rgb(241,99,222); }
td.TdClassName
{
border-color: #F163DE;
}
.TagClassName
{
border-color: #F163DE;
}
</style>