Shades of Pale Magenta #F66CDD
Tints of Pale Magenta #F66CDD
RGB
CMYK
RGB Variations
Color information
#F66CDD (or 0xF66CDD) is known color: Pale Magenta. HEX triplet: F6, 6C and DD. RGB value is (246,108,221). Sum of RGB (Red+Green+Blue) = 246+108+221=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CDD is #099322. Grayscale: #A1A1A1. Windows color (decimal): -627491 or 14511350. OLE color: 14511350.
HSL color Cylindrical-coordinate representation of color #F66CDD: hue angle of 310.87º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66CDD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 221 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.04 |
| HSL | 310.87º | 0.88% | 0.69% | - |
| HSV(B) | 310.87º | 0.56% | 0.96% | - |
| XYZ | 56.42 | 35.54 | 72.29 | - |
| YUV | 162.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 221 | 0 | 0.56 | 0.10 | 0.04 | 310.87 | 0.88 | 0.69 |
| Hex | F6 | 6C | DD | 0 | 38 | A | 4 | 137 | 58 | 45 |
| Octal | 366 | 154 | 335 | 0 | 70 | 12 | 4 | 467 | 130 | 105 |
| Binary | 11110110 | 1101100 | 11011101 | 0 | 111000 | 1010 | 100 | 100110111 | 1011000 | 1000101 |
Color Harmonies of #F66CDD
Complementary color
Monochromatic Colors of #F66CDD
Black with #F66CDD
Text Example
Text Example
White with #F66CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CDD; }
p { color: rgb(246,108,221); }
H1.HeaderClassName
{
color: #F66CDD;
}
.AnyTagClassName
{
color: #F66CDD;
}
</style>
background-color css
<style>
a { background-color: #F66CDD; }
a { background-color: rgb(246,108,221); }
div.DivClassName
{
background-color: #F66CDD;
}
.BgClassName
{
background-color: #F66CDD;
}
</style>
border-color css
<style>
span { border-color: #F66CDD; }
span { border-color: rgb(246,108,221); }
td.TdClassName
{
border-color: #F66CDD;
}
.TagClassName
{
border-color: #F66CDD;
}
</style>