Html Css Color HEX #F16CDC Free Speech Magenta
📋 copy color: '#F16CDC'red 241 ◦ green 108 ◦ blue 220
Shades of Free Speech Magenta #F16CDC
Tints of Free Speech Magenta #F16CDC
RGB
CMYK
RGB Variations
Color information
#F16CDC (or 0xF16CDC) is known color: Free Speech Magenta. HEX triplet: F1, 6C and DC. RGB value is (241,108,220). Sum of RGB (Red+Green+Blue) = 241+108+220=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CDC is #0E9323. Grayscale: #A0A0A0. Windows color (decimal): -955172 or 14445809. OLE color: 14445809.
HSL color Cylindrical-coordinate representation of color #F16CDC: hue angle of 309.47º 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 #F16CDC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 220 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.05 |
| HSL | 309.47º | 0.83% | 0.68% | - |
| HSV(B) | 309.47º | 0.55% | 0.95% | - |
| XYZ | 54.56 | 34.59 | 71.51 | - |
| YUV | 160.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 220 | 0 | 0.55 | 0.09 | 0.05 | 309.47 | 0.83 | 0.68 |
| Hex | F1 | 6C | DC | 0 | 37 | 9 | 5 | 135 | 53 | 44 |
| Octal | 361 | 154 | 334 | 0 | 67 | 11 | 5 | 465 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11011100 | 0 | 110111 | 1001 | 101 | 100110101 | 1010011 | 1000100 |
Color Harmonies of #F16CDC
Complementary color
Monochromatic Colors of #F16CDC
Black with #F16CDC
Text Example
Text Example
White with #F16CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CDC; }
p { color: rgb(241,108,220); }
H1.HeaderClassName
{
color: #F16CDC;
}
.AnyTagClassName
{
color: #F16CDC;
}
</style>
background-color css
<style>
a { background-color: #F16CDC; }
a { background-color: rgb(241,108,220); }
div.DivClassName
{
background-color: #F16CDC;
}
.BgClassName
{
background-color: #F16CDC;
}
</style>
border-color css
<style>
span { border-color: #F16CDC; }
span { border-color: rgb(241,108,220); }
td.TdClassName
{
border-color: #F16CDC;
}
.TagClassName
{
border-color: #F16CDC;
}
</style>