Html Css Color HEX #F66ADB Free Speech Magenta
📋 copy color: '#F66ADB'red 246 ◦ green 106 ◦ blue 219
Shades of Free Speech Magenta #F66ADB
Tints of Free Speech Magenta #F66ADB
RGB
CMYK
RGB Variations
Color information
#F66ADB (or 0xF66ADB) is known color: Free Speech Magenta. HEX triplet: F6, 6A and DB. RGB value is (246,106,219). Sum of RGB (Red+Green+Blue) = 246+106+219=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F66ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66ADB is #099524. Grayscale: #A0A0A0. Windows color (decimal): -628005 or 14379766. OLE color: 14379766.
HSL color Cylindrical-coordinate representation of color #F66ADB: hue angle of 311.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66ADB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 219 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.04 |
| HSL | 311.57º | 0.89% | 0.69% | - |
| HSV(B) | 311.57º | 0.57% | 0.96% | - |
| XYZ | 55.95 | 35.02 | 70.83 | - |
| YUV | 160.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 219 | 0 | 0.57 | 0.11 | 0.04 | 311.57 | 0.89 | 0.69 |
| Hex | F6 | 6A | DB | 0 | 39 | B | 4 | 138 | 59 | 45 |
| Octal | 366 | 152 | 333 | 0 | 71 | 13 | 4 | 470 | 131 | 105 |
| Binary | 11110110 | 1101010 | 11011011 | 0 | 111001 | 1011 | 100 | 100111000 | 1011001 | 1000101 |
Color Harmonies of #F66ADB
Complementary color
Monochromatic Colors of #F66ADB
Black with #F66ADB
Text Example
Text Example
White with #F66ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66ADB; }
p { color: rgb(246,106,219); }
H1.HeaderClassName
{
color: #F66ADB;
}
.AnyTagClassName
{
color: #F66ADB;
}
</style>
background-color css
<style>
a { background-color: #F66ADB; }
a { background-color: rgb(246,106,219); }
div.DivClassName
{
background-color: #F66ADB;
}
.BgClassName
{
background-color: #F66ADB;
}
</style>
border-color css
<style>
span { border-color: #F66ADB; }
span { border-color: rgb(246,106,219); }
td.TdClassName
{
border-color: #F66ADB;
}
.TagClassName
{
border-color: #F66ADB;
}
</style>