Html Css Color HEX #F650DB Free Speech Magenta
📋 copy color: '#F650DB'red 246 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #F650DB
Tints of Free Speech Magenta #F650DB
RGB
CMYK
RGB Variations
Color information
#F650DB (or 0xF650DB) is known color: Free Speech Magenta. HEX triplet: F6, 50 and DB. RGB value is (246,80,219). Sum of RGB (Red+Green+Blue) = 246+80+219=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F650DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F650DB is #09AF24. Grayscale: #919191. Windows color (decimal): -634661 or 14373110. OLE color: 14373110.
HSL color Cylindrical-coordinate representation of color #F650DB: hue angle of 309.76º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F650DB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 219 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.04 |
| HSL | 309.76º | 0.9% | 0.64% | - |
| HSV(B) | 309.76º | 0.67% | 0.96% | - |
| XYZ | 53.66 | 30.44 | 70.07 | - |
| YUV | 145.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 219 | 0 | 0.67 | 0.11 | 0.04 | 309.76 | 0.9 | 0.64 |
| Hex | F6 | 50 | DB | 0 | 43 | B | 4 | 136 | 5A | 40 |
| Octal | 366 | 120 | 333 | 0 | 103 | 13 | 4 | 466 | 132 | 100 |
| Binary | 11110110 | 1010000 | 11011011 | 0 | 1000011 | 1011 | 100 | 100110110 | 1011010 | 1000000 |
Color Harmonies of #F650DB
Complementary color
Monochromatic Colors of #F650DB
Black with #F650DB
Text Example
Text Example
White with #F650DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F650DB; }
p { color: rgb(246,80,219); }
H1.HeaderClassName
{
color: #F650DB;
}
.AnyTagClassName
{
color: #F650DB;
}
</style>
background-color css
<style>
a { background-color: #F650DB; }
a { background-color: rgb(246,80,219); }
div.DivClassName
{
background-color: #F650DB;
}
.BgClassName
{
background-color: #F650DB;
}
</style>
border-color css
<style>
span { border-color: #F650DB; }
span { border-color: rgb(246,80,219); }
td.TdClassName
{
border-color: #F650DB;
}
.TagClassName
{
border-color: #F650DB;
}
</style>