Html Css Color HEX #F16CDD Free Speech Magenta
📋 copy color: '#F16CDD'red 241 ◦ green 108 ◦ blue 221
Shades of Free Speech Magenta #F16CDD
Tints of Free Speech Magenta #F16CDD
RGB
CMYK
RGB Variations
Color information
#F16CDD (or 0xF16CDD) is known color: Free Speech Magenta. HEX triplet: F1, 6C and DD. RGB value is (241,108,221). Sum of RGB (Red+Green+Blue) = 241+108+221=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CDD is #0E9322. Grayscale: #A0A0A0. Windows color (decimal): -955171 or 14511345. OLE color: 14511345.
HSL color Cylindrical-coordinate representation of color #F16CDD: hue angle of 309.02º 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 #F16CDD is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 221 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.05 |
| HSL | 309.02º | 0.83% | 0.68% | - |
| HSV(B) | 309.02º | 0.55% | 0.95% | - |
| XYZ | 54.69 | 34.65 | 72.21 | - |
| YUV | 160.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 221 | 0 | 0.55 | 0.08 | 0.05 | 309.02 | 0.83 | 0.68 |
| Hex | F1 | 6C | DD | 0 | 37 | 8 | 5 | 135 | 53 | 44 |
| Octal | 361 | 154 | 335 | 0 | 67 | 10 | 5 | 465 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11011101 | 0 | 110111 | 1000 | 101 | 100110101 | 1010011 | 1000100 |
Color Harmonies of #F16CDD
Complementary color
Monochromatic Colors of #F16CDD
Black with #F16CDD
Text Example
Text Example
White with #F16CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CDD; }
p { color: rgb(241,108,221); }
H1.HeaderClassName
{
color: #F16CDD;
}
.AnyTagClassName
{
color: #F16CDD;
}
</style>
background-color css
<style>
a { background-color: #F16CDD; }
a { background-color: rgb(241,108,221); }
div.DivClassName
{
background-color: #F16CDD;
}
.BgClassName
{
background-color: #F16CDD;
}
</style>
border-color css
<style>
span { border-color: #F16CDD; }
span { border-color: rgb(241,108,221); }
td.TdClassName
{
border-color: #F16CDD;
}
.TagClassName
{
border-color: #F16CDD;
}
</style>