Html Css Color HEX #F66BDB Free Speech Magenta
📋 copy color: '#F66BDB'red 246 ◦ green 107 ◦ blue 219
Shades of Free Speech Magenta #F66BDB
Tints of Free Speech Magenta #F66BDB
RGB
CMYK
RGB Variations
Color information
#F66BDB (or 0xF66BDB) is known color: Free Speech Magenta. HEX triplet: F6, 6B and DB. RGB value is (246,107,219). Sum of RGB (Red+Green+Blue) = 246+107+219=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 107 (42.19% from 255 or 18.71% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BDB is #099424. Grayscale: #A1A1A1. Windows color (decimal): -627749 or 14380022. OLE color: 14380022.
HSL color Cylindrical-coordinate representation of color #F66BDB: hue angle of 311.65º 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 #F66BDB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 219 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.04 |
| HSL | 311.65º | 0.89% | 0.69% | - |
| HSV(B) | 311.65º | 0.57% | 0.96% | - |
| XYZ | 56.05 | 35.22 | 70.86 | - |
| YUV | 161.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 219 | 0 | 0.57 | 0.11 | 0.04 | 311.65 | 0.89 | 0.69 |
| Hex | F6 | 6B | DB | 0 | 39 | B | 4 | 138 | 59 | 45 |
| Octal | 366 | 153 | 333 | 0 | 71 | 13 | 4 | 470 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11011011 | 0 | 111001 | 1011 | 100 | 100111000 | 1011001 | 1000101 |
Color Harmonies of #F66BDB
Complementary color
Monochromatic Colors of #F66BDB
Black with #F66BDB
Text Example
Text Example
White with #F66BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BDB; }
p { color: rgb(246,107,219); }
H1.HeaderClassName
{
color: #F66BDB;
}
.AnyTagClassName
{
color: #F66BDB;
}
</style>
background-color css
<style>
a { background-color: #F66BDB; }
a { background-color: rgb(246,107,219); }
div.DivClassName
{
background-color: #F66BDB;
}
.BgClassName
{
background-color: #F66BDB;
}
</style>
border-color css
<style>
span { border-color: #F66BDB; }
span { border-color: rgb(246,107,219); }
td.TdClassName
{
border-color: #F66BDB;
}
.TagClassName
{
border-color: #F66BDB;
}
</style>