Shades of Pale Magenta #F78FE6
Tints of Pale Magenta #F78FE6
RGB
CMYK
RGB Variations
Color information
#F78FE6 (or 0xF78FE6) is known color: Pale Magenta. HEX triplet: F7, 8F and E6. RGB value is (247,143,230). Sum of RGB (Red+Green+Blue) = 247+143+230=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78FE6 is #087019. Grayscale: #B7B7B7. Windows color (decimal): -552986 or 15110135. OLE color: 15110135.
HSL color Cylindrical-coordinate representation of color #F78FE6: hue angle of 309.81º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FE6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 230 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.03 |
| HSL | 309.81º | 0.87% | 0.76% | - |
| HSV(B) | 309.81º | 0.42% | 0.97% | - |
| XYZ | 62.46 | 45.13 | 80.28 | - |
| YUV | 184.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 230 | 0 | 0.42 | 0.07 | 0.03 | 309.81 | 0.87 | 0.76 |
| Hex | F7 | 8F | E6 | 0 | 2A | 7 | 3 | 136 | 57 | 4C |
| Octal | 367 | 217 | 346 | 0 | 52 | 7 | 3 | 466 | 127 | 114 |
| Binary | 11110111 | 10001111 | 11100110 | 0 | 101010 | 111 | 11 | 100110110 | 1010111 | 1001100 |
Color Harmonies of #F78FE6
Complementary color
Monochromatic Colors of #F78FE6
Black with #F78FE6
Text Example
Text Example
White with #F78FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FE6; }
p { color: rgb(247,143,230); }
H1.HeaderClassName
{
color: #F78FE6;
}
.AnyTagClassName
{
color: #F78FE6;
}
</style>
background-color css
<style>
a { background-color: #F78FE6; }
a { background-color: rgb(247,143,230); }
div.DivClassName
{
background-color: #F78FE6;
}
.BgClassName
{
background-color: #F78FE6;
}
</style>
border-color css
<style>
span { border-color: #F78FE6; }
span { border-color: rgb(247,143,230); }
td.TdClassName
{
border-color: #F78FE6;
}
.TagClassName
{
border-color: #F78FE6;
}
</style>