Html Css Color HEX #F16CDA Free Speech Magenta
📋 copy color: '#F16CDA'red 241 ◦ green 108 ◦ blue 218
Shades of Free Speech Magenta #F16CDA
Tints of Free Speech Magenta #F16CDA
RGB
CMYK
RGB Variations
Color information
#F16CDA (or 0xF16CDA) is known color: Free Speech Magenta. HEX triplet: F1, 6C and DA. RGB value is (241,108,218). Sum of RGB (Red+Green+Blue) = 241+108+218=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CDA is #0E9325. Grayscale: #9F9F9F. Windows color (decimal): -955174 or 14314737. OLE color: 14314737.
HSL color Cylindrical-coordinate representation of color #F16CDA: hue angle of 310.38º 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 #F16CDA is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 218 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.05 |
| HSL | 310.38º | 0.83% | 0.68% | - |
| HSV(B) | 310.38º | 0.55% | 0.95% | - |
| XYZ | 54.29 | 34.49 | 70.12 | - |
| YUV | 160.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 218 | 0 | 0.55 | 0.10 | 0.05 | 310.38 | 0.83 | 0.68 |
| Hex | F1 | 6C | DA | 0 | 37 | A | 5 | 136 | 53 | 44 |
| Octal | 361 | 154 | 332 | 0 | 67 | 12 | 5 | 466 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11011010 | 0 | 110111 | 1010 | 101 | 100110110 | 1010011 | 1000100 |
Color Harmonies of #F16CDA
Complementary color
Monochromatic Colors of #F16CDA
Black with #F16CDA
Text Example
Text Example
White with #F16CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CDA; }
p { color: rgb(241,108,218); }
H1.HeaderClassName
{
color: #F16CDA;
}
.AnyTagClassName
{
color: #F16CDA;
}
</style>
background-color css
<style>
a { background-color: #F16CDA; }
a { background-color: rgb(241,108,218); }
div.DivClassName
{
background-color: #F16CDA;
}
.BgClassName
{
background-color: #F16CDA;
}
</style>
border-color css
<style>
span { border-color: #F16CDA; }
span { border-color: rgb(241,108,218); }
td.TdClassName
{
border-color: #F16CDA;
}
.TagClassName
{
border-color: #F16CDA;
}
</style>