Shades of Pale Magenta #F978D7
Tints of Pale Magenta #F978D7
RGB
CMYK
RGB Variations
Color information
#F978D7 (or 0xF978D7) is known color: Pale Magenta. HEX triplet: F9, 78 and D7. RGB value is (249,120,215). Sum of RGB (Red+Green+Blue) = 249+120+215=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F978D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978D7 is #068728. Grayscale: #A9A9A9. Windows color (decimal): -427817 or 14121209. OLE color: 14121209.
HSL color Cylindrical-coordinate representation of color #F978D7: hue angle of 315.81º 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 #F978D7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 215 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.02 |
| HSL | 315.81º | 0.91% | 0.72% | - |
| HSV(B) | 315.81º | 0.52% | 0.98% | - |
| XYZ | 58.05 | 38.48 | 68.66 | - |
| YUV | 169.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 215 | 0 | 0.52 | 0.14 | 0.02 | 315.81 | 0.91 | 0.72 |
| Hex | F9 | 78 | D7 | 0 | 34 | E | 2 | 13C | 5B | 48 |
| Octal | 371 | 170 | 327 | 0 | 64 | 16 | 2 | 474 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11010111 | 0 | 110100 | 1110 | 10 | 100111100 | 1011011 | 1001000 |
Color Harmonies of #F978D7
Complementary color
Monochromatic Colors of #F978D7
Black with #F978D7
Text Example
Text Example
White with #F978D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978D7; }
p { color: rgb(249,120,215); }
H1.HeaderClassName
{
color: #F978D7;
}
.AnyTagClassName
{
color: #F978D7;
}
</style>
background-color css
<style>
a { background-color: #F978D7; }
a { background-color: rgb(249,120,215); }
div.DivClassName
{
background-color: #F978D7;
}
.BgClassName
{
background-color: #F978D7;
}
</style>
border-color css
<style>
span { border-color: #F978D7; }
span { border-color: rgb(249,120,215); }
td.TdClassName
{
border-color: #F978D7;
}
.TagClassName
{
border-color: #F978D7;
}
</style>