Html Css Color HEX #F660DB Free Speech Magenta
📋 copy color: '#F660DB'red 246 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #F660DB
Tints of Free Speech Magenta #F660DB
RGB
CMYK
RGB Variations
Color information
#F660DB (or 0xF660DB) is known color: Free Speech Magenta. HEX triplet: F6, 60 and DB. RGB value is (246,96,219). Sum of RGB (Red+Green+Blue) = 246+96+219=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F660DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F660DB is #099F24. Grayscale: #9A9A9A. Windows color (decimal): -630565 or 14377206. OLE color: 14377206.
HSL color Cylindrical-coordinate representation of color #F660DB: hue angle of 310.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F660DB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 219 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.04 |
| HSL | 310.8º | 0.89% | 0.67% | - |
| HSV(B) | 310.8º | 0.61% | 0.96% | - |
| XYZ | 54.98 | 33.07 | 70.5 | - |
| YUV | 154.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 219 | 0 | 0.61 | 0.11 | 0.04 | 310.8 | 0.89 | 0.67 |
| Hex | F6 | 60 | DB | 0 | 3D | B | 4 | 137 | 59 | 43 |
| Octal | 366 | 140 | 333 | 0 | 75 | 13 | 4 | 467 | 131 | 103 |
| Binary | 11110110 | 1100000 | 11011011 | 0 | 111101 | 1011 | 100 | 100110111 | 1011001 | 1000011 |
Color Harmonies of #F660DB
Complementary color
Monochromatic Colors of #F660DB
Black with #F660DB
Text Example
Text Example
White with #F660DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F660DB; }
p { color: rgb(246,96,219); }
H1.HeaderClassName
{
color: #F660DB;
}
.AnyTagClassName
{
color: #F660DB;
}
</style>
background-color css
<style>
a { background-color: #F660DB; }
a { background-color: rgb(246,96,219); }
div.DivClassName
{
background-color: #F660DB;
}
.BgClassName
{
background-color: #F660DB;
}
</style>
border-color css
<style>
span { border-color: #F660DB; }
span { border-color: rgb(246,96,219); }
td.TdClassName
{
border-color: #F660DB;
}
.TagClassName
{
border-color: #F660DB;
}
</style>