Shades of Pale Magenta #F670E6
Tints of Pale Magenta #F670E6
RGB
CMYK
RGB Variations
Color information
#F670E6 (or 0xF670E6) is known color: Pale Magenta. HEX triplet: F6, 70 and E6. RGB value is (246,112,230). Sum of RGB (Red+Green+Blue) = 246+112+230=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F670E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670E6 is #098F19. Grayscale: #A5A5A5. Windows color (decimal): -626458 or 15102198. OLE color: 15102198.
HSL color Cylindrical-coordinate representation of color #F670E6: hue angle of 307.16º 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 #F670E6 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 230 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.04 |
| HSL | 307.16º | 0.88% | 0.7% | - |
| HSV(B) | 307.16º | 0.54% | 0.96% | - |
| XYZ | 58.08 | 36.89 | 78.92 | - |
| YUV | 165.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 230 | 0 | 0.54 | 0.07 | 0.04 | 307.16 | 0.88 | 0.7 |
| Hex | F6 | 70 | E6 | 0 | 36 | 7 | 4 | 133 | 58 | 46 |
| Octal | 366 | 160 | 346 | 0 | 66 | 7 | 4 | 463 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11100110 | 0 | 110110 | 111 | 100 | 100110011 | 1011000 | 1000110 |
Color Harmonies of #F670E6
Complementary color
Monochromatic Colors of #F670E6
Black with #F670E6
Text Example
Text Example
White with #F670E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670E6; }
p { color: rgb(246,112,230); }
H1.HeaderClassName
{
color: #F670E6;
}
.AnyTagClassName
{
color: #F670E6;
}
</style>
background-color css
<style>
a { background-color: #F670E6; }
a { background-color: rgb(246,112,230); }
div.DivClassName
{
background-color: #F670E6;
}
.BgClassName
{
background-color: #F670E6;
}
</style>
border-color css
<style>
span { border-color: #F670E6; }
span { border-color: rgb(246,112,230); }
td.TdClassName
{
border-color: #F670E6;
}
.TagClassName
{
border-color: #F670E6;
}
</style>