Shades of Pale Magenta #F66CDF
Tints of Pale Magenta #F66CDF
RGB
CMYK
RGB Variations
Color information
#F66CDF (or 0xF66CDF) is known color: Pale Magenta. HEX triplet: F6, 6C and DF. RGB value is (246,108,223). Sum of RGB (Red+Green+Blue) = 246+108+223=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CDF is #099320. Grayscale: #A2A2A2. Windows color (decimal): -627489 or 14642422. OLE color: 14642422.
HSL color Cylindrical-coordinate representation of color #F66CDF: hue angle of 310º 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 #F66CDF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 223 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.04 |
| HSL | 310º | 0.88% | 0.69% | - |
| HSV(B) | 310º | 0.56% | 0.96% | - |
| XYZ | 56.69 | 35.65 | 73.7 | - |
| YUV | 162.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 223 | 0 | 0.56 | 0.09 | 0.04 | 310 | 0.88 | 0.69 |
| Hex | F6 | 6C | DF | 0 | 38 | 9 | 4 | 136 | 58 | 45 |
| Octal | 366 | 154 | 337 | 0 | 70 | 11 | 4 | 466 | 130 | 105 |
| Binary | 11110110 | 1101100 | 11011111 | 0 | 111000 | 1001 | 100 | 100110110 | 1011000 | 1000101 |
Color Harmonies of #F66CDF
Complementary color
Monochromatic Colors of #F66CDF
Black with #F66CDF
Text Example
Text Example
White with #F66CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CDF; }
p { color: rgb(246,108,223); }
H1.HeaderClassName
{
color: #F66CDF;
}
.AnyTagClassName
{
color: #F66CDF;
}
</style>
background-color css
<style>
a { background-color: #F66CDF; }
a { background-color: rgb(246,108,223); }
div.DivClassName
{
background-color: #F66CDF;
}
.BgClassName
{
background-color: #F66CDF;
}
</style>
border-color css
<style>
span { border-color: #F66CDF; }
span { border-color: rgb(246,108,223); }
td.TdClassName
{
border-color: #F66CDF;
}
.TagClassName
{
border-color: #F66CDF;
}
</style>