Html Css Color HEX #F06ADB Free Speech Magenta
📋 copy color: '#F06ADB'red 240 ◦ green 106 ◦ blue 219
Shades of Free Speech Magenta #F06ADB
Tints of Free Speech Magenta #F06ADB
RGB
CMYK
RGB Variations
Color information
#F06ADB (or 0xF06ADB) is known color: Free Speech Magenta. HEX triplet: F0, 6A and DB. RGB value is (240,106,219). Sum of RGB (Red+Green+Blue) = 240+106+219=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ADB is #0F9524. Grayscale: #9E9E9E. Windows color (decimal): -1021221 or 14379760. OLE color: 14379760.
HSL color Cylindrical-coordinate representation of color #F06ADB: hue angle of 309.4º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06ADB is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 219 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.06 |
| HSL | 309.4º | 0.82% | 0.68% | - |
| HSV(B) | 309.4º | 0.56% | 0.94% | - |
| XYZ | 53.88 | 33.95 | 70.73 | - |
| YUV | 158.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 219 | 0 | 0.56 | 0.09 | 0.06 | 309.4 | 0.82 | 0.68 |
| Hex | F0 | 6A | DB | 0 | 38 | 9 | 6 | 135 | 52 | 44 |
| Octal | 360 | 152 | 333 | 0 | 70 | 11 | 6 | 465 | 122 | 104 |
| Binary | 11110000 | 1101010 | 11011011 | 0 | 111000 | 1001 | 110 | 100110101 | 1010010 | 1000100 |
Color Harmonies of #F06ADB
Complementary color
Monochromatic Colors of #F06ADB
Black with #F06ADB
Text Example
Text Example
White with #F06ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06ADB; }
p { color: rgb(240,106,219); }
H1.HeaderClassName
{
color: #F06ADB;
}
.AnyTagClassName
{
color: #F06ADB;
}
</style>
background-color css
<style>
a { background-color: #F06ADB; }
a { background-color: rgb(240,106,219); }
div.DivClassName
{
background-color: #F06ADB;
}
.BgClassName
{
background-color: #F06ADB;
}
</style>
border-color css
<style>
span { border-color: #F06ADB; }
span { border-color: rgb(240,106,219); }
td.TdClassName
{
border-color: #F06ADB;
}
.TagClassName
{
border-color: #F06ADB;
}
</style>