Shades of Pale Magenta #F66FDB
Tints of Pale Magenta #F66FDB
RGB
CMYK
RGB Variations
Color information
#F66FDB (or 0xF66FDB) is known color: Pale Magenta. HEX triplet: F6, 6F and DB. RGB value is (246,111,219). Sum of RGB (Red+Green+Blue) = 246+111+219=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FDB is #099024. Grayscale: #A3A3A3. Windows color (decimal): -626725 or 14381046. OLE color: 14381046.
HSL color Cylindrical-coordinate representation of color #F66FDB: hue angle of 312º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66FDB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 219 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.04 |
| HSL | 312º | 0.88% | 0.7% | - |
| HSV(B) | 312º | 0.55% | 0.96% | - |
| XYZ | 56.48 | 36.08 | 71 | - |
| YUV | 163.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 219 | 0 | 0.55 | 0.11 | 0.04 | 312 | 0.88 | 0.7 |
| Hex | F6 | 6F | DB | 0 | 37 | B | 4 | 138 | 58 | 46 |
| Octal | 366 | 157 | 333 | 0 | 67 | 13 | 4 | 470 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11011011 | 0 | 110111 | 1011 | 100 | 100111000 | 1011000 | 1000110 |
Color Harmonies of #F66FDB
Complementary color
Monochromatic Colors of #F66FDB
Black with #F66FDB
Text Example
Text Example
White with #F66FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FDB; }
p { color: rgb(246,111,219); }
H1.HeaderClassName
{
color: #F66FDB;
}
.AnyTagClassName
{
color: #F66FDB;
}
</style>
background-color css
<style>
a { background-color: #F66FDB; }
a { background-color: rgb(246,111,219); }
div.DivClassName
{
background-color: #F66FDB;
}
.BgClassName
{
background-color: #F66FDB;
}
</style>
border-color css
<style>
span { border-color: #F66FDB; }
span { border-color: rgb(246,111,219); }
td.TdClassName
{
border-color: #F66FDB;
}
.TagClassName
{
border-color: #F66FDB;
}
</style>