Html Css Color HEX #F16CDF Free Speech Magenta
📋 copy color: '#F16CDF'red 241 ◦ green 108 ◦ blue 223
Shades of Free Speech Magenta #F16CDF
Tints of Free Speech Magenta #F16CDF
RGB
CMYK
RGB Variations
Color information
#F16CDF (or 0xF16CDF) is known color: Free Speech Magenta. HEX triplet: F1, 6C and DF. RGB value is (241,108,223). Sum of RGB (Red+Green+Blue) = 241+108+223=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CDF is #0E9320. Grayscale: #A0A0A0. Windows color (decimal): -955169 or 14642417. OLE color: 14642417.
HSL color Cylindrical-coordinate representation of color #F16CDF: hue angle of 308.12º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CDF is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 223 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.05 |
| HSL | 308.12º | 0.83% | 0.68% | - |
| HSV(B) | 308.12º | 0.55% | 0.95% | - |
| XYZ | 54.96 | 34.75 | 73.62 | - |
| YUV | 160.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 223 | 0 | 0.55 | 0.07 | 0.05 | 308.12 | 0.83 | 0.68 |
| Hex | F1 | 6C | DF | 0 | 37 | 7 | 5 | 134 | 53 | 44 |
| Octal | 361 | 154 | 337 | 0 | 67 | 7 | 5 | 464 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11011111 | 0 | 110111 | 111 | 101 | 100110100 | 1010011 | 1000100 |
Color Harmonies of #F16CDF
Complementary color
Monochromatic Colors of #F16CDF
Black with #F16CDF
Text Example
Text Example
White with #F16CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CDF; }
p { color: rgb(241,108,223); }
H1.HeaderClassName
{
color: #F16CDF;
}
.AnyTagClassName
{
color: #F16CDF;
}
</style>
background-color css
<style>
a { background-color: #F16CDF; }
a { background-color: rgb(241,108,223); }
div.DivClassName
{
background-color: #F16CDF;
}
.BgClassName
{
background-color: #F16CDF;
}
</style>
border-color css
<style>
span { border-color: #F16CDF; }
span { border-color: rgb(241,108,223); }
td.TdClassName
{
border-color: #F16CDF;
}
.TagClassName
{
border-color: #F16CDF;
}
</style>