Shades of Pale Magenta #F978DB
Tints of Pale Magenta #F978DB
RGB
CMYK
RGB Variations
Color information
#F978DB (or 0xF978DB) is known color: Pale Magenta. HEX triplet: F9, 78 and DB. RGB value is (249,120,219). Sum of RGB (Red+Green+Blue) = 249+120+219=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F978DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978DB is #068724. Grayscale: #A9A9A9. Windows color (decimal): -427813 or 14383353. OLE color: 14383353.
HSL color Cylindrical-coordinate representation of color #F978DB: hue angle of 313.95º 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 #F978DB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 219 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.02 |
| HSL | 313.95º | 0.91% | 0.72% | - |
| HSV(B) | 313.95º | 0.52% | 0.98% | - |
| XYZ | 58.57 | 38.69 | 71.4 | - |
| YUV | 169.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 219 | 0 | 0.52 | 0.12 | 0.02 | 313.95 | 0.91 | 0.72 |
| Hex | F9 | 78 | DB | 0 | 34 | C | 2 | 13A | 5B | 48 |
| Octal | 371 | 170 | 333 | 0 | 64 | 14 | 2 | 472 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11011011 | 0 | 110100 | 1100 | 10 | 100111010 | 1011011 | 1001000 |
Color Harmonies of #F978DB
Complementary color
Monochromatic Colors of #F978DB
Black with #F978DB
Text Example
Text Example
White with #F978DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978DB; }
p { color: rgb(249,120,219); }
H1.HeaderClassName
{
color: #F978DB;
}
.AnyTagClassName
{
color: #F978DB;
}
</style>
background-color css
<style>
a { background-color: #F978DB; }
a { background-color: rgb(249,120,219); }
div.DivClassName
{
background-color: #F978DB;
}
.BgClassName
{
background-color: #F978DB;
}
</style>
border-color css
<style>
span { border-color: #F978DB; }
span { border-color: rgb(249,120,219); }
td.TdClassName
{
border-color: #F978DB;
}
.TagClassName
{
border-color: #F978DB;
}
</style>