Shades of Pale Magenta #F796F0
Tints of Pale Magenta #F796F0
RGB
CMYK
RGB Variations
Color information
#F796F0 (or 0xF796F0) is known color: Pale Magenta. HEX triplet: F7, 96 and F0. RGB value is (247,150,240). Sum of RGB (Red+Green+Blue) = 247+150+240=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F796F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F796F0 is #08690F. Grayscale: #BDBDBD. Windows color (decimal): -551184 or 15767287. OLE color: 15767287.
HSL color Cylindrical-coordinate representation of color #F796F0: hue angle of 304.33º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796F0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 240 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.03 |
| HSL | 304.33º | 0.86% | 0.78% | - |
| HSV(B) | 304.33º | 0.39% | 0.97% | - |
| XYZ | 64.99 | 47.88 | 88.25 | - |
| YUV | 189.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 240 | 0 | 0.39 | 0.03 | 0.03 | 304.33 | 0.86 | 0.78 |
| Hex | F7 | 96 | F0 | 0 | 27 | 3 | 3 | 130 | 56 | 4E |
| Octal | 367 | 226 | 360 | 0 | 47 | 3 | 3 | 460 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11110000 | 0 | 100111 | 11 | 11 | 100110000 | 1010110 | 1001110 |
Color Harmonies of #F796F0
Complementary color
Monochromatic Colors of #F796F0
Black with #F796F0
Text Example
Text Example
White with #F796F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796F0; }
p { color: rgb(247,150,240); }
H1.HeaderClassName
{
color: #F796F0;
}
.AnyTagClassName
{
color: #F796F0;
}
</style>
background-color css
<style>
a { background-color: #F796F0; }
a { background-color: rgb(247,150,240); }
div.DivClassName
{
background-color: #F796F0;
}
.BgClassName
{
background-color: #F796F0;
}
</style>
border-color css
<style>
span { border-color: #F796F0; }
span { border-color: rgb(247,150,240); }
td.TdClassName
{
border-color: #F796F0;
}
.TagClassName
{
border-color: #F796F0;
}
</style>