Shades of Pale Magenta #F66FE0
Tints of Pale Magenta #F66FE0
RGB
CMYK
RGB Variations
Color information
#F66FE0 (or 0xF66FE0) is known color: Pale Magenta. HEX triplet: F6, 6F and E0. RGB value is (246,111,224). Sum of RGB (Red+Green+Blue) = 246+111+224=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FE0 is #09901F. Grayscale: #A3A3A3. Windows color (decimal): -626720 or 14708726. OLE color: 14708726.
HSL color Cylindrical-coordinate representation of color #F66FE0: hue angle of 309.78º 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 #F66FE0 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 224 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.04 |
| HSL | 309.78º | 0.88% | 0.7% | - |
| HSV(B) | 309.78º | 0.55% | 0.96% | - |
| XYZ | 57.15 | 36.34 | 74.52 | - |
| YUV | 164.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 224 | 0 | 0.55 | 0.09 | 0.04 | 309.78 | 0.88 | 0.7 |
| Hex | F6 | 6F | E0 | 0 | 37 | 9 | 4 | 136 | 58 | 46 |
| Octal | 366 | 157 | 340 | 0 | 67 | 11 | 4 | 466 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11100000 | 0 | 110111 | 1001 | 100 | 100110110 | 1011000 | 1000110 |
Color Harmonies of #F66FE0
Complementary color
Monochromatic Colors of #F66FE0
Black with #F66FE0
Text Example
Text Example
White with #F66FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FE0; }
p { color: rgb(246,111,224); }
H1.HeaderClassName
{
color: #F66FE0;
}
.AnyTagClassName
{
color: #F66FE0;
}
</style>
background-color css
<style>
a { background-color: #F66FE0; }
a { background-color: rgb(246,111,224); }
div.DivClassName
{
background-color: #F66FE0;
}
.BgClassName
{
background-color: #F66FE0;
}
</style>
border-color css
<style>
span { border-color: #F66FE0; }
span { border-color: rgb(246,111,224); }
td.TdClassName
{
border-color: #F66FE0;
}
.TagClassName
{
border-color: #F66FE0;
}
</style>