Shades of Pale Magenta #F974DB
Tints of Pale Magenta #F974DB
RGB
CMYK
RGB Variations
Color information
#F974DB (or 0xF974DB) is known color: Pale Magenta. HEX triplet: F9, 74 and DB. RGB value is (249,116,219). Sum of RGB (Red+Green+Blue) = 249+116+219=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F974DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974DB is #068B24. Grayscale: #A7A7A7. Windows color (decimal): -428837 or 14382329. OLE color: 14382329.
HSL color Cylindrical-coordinate representation of color #F974DB: hue angle of 313.53º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974DB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 219 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.02 |
| HSL | 313.53º | 0.92% | 0.72% | - |
| HSV(B) | 313.53º | 0.53% | 0.98% | - |
| XYZ | 58.1 | 37.74 | 71.24 | - |
| YUV | 167.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 219 | 0 | 0.53 | 0.12 | 0.02 | 313.53 | 0.92 | 0.72 |
| Hex | F9 | 74 | DB | 0 | 35 | C | 2 | 13A | 5C | 48 |
| Octal | 371 | 164 | 333 | 0 | 65 | 14 | 2 | 472 | 134 | 110 |
| Binary | 11111001 | 1110100 | 11011011 | 0 | 110101 | 1100 | 10 | 100111010 | 1011100 | 1001000 |
Color Harmonies of #F974DB
Complementary color
Monochromatic Colors of #F974DB
Black with #F974DB
Text Example
Text Example
White with #F974DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974DB; }
p { color: rgb(249,116,219); }
H1.HeaderClassName
{
color: #F974DB;
}
.AnyTagClassName
{
color: #F974DB;
}
</style>
background-color css
<style>
a { background-color: #F974DB; }
a { background-color: rgb(249,116,219); }
div.DivClassName
{
background-color: #F974DB;
}
.BgClassName
{
background-color: #F974DB;
}
</style>
border-color css
<style>
span { border-color: #F974DB; }
span { border-color: rgb(249,116,219); }
td.TdClassName
{
border-color: #F974DB;
}
.TagClassName
{
border-color: #F974DB;
}
</style>