Shades of Pale Magenta #F972DB
Tints of Pale Magenta #F972DB
RGB
CMYK
RGB Variations
Color information
#F972DB (or 0xF972DB) is known color: Pale Magenta. HEX triplet: F9, 72 and DB. RGB value is (249,114,219). Sum of RGB (Red+Green+Blue) = 249+114+219=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F972DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972DB is #068D24. Grayscale: #A6A6A6. Windows color (decimal): -429349 or 14381817. OLE color: 14381817.
HSL color Cylindrical-coordinate representation of color #F972DB: hue angle of 313.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972DB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 219 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.02 |
| HSL | 313.33º | 0.92% | 0.71% | - |
| HSV(B) | 313.33º | 0.54% | 0.98% | - |
| XYZ | 57.87 | 37.29 | 71.17 | - |
| YUV | 166.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 219 | 0 | 0.54 | 0.12 | 0.02 | 313.33 | 0.92 | 0.71 |
| Hex | F9 | 72 | DB | 0 | 36 | C | 2 | 139 | 5C | 47 |
| Octal | 371 | 162 | 333 | 0 | 66 | 14 | 2 | 471 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11011011 | 0 | 110110 | 1100 | 10 | 100111001 | 1011100 | 1000111 |
Color Harmonies of #F972DB
Complementary color
Monochromatic Colors of #F972DB
Black with #F972DB
Text Example
Text Example
White with #F972DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972DB; }
p { color: rgb(249,114,219); }
H1.HeaderClassName
{
color: #F972DB;
}
.AnyTagClassName
{
color: #F972DB;
}
</style>
background-color css
<style>
a { background-color: #F972DB; }
a { background-color: rgb(249,114,219); }
div.DivClassName
{
background-color: #F972DB;
}
.BgClassName
{
background-color: #F972DB;
}
</style>
border-color css
<style>
span { border-color: #F972DB; }
span { border-color: rgb(249,114,219); }
td.TdClassName
{
border-color: #F972DB;
}
.TagClassName
{
border-color: #F972DB;
}
</style>