Shades of Pale Magenta #FA79DB
Tints of Pale Magenta #FA79DB
RGB
CMYK
RGB Variations
Color information
#FA79DB (or 0xFA79DB) is known color: Pale Magenta. HEX triplet: FA, 79 and DB. RGB value is (250,121,219). Sum of RGB (Red+Green+Blue) = 250+121+219=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 121 (47.66% from 255 or 20.51% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79DB is #058624. Grayscale: #AAAAAA. Windows color (decimal): -362021 or 14383610. OLE color: 14383610.
HSL color Cylindrical-coordinate representation of color #FA79DB: hue angle of 314.42º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA79DB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 219 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.02 |
| HSL | 314.42º | 0.93% | 0.73% | - |
| HSV(B) | 314.42º | 0.52% | 0.98% | - |
| XYZ | 59.05 | 39.11 | 71.46 | - |
| YUV | 170.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 219 | 0 | 0.52 | 0.12 | 0.02 | 314.42 | 0.93 | 0.73 |
| Hex | FA | 79 | DB | 0 | 34 | C | 2 | 13A | 5D | 49 |
| Octal | 372 | 171 | 333 | 0 | 64 | 14 | 2 | 472 | 135 | 111 |
| Binary | 11111010 | 1111001 | 11011011 | 0 | 110100 | 1100 | 10 | 100111010 | 1011101 | 1001001 |
Color Harmonies of #FA79DB
Complementary color
Monochromatic Colors of #FA79DB
Black with #FA79DB
Text Example
Text Example
White with #FA79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA79DB; }
p { color: rgb(250,121,219); }
H1.HeaderClassName
{
color: #FA79DB;
}
.AnyTagClassName
{
color: #FA79DB;
}
</style>
background-color css
<style>
a { background-color: #FA79DB; }
a { background-color: rgb(250,121,219); }
div.DivClassName
{
background-color: #FA79DB;
}
.BgClassName
{
background-color: #FA79DB;
}
</style>
border-color css
<style>
span { border-color: #FA79DB; }
span { border-color: rgb(250,121,219); }
td.TdClassName
{
border-color: #FA79DB;
}
.TagClassName
{
border-color: #FA79DB;
}
</style>