Shades of Pale Magenta #F66CE6
Tints of Pale Magenta #F66CE6
RGB
CMYK
RGB Variations
Color information
#F66CE6 (or 0xF66CE6) is known color: Pale Magenta. HEX triplet: F6, 6C and E6. RGB value is (246,108,230). Sum of RGB (Red+Green+Blue) = 246+108+230=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66CE6 is #099319. Grayscale: #A2A2A2. Windows color (decimal): -627482 or 15101174. OLE color: 15101174.
HSL color Cylindrical-coordinate representation of color #F66CE6: hue angle of 306.96º 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 #F66CE6 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 230 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.04 |
| HSL | 306.96º | 0.88% | 0.69% | - |
| HSV(B) | 306.96º | 0.56% | 0.96% | - |
| XYZ | 57.65 | 36.03 | 78.78 | - |
| YUV | 163.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 230 | 0 | 0.56 | 0.07 | 0.04 | 306.96 | 0.88 | 0.69 |
| Hex | F6 | 6C | E6 | 0 | 38 | 7 | 4 | 133 | 58 | 45 |
| Octal | 366 | 154 | 346 | 0 | 70 | 7 | 4 | 463 | 130 | 105 |
| Binary | 11110110 | 1101100 | 11100110 | 0 | 111000 | 111 | 100 | 100110011 | 1011000 | 1000101 |
Color Harmonies of #F66CE6
Complementary color
Monochromatic Colors of #F66CE6
Black with #F66CE6
Text Example
Text Example
White with #F66CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CE6; }
p { color: rgb(246,108,230); }
H1.HeaderClassName
{
color: #F66CE6;
}
.AnyTagClassName
{
color: #F66CE6;
}
</style>
background-color css
<style>
a { background-color: #F66CE6; }
a { background-color: rgb(246,108,230); }
div.DivClassName
{
background-color: #F66CE6;
}
.BgClassName
{
background-color: #F66CE6;
}
</style>
border-color css
<style>
span { border-color: #F66CE6; }
span { border-color: rgb(246,108,230); }
td.TdClassName
{
border-color: #F66CE6;
}
.TagClassName
{
border-color: #F66CE6;
}
</style>