Shades of Pale Magenta #F978E9
Tints of Pale Magenta #F978E9
RGB
CMYK
RGB Variations
Color information
#F978E9 (or 0xF978E9) is known color: Pale Magenta. HEX triplet: F9, 78 and E9. RGB value is (249,120,233). Sum of RGB (Red+Green+Blue) = 249+120+233=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F978E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978E9 is #068716. Grayscale: #ABABAB. Windows color (decimal): -427799 or 15300857. OLE color: 15300857.
HSL color Cylindrical-coordinate representation of color #F978E9: hue angle of 307.44º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978E9 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 233 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.02 |
| HSL | 307.44º | 0.91% | 0.72% | - |
| HSV(B) | 307.44º | 0.52% | 0.98% | - |
| XYZ | 60.49 | 39.46 | 81.52 | - |
| YUV | 171.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 233 | 0 | 0.52 | 0.06 | 0.02 | 307.44 | 0.91 | 0.72 |
| Hex | F9 | 78 | E9 | 0 | 34 | 6 | 2 | 133 | 5B | 48 |
| Octal | 371 | 170 | 351 | 0 | 64 | 6 | 2 | 463 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11101001 | 0 | 110100 | 110 | 10 | 100110011 | 1011011 | 1001000 |
Color Harmonies of #F978E9
Complementary color
Monochromatic Colors of #F978E9
Black with #F978E9
Text Example
Text Example
White with #F978E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978E9; }
p { color: rgb(249,120,233); }
H1.HeaderClassName
{
color: #F978E9;
}
.AnyTagClassName
{
color: #F978E9;
}
</style>
background-color css
<style>
a { background-color: #F978E9; }
a { background-color: rgb(249,120,233); }
div.DivClassName
{
background-color: #F978E9;
}
.BgClassName
{
background-color: #F978E9;
}
</style>
border-color css
<style>
span { border-color: #F978E9; }
span { border-color: rgb(249,120,233); }
td.TdClassName
{
border-color: #F978E9;
}
.TagClassName
{
border-color: #F978E9;
}
</style>