Html Css Color HEX #F166DB Free Speech Magenta
📋 copy color: '#F166DB'red 241 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #F166DB
Tints of Free Speech Magenta #F166DB
RGB
CMYK
RGB Variations
Color information
#F166DB (or 0xF166DB) is known color: Free Speech Magenta. HEX triplet: F1, 66 and DB. RGB value is (241,102,219). Sum of RGB (Red+Green+Blue) = 241+102+219=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F166DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166DB is #0E9924. Grayscale: #9C9C9C. Windows color (decimal): -956709 or 14378737. OLE color: 14378737.
HSL color Cylindrical-coordinate representation of color #F166DB: hue angle of 309.5º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166DB is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 219 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.05 |
| HSL | 309.5º | 0.83% | 0.67% | - |
| HSV(B) | 309.5º | 0.58% | 0.95% | - |
| XYZ | 53.81 | 33.32 | 70.61 | - |
| YUV | 156.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 219 | 0 | 0.58 | 0.09 | 0.05 | 309.5 | 0.83 | 0.67 |
| Hex | F1 | 66 | DB | 0 | 3A | 9 | 5 | 135 | 53 | 43 |
| Octal | 361 | 146 | 333 | 0 | 72 | 11 | 5 | 465 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11011011 | 0 | 111010 | 1001 | 101 | 100110101 | 1010011 | 1000011 |
Color Harmonies of #F166DB
Complementary color
Monochromatic Colors of #F166DB
Black with #F166DB
Text Example
Text Example
White with #F166DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166DB; }
p { color: rgb(241,102,219); }
H1.HeaderClassName
{
color: #F166DB;
}
.AnyTagClassName
{
color: #F166DB;
}
</style>
background-color css
<style>
a { background-color: #F166DB; }
a { background-color: rgb(241,102,219); }
div.DivClassName
{
background-color: #F166DB;
}
.BgClassName
{
background-color: #F166DB;
}
</style>
border-color css
<style>
span { border-color: #F166DB; }
span { border-color: rgb(241,102,219); }
td.TdClassName
{
border-color: #F166DB;
}
.TagClassName
{
border-color: #F166DB;
}
</style>