Html Css Color HEX #F146DB Free Speech Magenta
📋 copy color: '#F146DB'red 241 ◦ green 70 ◦ blue 219
Shades of Free Speech Magenta #F146DB
Tints of Free Speech Magenta #F146DB
RGB
CMYK
RGB Variations
Color information
#F146DB (or 0xF146DB) is known color: Free Speech Magenta. HEX triplet: F1, 46 and DB. RGB value is (241,70,219). Sum of RGB (Red+Green+Blue) = 241+70+219=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F146DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146DB is #0EB924. Grayscale: #898989. Windows color (decimal): -964901 or 14370545. OLE color: 14370545.
HSL color Cylindrical-coordinate representation of color #F146DB: hue angle of 307.72º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F146DB is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 219 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.05 |
| HSL | 307.72º | 0.86% | 0.61% | - |
| HSV(B) | 307.72º | 0.71% | 0.95% | - |
| XYZ | 51.25 | 28.2 | 69.76 | - |
| YUV | 138.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 219 | 0 | 0.71 | 0.09 | 0.05 | 307.72 | 0.86 | 0.61 |
| Hex | F1 | 46 | DB | 0 | 47 | 9 | 5 | 134 | 56 | 3D |
| Octal | 361 | 106 | 333 | 0 | 107 | 11 | 5 | 464 | 126 | 75 |
| Binary | 11110001 | 1000110 | 11011011 | 0 | 1000111 | 1001 | 101 | 100110100 | 1010110 | 111101 |
Color Harmonies of #F146DB
Complementary color
Monochromatic Colors of #F146DB
Black with #F146DB
Text Example
Text Example
White with #F146DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146DB; }
p { color: rgb(241,70,219); }
H1.HeaderClassName
{
color: #F146DB;
}
.AnyTagClassName
{
color: #F146DB;
}
</style>
background-color css
<style>
a { background-color: #F146DB; }
a { background-color: rgb(241,70,219); }
div.DivClassName
{
background-color: #F146DB;
}
.BgClassName
{
background-color: #F146DB;
}
</style>
border-color css
<style>
span { border-color: #F146DB; }
span { border-color: rgb(241,70,219); }
td.TdClassName
{
border-color: #F146DB;
}
.TagClassName
{
border-color: #F146DB;
}
</style>