Html Css Color HEX #F665DB Free Speech Magenta
📋 copy color: '#F665DB'red 246 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #F665DB
Tints of Free Speech Magenta #F665DB
RGB
CMYK
RGB Variations
Color information
#F665DB (or 0xF665DB) is known color: Free Speech Magenta. HEX triplet: F6, 65 and DB. RGB value is (246,101,219). Sum of RGB (Red+Green+Blue) = 246+101+219=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F665DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665DB is #099A24. Grayscale: #9D9D9D. Windows color (decimal): -629285 or 14378486. OLE color: 14378486.
HSL color Cylindrical-coordinate representation of color #F665DB: hue angle of 311.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665DB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 219 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.04 |
| HSL | 311.17º | 0.89% | 0.68% | - |
| HSV(B) | 311.17º | 0.59% | 0.96% | - |
| XYZ | 55.45 | 34.01 | 70.66 | - |
| YUV | 157.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 219 | 0 | 0.59 | 0.11 | 0.04 | 311.17 | 0.89 | 0.68 |
| Hex | F6 | 65 | DB | 0 | 3B | B | 4 | 137 | 59 | 44 |
| Octal | 366 | 145 | 333 | 0 | 73 | 13 | 4 | 467 | 131 | 104 |
| Binary | 11110110 | 1100101 | 11011011 | 0 | 111011 | 1011 | 100 | 100110111 | 1011001 | 1000100 |
Color Harmonies of #F665DB
Complementary color
Monochromatic Colors of #F665DB
Black with #F665DB
Text Example
Text Example
White with #F665DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665DB; }
p { color: rgb(246,101,219); }
H1.HeaderClassName
{
color: #F665DB;
}
.AnyTagClassName
{
color: #F665DB;
}
</style>
background-color css
<style>
a { background-color: #F665DB; }
a { background-color: rgb(246,101,219); }
div.DivClassName
{
background-color: #F665DB;
}
.BgClassName
{
background-color: #F665DB;
}
</style>
border-color css
<style>
span { border-color: #F665DB; }
span { border-color: rgb(246,101,219); }
td.TdClassName
{
border-color: #F665DB;
}
.TagClassName
{
border-color: #F665DB;
}
</style>