Shades of Pale Magenta #F78ADC
Tints of Pale Magenta #F78ADC
RGB
CMYK
RGB Variations
Color information
#F78ADC (or 0xF78ADC) is known color: Pale Magenta. HEX triplet: F7, 8A and DC. RGB value is (247,138,220). Sum of RGB (Red+Green+Blue) = 247+138+220=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ADC is #087523. Grayscale: #B3B3B3. Windows color (decimal): -554276 or 14453495. OLE color: 14453495.
HSL color Cylindrical-coordinate representation of color #F78ADC: hue angle of 314.86º 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 #F78ADC is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 220 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.03 |
| HSL | 314.86º | 0.87% | 0.75% | - |
| HSV(B) | 314.86º | 0.44% | 0.97% | - |
| XYZ | 60.36 | 43.12 | 72.85 | - |
| YUV | 179.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 220 | 0 | 0.44 | 0.11 | 0.03 | 314.86 | 0.87 | 0.75 |
| Hex | F7 | 8A | DC | 0 | 2C | B | 3 | 13B | 57 | 4B |
| Octal | 367 | 212 | 334 | 0 | 54 | 13 | 3 | 473 | 127 | 113 |
| Binary | 11110111 | 10001010 | 11011100 | 0 | 101100 | 1011 | 11 | 100111011 | 1010111 | 1001011 |
Color Harmonies of #F78ADC
Complementary color
Monochromatic Colors of #F78ADC
Black with #F78ADC
Text Example
Text Example
White with #F78ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78ADC; }
p { color: rgb(247,138,220); }
H1.HeaderClassName
{
color: #F78ADC;
}
.AnyTagClassName
{
color: #F78ADC;
}
</style>
background-color css
<style>
a { background-color: #F78ADC; }
a { background-color: rgb(247,138,220); }
div.DivClassName
{
background-color: #F78ADC;
}
.BgClassName
{
background-color: #F78ADC;
}
</style>
border-color css
<style>
span { border-color: #F78ADC; }
span { border-color: rgb(247,138,220); }
td.TdClassName
{
border-color: #F78ADC;
}
.TagClassName
{
border-color: #F78ADC;
}
</style>