Shades of Pale Magenta #F78ADE
Tints of Pale Magenta #F78ADE
RGB
CMYK
RGB Variations
Color information
#F78ADE (or 0xF78ADE) is known color: Pale Magenta. HEX triplet: F7, 8A and DE. RGB value is (247,138,222). Sum of RGB (Red+Green+Blue) = 247+138+222=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ADE is #087521. Grayscale: #B3B3B3. Windows color (decimal): -554274 or 14584567. OLE color: 14584567.
HSL color Cylindrical-coordinate representation of color #F78ADE: hue angle of 313.76º 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 #F78ADE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 222 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.03 |
| HSL | 313.76º | 0.87% | 0.75% | - |
| HSV(B) | 313.76º | 0.44% | 0.97% | - |
| XYZ | 60.63 | 43.23 | 74.25 | - |
| YUV | 180.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 222 | 0 | 0.44 | 0.10 | 0.03 | 313.76 | 0.87 | 0.75 |
| Hex | F7 | 8A | DE | 0 | 2C | A | 3 | 13A | 57 | 4B |
| Octal | 367 | 212 | 336 | 0 | 54 | 12 | 3 | 472 | 127 | 113 |
| Binary | 11110111 | 10001010 | 11011110 | 0 | 101100 | 1010 | 11 | 100111010 | 1010111 | 1001011 |
Color Harmonies of #F78ADE
Complementary color
Monochromatic Colors of #F78ADE
Black with #F78ADE
Text Example
Text Example
White with #F78ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78ADE; }
p { color: rgb(247,138,222); }
H1.HeaderClassName
{
color: #F78ADE;
}
.AnyTagClassName
{
color: #F78ADE;
}
</style>
background-color css
<style>
a { background-color: #F78ADE; }
a { background-color: rgb(247,138,222); }
div.DivClassName
{
background-color: #F78ADE;
}
.BgClassName
{
background-color: #F78ADE;
}
</style>
border-color css
<style>
span { border-color: #F78ADE; }
span { border-color: rgb(247,138,222); }
td.TdClassName
{
border-color: #F78ADE;
}
.TagClassName
{
border-color: #F78ADE;
}
</style>