Shades of Pale Magenta #F67CEA
Tints of Pale Magenta #F67CEA
RGB
CMYK
RGB Variations
Color information
#F67CEA (or 0xF67CEA) is known color: Pale Magenta. HEX triplet: F6, 7C and EA. RGB value is (246,124,234). Sum of RGB (Red+Green+Blue) = 246+124+234=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 124 (48.83% from 255 or 20.53% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CEA is #098315. Grayscale: #ACACAC. Windows color (decimal): -623382 or 15367414. OLE color: 15367414.
HSL color Cylindrical-coordinate representation of color #F67CEA: hue angle of 305.9º 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 #F67CEA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 234 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.04 |
| HSL | 305.9º | 0.87% | 0.73% | - |
| HSV(B) | 305.9º | 0.5% | 0.96% | - |
| XYZ | 60.06 | 39.95 | 82.39 | - |
| YUV | 173.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 234 | 0 | 0.50 | 0.05 | 0.04 | 305.9 | 0.87 | 0.73 |
| Hex | F6 | 7C | EA | 0 | 32 | 5 | 4 | 132 | 57 | 49 |
| Octal | 366 | 174 | 352 | 0 | 62 | 5 | 4 | 462 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11101010 | 0 | 110010 | 101 | 100 | 100110010 | 1010111 | 1001001 |
Color Harmonies of #F67CEA
Complementary color
Monochromatic Colors of #F67CEA
Black with #F67CEA
Text Example
Text Example
White with #F67CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CEA; }
p { color: rgb(246,124,234); }
H1.HeaderClassName
{
color: #F67CEA;
}
.AnyTagClassName
{
color: #F67CEA;
}
</style>
background-color css
<style>
a { background-color: #F67CEA; }
a { background-color: rgb(246,124,234); }
div.DivClassName
{
background-color: #F67CEA;
}
.BgClassName
{
background-color: #F67CEA;
}
</style>
border-color css
<style>
span { border-color: #F67CEA; }
span { border-color: rgb(246,124,234); }
td.TdClassName
{
border-color: #F67CEA;
}
.TagClassName
{
border-color: #F67CEA;
}
</style>