Shades of Pale Magenta #F973DB
Tints of Pale Magenta #F973DB
RGB
CMYK
RGB Variations
Color information
#F973DB (or 0xF973DB) is known color: Pale Magenta. HEX triplet: F9, 73 and DB. RGB value is (249,115,219). Sum of RGB (Red+Green+Blue) = 249+115+219=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F973DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973DB is #068C24. Grayscale: #A6A6A6. Windows color (decimal): -429093 or 14382073. OLE color: 14382073.
HSL color Cylindrical-coordinate representation of color #F973DB: hue angle of 313.43º 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 #F973DB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 115 | 219 | - |
CMYK | 0 | 0.54 | 0.12 | 0.02 |
HSL | 313.43º | 0.92% | 0.71% | - |
HSV(B) | 313.43º | 0.54% | 0.98% | - |
XYZ | 57.98 | 37.52 | 71.2 | - |
YUV | 166.92 | 157.39 | 186.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 115 | 219 | 0 | 0.54 | 0.12 | 0.02 | 313.43 | 0.92 | 0.71 |
Hex | F9 | 73 | DB | 0 | 36 | C | 2 | 139 | 5C | 47 |
Octal | 371 | 163 | 333 | 0 | 66 | 14 | 2 | 471 | 134 | 107 |
Binary | 11111001 | 1110011 | 11011011 | 0 | 110110 | 1100 | 10 | 100111001 | 1011100 | 1000111 |
Color Harmonies of #F973DB
Complementary color
Monochromatic Colors of #F973DB
Black with #F973DB
Text Example
Text Example
White with #F973DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973DB; }
p { color: rgb(249,115,219); }
H1.HeaderClassName
{
color: #F973DB;
}
.AnyTagClassName
{
color: #F973DB;
}
</style>
background-color css
<style>
a { background-color: #F973DB; }
a { background-color: rgb(249,115,219); }
div.DivClassName
{
background-color: #F973DB;
}
.BgClassName
{
background-color: #F973DB;
}
</style>
border-color css
<style>
span { border-color: #F973DB; }
span { border-color: rgb(249,115,219); }
td.TdClassName
{
border-color: #F973DB;
}
.TagClassName
{
border-color: #F973DB;
}
</style>