Shades of Pale Magenta #F978DE
Tints of Pale Magenta #F978DE
RGB
CMYK
RGB Variations
Color information
#F978DE (or 0xF978DE) is known color: Pale Magenta. HEX triplet: F9, 78 and DE. RGB value is (249,120,222). Sum of RGB (Red+Green+Blue) = 249+120+222=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F978DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978DE is #068721. Grayscale: #A9A9A9. Windows color (decimal): -427810 or 14579961. OLE color: 14579961.
HSL color Cylindrical-coordinate representation of color #F978DE: hue angle of 312.56º 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 #F978DE is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 222 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.02 |
| HSL | 312.56º | 0.91% | 0.72% | - |
| HSV(B) | 312.56º | 0.52% | 0.98% | - |
| XYZ | 58.97 | 38.85 | 73.5 | - |
| YUV | 170.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 222 | 0 | 0.52 | 0.11 | 0.02 | 312.56 | 0.91 | 0.72 |
| Hex | F9 | 78 | DE | 0 | 34 | B | 2 | 139 | 5B | 48 |
| Octal | 371 | 170 | 336 | 0 | 64 | 13 | 2 | 471 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11011110 | 0 | 110100 | 1011 | 10 | 100111001 | 1011011 | 1001000 |
Color Harmonies of #F978DE
Complementary color
Monochromatic Colors of #F978DE
Black with #F978DE
Text Example
Text Example
White with #F978DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978DE; }
p { color: rgb(249,120,222); }
H1.HeaderClassName
{
color: #F978DE;
}
.AnyTagClassName
{
color: #F978DE;
}
</style>
background-color css
<style>
a { background-color: #F978DE; }
a { background-color: rgb(249,120,222); }
div.DivClassName
{
background-color: #F978DE;
}
.BgClassName
{
background-color: #F978DE;
}
</style>
border-color css
<style>
span { border-color: #F978DE; }
span { border-color: rgb(249,120,222); }
td.TdClassName
{
border-color: #F978DE;
}
.TagClassName
{
border-color: #F978DE;
}
</style>