Shades of Pale Magenta #F978DD
Tints of Pale Magenta #F978DD
RGB
CMYK
RGB Variations
Color information
#F978DD (or 0xF978DD) is known color: Pale Magenta. HEX triplet: F9, 78 and DD. RGB value is (249,120,221). Sum of RGB (Red+Green+Blue) = 249+120+221=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F978DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978DD is #068722. Grayscale: #A9A9A9. Windows color (decimal): -427811 or 14514425. OLE color: 14514425.
HSL color Cylindrical-coordinate representation of color #F978DD: hue angle of 313.02º 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 #F978DD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 221 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.02 |
| HSL | 313.02º | 0.91% | 0.72% | - |
| HSV(B) | 313.02º | 0.52% | 0.98% | - |
| XYZ | 58.83 | 38.79 | 72.79 | - |
| YUV | 170.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 221 | 0 | 0.52 | 0.11 | 0.02 | 313.02 | 0.91 | 0.72 |
| Hex | F9 | 78 | DD | 0 | 34 | B | 2 | 139 | 5B | 48 |
| Octal | 371 | 170 | 335 | 0 | 64 | 13 | 2 | 471 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11011101 | 0 | 110100 | 1011 | 10 | 100111001 | 1011011 | 1001000 |
Color Harmonies of #F978DD
Complementary color
Monochromatic Colors of #F978DD
Black with #F978DD
Text Example
Text Example
White with #F978DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978DD; }
p { color: rgb(249,120,221); }
H1.HeaderClassName
{
color: #F978DD;
}
.AnyTagClassName
{
color: #F978DD;
}
</style>
background-color css
<style>
a { background-color: #F978DD; }
a { background-color: rgb(249,120,221); }
div.DivClassName
{
background-color: #F978DD;
}
.BgClassName
{
background-color: #F978DD;
}
</style>
border-color css
<style>
span { border-color: #F978DD; }
span { border-color: rgb(249,120,221); }
td.TdClassName
{
border-color: #F978DD;
}
.TagClassName
{
border-color: #F978DD;
}
</style>