Shades of Pale Magenta #F66FDC
Tints of Pale Magenta #F66FDC
RGB
CMYK
RGB Variations
Color information
#F66FDC (or 0xF66FDC) is known color: Pale Magenta. HEX triplet: F6, 6F and DC. RGB value is (246,111,220). Sum of RGB (Red+Green+Blue) = 246+111+220=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FDC is #099023. Grayscale: #A3A3A3. Windows color (decimal): -626724 or 14446582. OLE color: 14446582.
HSL color Cylindrical-coordinate representation of color #F66FDC: hue angle of 311.56º 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 #F66FDC is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 220 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.04 |
| HSL | 311.56º | 0.88% | 0.7% | - |
| HSV(B) | 311.56º | 0.55% | 0.96% | - |
| XYZ | 56.61 | 36.13 | 71.7 | - |
| YUV | 163.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 220 | 0 | 0.55 | 0.11 | 0.04 | 311.56 | 0.88 | 0.7 |
| Hex | F6 | 6F | DC | 0 | 37 | B | 4 | 138 | 58 | 46 |
| Octal | 366 | 157 | 334 | 0 | 67 | 13 | 4 | 470 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11011100 | 0 | 110111 | 1011 | 100 | 100111000 | 1011000 | 1000110 |
Color Harmonies of #F66FDC
Complementary color
Monochromatic Colors of #F66FDC
Black with #F66FDC
Text Example
Text Example
White with #F66FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FDC; }
p { color: rgb(246,111,220); }
H1.HeaderClassName
{
color: #F66FDC;
}
.AnyTagClassName
{
color: #F66FDC;
}
</style>
background-color css
<style>
a { background-color: #F66FDC; }
a { background-color: rgb(246,111,220); }
div.DivClassName
{
background-color: #F66FDC;
}
.BgClassName
{
background-color: #F66FDC;
}
</style>
border-color css
<style>
span { border-color: #F66FDC; }
span { border-color: rgb(246,111,220); }
td.TdClassName
{
border-color: #F66FDC;
}
.TagClassName
{
border-color: #F66FDC;
}
</style>