Shades of Pale Magenta #F670E8
Tints of Pale Magenta #F670E8
RGB
CMYK
RGB Variations
Color information
#F670E8 (or 0xF670E8) is known color: Pale Magenta. HEX triplet: F6, 70 and E8. RGB value is (246,112,232). Sum of RGB (Red+Green+Blue) = 246+112+232=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F670E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670E8 is #098F17. Grayscale: #A5A5A5. Windows color (decimal): -626456 or 15233270. OLE color: 15233270.
HSL color Cylindrical-coordinate representation of color #F670E8: hue angle of 306.27º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670E8 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 232 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.04 |
| HSL | 306.27º | 0.88% | 0.7% | - |
| HSV(B) | 306.27º | 0.54% | 0.96% | - |
| XYZ | 58.37 | 37.01 | 80.41 | - |
| YUV | 165.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 232 | 0 | 0.54 | 0.06 | 0.04 | 306.27 | 0.88 | 0.7 |
| Hex | F6 | 70 | E8 | 0 | 36 | 6 | 4 | 132 | 58 | 46 |
| Octal | 366 | 160 | 350 | 0 | 66 | 6 | 4 | 462 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11101000 | 0 | 110110 | 110 | 100 | 100110010 | 1011000 | 1000110 |
Color Harmonies of #F670E8
Complementary color
Monochromatic Colors of #F670E8
Black with #F670E8
Text Example
Text Example
White with #F670E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670E8; }
p { color: rgb(246,112,232); }
H1.HeaderClassName
{
color: #F670E8;
}
.AnyTagClassName
{
color: #F670E8;
}
</style>
background-color css
<style>
a { background-color: #F670E8; }
a { background-color: rgb(246,112,232); }
div.DivClassName
{
background-color: #F670E8;
}
.BgClassName
{
background-color: #F670E8;
}
</style>
border-color css
<style>
span { border-color: #F670E8; }
span { border-color: rgb(246,112,232); }
td.TdClassName
{
border-color: #F670E8;
}
.TagClassName
{
border-color: #F670E8;
}
</style>