Html Css Color HEX #F14BDB Free Speech Magenta
📋 copy color: '#F14BDB'red 241 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #F14BDB
Tints of Free Speech Magenta #F14BDB
RGB
CMYK
RGB Variations
Color information
#F14BDB (or 0xF14BDB) is known color: Free Speech Magenta. HEX triplet: F1, 4B and DB. RGB value is (241,75,219). Sum of RGB (Red+Green+Blue) = 241+75+219=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14BDB is #0EB424. Grayscale: #8C8C8C. Windows color (decimal): -963621 or 14371825. OLE color: 14371825.
HSL color Cylindrical-coordinate representation of color #F14BDB: hue angle of 307.95º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14BDB is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 75 | 219 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.05 |
| HSL | 307.95º | 0.86% | 0.62% | - |
| HSV(B) | 307.95º | 0.69% | 0.95% | - |
| XYZ | 51.58 | 28.85 | 69.87 | - |
| YUV | 141.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 219 | 0 | 0.69 | 0.09 | 0.05 | 307.95 | 0.86 | 0.62 |
| Hex | F1 | 4B | DB | 0 | 45 | 9 | 5 | 134 | 56 | 3E |
| Octal | 361 | 113 | 333 | 0 | 105 | 11 | 5 | 464 | 126 | 76 |
| Binary | 11110001 | 1001011 | 11011011 | 0 | 1000101 | 1001 | 101 | 100110100 | 1010110 | 111110 |
Color Harmonies of #F14BDB
Complementary color
Monochromatic Colors of #F14BDB
Black with #F14BDB
Text Example
Text Example
White with #F14BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14BDB; }
p { color: rgb(241,75,219); }
H1.HeaderClassName
{
color: #F14BDB;
}
.AnyTagClassName
{
color: #F14BDB;
}
</style>
background-color css
<style>
a { background-color: #F14BDB; }
a { background-color: rgb(241,75,219); }
div.DivClassName
{
background-color: #F14BDB;
}
.BgClassName
{
background-color: #F14BDB;
}
</style>
border-color css
<style>
span { border-color: #F14BDB; }
span { border-color: rgb(241,75,219); }
td.TdClassName
{
border-color: #F14BDB;
}
.TagClassName
{
border-color: #F14BDB;
}
</style>