Html Css Color HEX #F068DB Free Speech Magenta
📋 copy color: '#F068DB'red 240 ◦ green 104 ◦ blue 219
Shades of Free Speech Magenta #F068DB
Tints of Free Speech Magenta #F068DB
RGB
CMYK
RGB Variations
Color information
#F068DB (or 0xF068DB) is known color: Free Speech Magenta. HEX triplet: F0, 68 and DB. RGB value is (240,104,219). Sum of RGB (Red+Green+Blue) = 240+104+219=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F068DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068DB is #0F9724. Grayscale: #9D9D9D. Windows color (decimal): -1021733 or 14379248. OLE color: 14379248.
HSL color Cylindrical-coordinate representation of color #F068DB: hue angle of 309.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068DB is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 219 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.06 |
| HSL | 309.26º | 0.82% | 0.67% | - |
| HSV(B) | 309.26º | 0.57% | 0.94% | - |
| XYZ | 53.67 | 33.54 | 70.66 | - |
| YUV | 157.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 219 | 0 | 0.57 | 0.09 | 0.06 | 309.26 | 0.82 | 0.67 |
| Hex | F0 | 68 | DB | 0 | 39 | 9 | 6 | 135 | 52 | 43 |
| Octal | 360 | 150 | 333 | 0 | 71 | 11 | 6 | 465 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11011011 | 0 | 111001 | 1001 | 110 | 100110101 | 1010010 | 1000011 |
Color Harmonies of #F068DB
Complementary color
Monochromatic Colors of #F068DB
Black with #F068DB
Text Example
Text Example
White with #F068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068DB; }
p { color: rgb(240,104,219); }
H1.HeaderClassName
{
color: #F068DB;
}
.AnyTagClassName
{
color: #F068DB;
}
</style>
background-color css
<style>
a { background-color: #F068DB; }
a { background-color: rgb(240,104,219); }
div.DivClassName
{
background-color: #F068DB;
}
.BgClassName
{
background-color: #F068DB;
}
</style>
border-color css
<style>
span { border-color: #F068DB; }
span { border-color: rgb(240,104,219); }
td.TdClassName
{
border-color: #F068DB;
}
.TagClassName
{
border-color: #F068DB;
}
</style>