Html Css Color HEX #F063DB Free Speech Magenta
📋 copy color: '#F063DB'red 240 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #F063DB
Tints of Free Speech Magenta #F063DB
RGB
CMYK
RGB Variations
Color information
#F063DB (or 0xF063DB) is known color: Free Speech Magenta. HEX triplet: F0, 63 and DB. RGB value is (240,99,219). Sum of RGB (Red+Green+Blue) = 240+99+219=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F063DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063DB is #0F9C24. Grayscale: #9A9A9A. Windows color (decimal): -1023013 or 14377968. OLE color: 14377968.
HSL color Cylindrical-coordinate representation of color #F063DB: hue angle of 308.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063DB is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 219 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.06 |
| HSL | 308.94º | 0.82% | 0.66% | - |
| HSV(B) | 308.94º | 0.59% | 0.94% | - |
| XYZ | 53.18 | 32.56 | 70.5 | - |
| YUV | 154.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 219 | 0 | 0.59 | 0.09 | 0.06 | 308.94 | 0.82 | 0.66 |
| Hex | F0 | 63 | DB | 0 | 3B | 9 | 6 | 135 | 52 | 42 |
| Octal | 360 | 143 | 333 | 0 | 73 | 11 | 6 | 465 | 122 | 102 |
| Binary | 11110000 | 1100011 | 11011011 | 0 | 111011 | 1001 | 110 | 100110101 | 1010010 | 1000010 |
Color Harmonies of #F063DB
Complementary color
Monochromatic Colors of #F063DB
Black with #F063DB
Text Example
Text Example
White with #F063DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063DB; }
p { color: rgb(240,99,219); }
H1.HeaderClassName
{
color: #F063DB;
}
.AnyTagClassName
{
color: #F063DB;
}
</style>
background-color css
<style>
a { background-color: #F063DB; }
a { background-color: rgb(240,99,219); }
div.DivClassName
{
background-color: #F063DB;
}
.BgClassName
{
background-color: #F063DB;
}
</style>
border-color css
<style>
span { border-color: #F063DB; }
span { border-color: rgb(240,99,219); }
td.TdClassName
{
border-color: #F063DB;
}
.TagClassName
{
border-color: #F063DB;
}
</style>