Html Css Color HEX #F16CE0 Free Speech Magenta
📋 copy color: '#F16CE0'red 241 ◦ green 108 ◦ blue 224
Shades of Free Speech Magenta #F16CE0
Tints of Free Speech Magenta #F16CE0
RGB
CMYK
RGB Variations
Color information
#F16CE0 (or 0xF16CE0) is known color: Free Speech Magenta. HEX triplet: F1, 6C and E0. RGB value is (241,108,224). Sum of RGB (Red+Green+Blue) = 241+108+224=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CE0 is #0E931F. Grayscale: #A0A0A0. Windows color (decimal): -955168 or 14707953. OLE color: 14707953.
HSL color Cylindrical-coordinate representation of color #F16CE0: hue angle of 307.67º 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 #F16CE0 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 224 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.05 |
| HSL | 307.67º | 0.83% | 0.68% | - |
| HSV(B) | 307.67º | 0.55% | 0.95% | - |
| XYZ | 55.09 | 34.81 | 74.34 | - |
| YUV | 160.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 224 | 0 | 0.55 | 0.07 | 0.05 | 307.67 | 0.83 | 0.68 |
| Hex | F1 | 6C | E0 | 0 | 37 | 7 | 5 | 134 | 53 | 44 |
| Octal | 361 | 154 | 340 | 0 | 67 | 7 | 5 | 464 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11100000 | 0 | 110111 | 111 | 101 | 100110100 | 1010011 | 1000100 |
Color Harmonies of #F16CE0
Complementary color
Monochromatic Colors of #F16CE0
Black with #F16CE0
Text Example
Text Example
White with #F16CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CE0; }
p { color: rgb(241,108,224); }
H1.HeaderClassName
{
color: #F16CE0;
}
.AnyTagClassName
{
color: #F16CE0;
}
</style>
background-color css
<style>
a { background-color: #F16CE0; }
a { background-color: rgb(241,108,224); }
div.DivClassName
{
background-color: #F16CE0;
}
.BgClassName
{
background-color: #F16CE0;
}
</style>
border-color css
<style>
span { border-color: #F16CE0; }
span { border-color: rgb(241,108,224); }
td.TdClassName
{
border-color: #F16CE0;
}
.TagClassName
{
border-color: #F16CE0;
}
</style>