Shades of Pale Magenta #F67FE8
Tints of Pale Magenta #F67FE8
RGB
CMYK
RGB Variations
Color information
#F67FE8 (or 0xF67FE8) is known color: Pale Magenta. HEX triplet: F6, 7F and E8. RGB value is (246,127,232). Sum of RGB (Red+Green+Blue) = 246+127+232=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67FE8 is #098017. Grayscale: #AEAEAE. Windows color (decimal): -622616 or 15237110. OLE color: 15237110.
HSL color Cylindrical-coordinate representation of color #F67FE8: hue angle of 307.06º 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 #F67FE8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 232 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.04 |
| HSL | 307.06º | 0.87% | 0.73% | - |
| HSV(B) | 307.06º | 0.48% | 0.96% | - |
| XYZ | 60.16 | 40.6 | 81.01 | - |
| YUV | 174.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 232 | 0 | 0.48 | 0.06 | 0.04 | 307.06 | 0.87 | 0.73 |
| Hex | F6 | 7F | E8 | 0 | 30 | 6 | 4 | 133 | 57 | 49 |
| Octal | 366 | 177 | 350 | 0 | 60 | 6 | 4 | 463 | 127 | 111 |
| Binary | 11110110 | 1111111 | 11101000 | 0 | 110000 | 110 | 100 | 100110011 | 1010111 | 1001001 |
Color Harmonies of #F67FE8
Complementary color
Monochromatic Colors of #F67FE8
Black with #F67FE8
Text Example
Text Example
White with #F67FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FE8; }
p { color: rgb(246,127,232); }
H1.HeaderClassName
{
color: #F67FE8;
}
.AnyTagClassName
{
color: #F67FE8;
}
</style>
background-color css
<style>
a { background-color: #F67FE8; }
a { background-color: rgb(246,127,232); }
div.DivClassName
{
background-color: #F67FE8;
}
.BgClassName
{
background-color: #F67FE8;
}
</style>
border-color css
<style>
span { border-color: #F67FE8; }
span { border-color: rgb(246,127,232); }
td.TdClassName
{
border-color: #F67FE8;
}
.TagClassName
{
border-color: #F67FE8;
}
</style>