Shades of Pale Magenta #F78ADB
Tints of Pale Magenta #F78ADB
RGB
CMYK
RGB Variations
Color information
#F78ADB (or 0xF78ADB) is known color: Pale Magenta. HEX triplet: F7, 8A and DB. RGB value is (247,138,219). Sum of RGB (Red+Green+Blue) = 247+138+219=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ADB is #087524. Grayscale: #B3B3B3. Windows color (decimal): -554277 or 14387959. OLE color: 14387959.
HSL color Cylindrical-coordinate representation of color #F78ADB: hue angle of 315.41º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78ADB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 219 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.03 |
| HSL | 315.41º | 0.87% | 0.75% | - |
| HSV(B) | 315.41º | 0.44% | 0.97% | - |
| XYZ | 60.23 | 43.07 | 72.16 | - |
| YUV | 179.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 219 | 0 | 0.44 | 0.11 | 0.03 | 315.41 | 0.87 | 0.75 |
| Hex | F7 | 8A | DB | 0 | 2C | B | 3 | 13B | 57 | 4B |
| Octal | 367 | 212 | 333 | 0 | 54 | 13 | 3 | 473 | 127 | 113 |
| Binary | 11110111 | 10001010 | 11011011 | 0 | 101100 | 1011 | 11 | 100111011 | 1010111 | 1001011 |
Color Harmonies of #F78ADB
Complementary color
Monochromatic Colors of #F78ADB
Black with #F78ADB
Text Example
Text Example
White with #F78ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78ADB; }
p { color: rgb(247,138,219); }
H1.HeaderClassName
{
color: #F78ADB;
}
.AnyTagClassName
{
color: #F78ADB;
}
</style>
background-color css
<style>
a { background-color: #F78ADB; }
a { background-color: rgb(247,138,219); }
div.DivClassName
{
background-color: #F78ADB;
}
.BgClassName
{
background-color: #F78ADB;
}
</style>
border-color css
<style>
span { border-color: #F78ADB; }
span { border-color: rgb(247,138,219); }
td.TdClassName
{
border-color: #F78ADB;
}
.TagClassName
{
border-color: #F78ADB;
}
</style>