Html Css Color HEX #F14CDB Free Speech Magenta
📋 copy color: '#F14CDB'red 241 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #F14CDB
Tints of Free Speech Magenta #F14CDB
RGB
CMYK
RGB Variations
Color information
#F14CDB (or 0xF14CDB) is known color: Free Speech Magenta. HEX triplet: F1, 4C and DB. RGB value is (241,76,219). Sum of RGB (Red+Green+Blue) = 241+76+219=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CDB is #0EB324. Grayscale: #8D8D8D. Windows color (decimal): -963365 or 14372081. OLE color: 14372081.
HSL color Cylindrical-coordinate representation of color #F14CDB: hue angle of 308º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14CDB is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 219 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.05 |
| HSL | 308º | 0.85% | 0.62% | - |
| HSV(B) | 308º | 0.68% | 0.95% | - |
| XYZ | 51.65 | 28.98 | 69.89 | - |
| YUV | 141.64 | 171.66 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 219 | 0 | 0.68 | 0.09 | 0.05 | 308 | 0.85 | 0.62 |
| Hex | F1 | 4C | DB | 0 | 44 | 9 | 5 | 134 | 55 | 3E |
| Octal | 361 | 114 | 333 | 0 | 104 | 11 | 5 | 464 | 125 | 76 |
| Binary | 11110001 | 1001100 | 11011011 | 0 | 1000100 | 1001 | 101 | 100110100 | 1010101 | 111110 |
Color Harmonies of #F14CDB
Complementary color
Monochromatic Colors of #F14CDB
Black with #F14CDB
Text Example
Text Example
White with #F14CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CDB; }
p { color: rgb(241,76,219); }
H1.HeaderClassName
{
color: #F14CDB;
}
.AnyTagClassName
{
color: #F14CDB;
}
</style>
background-color css
<style>
a { background-color: #F14CDB; }
a { background-color: rgb(241,76,219); }
div.DivClassName
{
background-color: #F14CDB;
}
.BgClassName
{
background-color: #F14CDB;
}
</style>
border-color css
<style>
span { border-color: #F14CDB; }
span { border-color: rgb(241,76,219); }
td.TdClassName
{
border-color: #F14CDB;
}
.TagClassName
{
border-color: #F14CDB;
}
</style>