Shades of Pale Magenta #F67CE7
Tints of Pale Magenta #F67CE7
RGB
CMYK
RGB Variations
Color information
#F67CE7 (or 0xF67CE7) is known color: Pale Magenta. HEX triplet: F6, 7C and E7. RGB value is (246,124,231). Sum of RGB (Red+Green+Blue) = 246+124+231=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CE7 is #098318. Grayscale: #ACACAC. Windows color (decimal): -623385 or 15170806. OLE color: 15170806.
HSL color Cylindrical-coordinate representation of color #F67CE7: hue angle of 307.38º 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 #F67CE7 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 231 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.04 |
| HSL | 307.38º | 0.87% | 0.73% | - |
| HSV(B) | 307.38º | 0.5% | 0.96% | - |
| XYZ | 59.64 | 39.78 | 80.14 | - |
| YUV | 172.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 231 | 0 | 0.50 | 0.06 | 0.04 | 307.38 | 0.87 | 0.73 |
| Hex | F6 | 7C | E7 | 0 | 32 | 6 | 4 | 133 | 57 | 49 |
| Octal | 366 | 174 | 347 | 0 | 62 | 6 | 4 | 463 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11100111 | 0 | 110010 | 110 | 100 | 100110011 | 1010111 | 1001001 |
Color Harmonies of #F67CE7
Complementary color
Monochromatic Colors of #F67CE7
Black with #F67CE7
Text Example
Text Example
White with #F67CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CE7; }
p { color: rgb(246,124,231); }
H1.HeaderClassName
{
color: #F67CE7;
}
.AnyTagClassName
{
color: #F67CE7;
}
</style>
background-color css
<style>
a { background-color: #F67CE7; }
a { background-color: rgb(246,124,231); }
div.DivClassName
{
background-color: #F67CE7;
}
.BgClassName
{
background-color: #F67CE7;
}
</style>
border-color css
<style>
span { border-color: #F67CE7; }
span { border-color: rgb(246,124,231); }
td.TdClassName
{
border-color: #F67CE7;
}
.TagClassName
{
border-color: #F67CE7;
}
</style>