Shades of Pale Magenta #F67FE2
Tints of Pale Magenta #F67FE2
RGB
CMYK
RGB Variations
Color information
#F67FE2 (or 0xF67FE2) is known color: Pale Magenta. HEX triplet: F6, 7F and E2. RGB value is (246,127,226). Sum of RGB (Red+Green+Blue) = 246+127+226=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FE2 is #09801D. Grayscale: #ADADAD. Windows color (decimal): -622622 or 14843894. OLE color: 14843894.
HSL color Cylindrical-coordinate representation of color #F67FE2: hue angle of 310.08º 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 #F67FE2 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 226 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.04 |
| HSL | 310.08º | 0.87% | 0.73% | - |
| HSV(B) | 310.08º | 0.48% | 0.96% | - |
| XYZ | 59.32 | 40.26 | 76.6 | - |
| YUV | 173.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 226 | 0 | 0.48 | 0.08 | 0.04 | 310.08 | 0.87 | 0.73 |
| Hex | F6 | 7F | E2 | 0 | 30 | 8 | 4 | 136 | 57 | 49 |
| Octal | 366 | 177 | 342 | 0 | 60 | 10 | 4 | 466 | 127 | 111 |
| Binary | 11110110 | 1111111 | 11100010 | 0 | 110000 | 1000 | 100 | 100110110 | 1010111 | 1001001 |
Color Harmonies of #F67FE2
Complementary color
Monochromatic Colors of #F67FE2
Black with #F67FE2
Text Example
Text Example
White with #F67FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FE2; }
p { color: rgb(246,127,226); }
H1.HeaderClassName
{
color: #F67FE2;
}
.AnyTagClassName
{
color: #F67FE2;
}
</style>
background-color css
<style>
a { background-color: #F67FE2; }
a { background-color: rgb(246,127,226); }
div.DivClassName
{
background-color: #F67FE2;
}
.BgClassName
{
background-color: #F67FE2;
}
</style>
border-color css
<style>
span { border-color: #F67FE2; }
span { border-color: rgb(246,127,226); }
td.TdClassName
{
border-color: #F67FE2;
}
.TagClassName
{
border-color: #F67FE2;
}
</style>