Html Css Color HEX #F663DB Free Speech Magenta
📋 copy color: '#F663DB'red 246 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #F663DB
Tints of Free Speech Magenta #F663DB
RGB
CMYK
RGB Variations
Color information
#F663DB (or 0xF663DB) is known color: Free Speech Magenta. HEX triplet: F6, 63 and DB. RGB value is (246,99,219). Sum of RGB (Red+Green+Blue) = 246+99+219=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 99 (39.06% from 255 or 17.55% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F663DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F663DB is #099C24. Grayscale: #9C9C9C. Windows color (decimal): -629797 or 14377974. OLE color: 14377974.
HSL color Cylindrical-coordinate representation of color #F663DB: hue angle of 311.02º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F663DB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 219 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.04 |
| HSL | 311.02º | 0.89% | 0.68% | - |
| HSV(B) | 311.02º | 0.6% | 0.96% | - |
| XYZ | 55.25 | 33.63 | 70.6 | - |
| YUV | 156.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 219 | 0 | 0.60 | 0.11 | 0.04 | 311.02 | 0.89 | 0.68 |
| Hex | F6 | 63 | DB | 0 | 3C | B | 4 | 137 | 59 | 44 |
| Octal | 366 | 143 | 333 | 0 | 74 | 13 | 4 | 467 | 131 | 104 |
| Binary | 11110110 | 1100011 | 11011011 | 0 | 111100 | 1011 | 100 | 100110111 | 1011001 | 1000100 |
Color Harmonies of #F663DB
Complementary color
Monochromatic Colors of #F663DB
Black with #F663DB
Text Example
Text Example
White with #F663DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F663DB; }
p { color: rgb(246,99,219); }
H1.HeaderClassName
{
color: #F663DB;
}
.AnyTagClassName
{
color: #F663DB;
}
</style>
background-color css
<style>
a { background-color: #F663DB; }
a { background-color: rgb(246,99,219); }
div.DivClassName
{
background-color: #F663DB;
}
.BgClassName
{
background-color: #F663DB;
}
</style>
border-color css
<style>
span { border-color: #F663DB; }
span { border-color: rgb(246,99,219); }
td.TdClassName
{
border-color: #F663DB;
}
.TagClassName
{
border-color: #F663DB;
}
</style>