Shades of Pale Magenta #F67FE1
Tints of Pale Magenta #F67FE1
RGB
CMYK
RGB Variations
Color information
#F67FE1 (or 0xF67FE1) is known color: Pale Magenta. HEX triplet: F6, 7F and E1. RGB value is (246,127,225). Sum of RGB (Red+Green+Blue) = 246+127+225=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FE1 is #09801E. Grayscale: #ADADAD. Windows color (decimal): -622623 or 14778358. OLE color: 14778358.
HSL color Cylindrical-coordinate representation of color #F67FE1: hue angle of 310.59º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67FE1 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 225 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.04 |
| HSL | 310.59º | 0.87% | 0.73% | - |
| HSV(B) | 310.59º | 0.48% | 0.96% | - |
| XYZ | 59.19 | 40.21 | 75.88 | - |
| YUV | 173.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 225 | 0 | 0.48 | 0.09 | 0.04 | 310.59 | 0.87 | 0.73 |
| Hex | F6 | 7F | E1 | 0 | 30 | 9 | 4 | 137 | 57 | 49 |
| Octal | 366 | 177 | 341 | 0 | 60 | 11 | 4 | 467 | 127 | 111 |
| Binary | 11110110 | 1111111 | 11100001 | 0 | 110000 | 1001 | 100 | 100110111 | 1010111 | 1001001 |
Color Harmonies of #F67FE1
Complementary color
Monochromatic Colors of #F67FE1
Black with #F67FE1
Text Example
Text Example
White with #F67FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FE1; }
p { color: rgb(246,127,225); }
H1.HeaderClassName
{
color: #F67FE1;
}
.AnyTagClassName
{
color: #F67FE1;
}
</style>
background-color css
<style>
a { background-color: #F67FE1; }
a { background-color: rgb(246,127,225); }
div.DivClassName
{
background-color: #F67FE1;
}
.BgClassName
{
background-color: #F67FE1;
}
</style>
border-color css
<style>
span { border-color: #F67FE1; }
span { border-color: rgb(246,127,225); }
td.TdClassName
{
border-color: #F67FE1;
}
.TagClassName
{
border-color: #F67FE1;
}
</style>