Shades of Pale Magenta #F67CE0
Tints of Pale Magenta #F67CE0
RGB
CMYK
RGB Variations
Color information
#F67CE0 (or 0xF67CE0) is known color: Pale Magenta. HEX triplet: F6, 7C and E0. RGB value is (246,124,224). Sum of RGB (Red+Green+Blue) = 246+124+224=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CE0 is #09831F. Grayscale: #ABABAB. Windows color (decimal): -623392 or 14712054. OLE color: 14712054.
HSL color Cylindrical-coordinate representation of color #F67CE0: hue angle of 310.82º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CE0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 224 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.04 |
| HSL | 310.82º | 0.87% | 0.73% | - |
| HSV(B) | 310.82º | 0.5% | 0.96% | - |
| XYZ | 58.67 | 39.39 | 75.03 | - |
| YUV | 171.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 224 | 0 | 0.50 | 0.09 | 0.04 | 310.82 | 0.87 | 0.73 |
| Hex | F6 | 7C | E0 | 0 | 32 | 9 | 4 | 137 | 57 | 49 |
| Octal | 366 | 174 | 340 | 0 | 62 | 11 | 4 | 467 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11100000 | 0 | 110010 | 1001 | 100 | 100110111 | 1010111 | 1001001 |
Color Harmonies of #F67CE0
Complementary color
Monochromatic Colors of #F67CE0
Black with #F67CE0
Text Example
Text Example
White with #F67CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CE0; }
p { color: rgb(246,124,224); }
H1.HeaderClassName
{
color: #F67CE0;
}
.AnyTagClassName
{
color: #F67CE0;
}
</style>
background-color css
<style>
a { background-color: #F67CE0; }
a { background-color: rgb(246,124,224); }
div.DivClassName
{
background-color: #F67CE0;
}
.BgClassName
{
background-color: #F67CE0;
}
</style>
border-color css
<style>
span { border-color: #F67CE0; }
span { border-color: rgb(246,124,224); }
td.TdClassName
{
border-color: #F67CE0;
}
.TagClassName
{
border-color: #F67CE0;
}
</style>