Shades of Pale Magenta #FA83DB
Tints of Pale Magenta #FA83DB
RGB
CMYK
RGB Variations
Color information
#FA83DB (or 0xFA83DB) is known color: Pale Magenta. HEX triplet: FA, 83 and DB. RGB value is (250,131,219). Sum of RGB (Red+Green+Blue) = 250+131+219=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83DB is #057C24. Grayscale: #B0B0B0. Windows color (decimal): -359461 or 14386170. OLE color: 14386170.
HSL color Cylindrical-coordinate representation of color #FA83DB: hue angle of 315.63º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83DB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 219 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.02 |
| HSL | 315.63º | 0.92% | 0.75% | - |
| HSV(B) | 315.63º | 0.48% | 0.98% | - |
| XYZ | 60.33 | 41.67 | 71.88 | - |
| YUV | 176.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 219 | 0 | 0.48 | 0.12 | 0.02 | 315.63 | 0.92 | 0.75 |
| Hex | FA | 83 | DB | 0 | 30 | C | 2 | 13C | 5C | 4B |
| Octal | 372 | 203 | 333 | 0 | 60 | 14 | 2 | 474 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11011011 | 0 | 110000 | 1100 | 10 | 100111100 | 1011100 | 1001011 |
Color Harmonies of #FA83DB
Complementary color
Monochromatic Colors of #FA83DB
Black with #FA83DB
Text Example
Text Example
White with #FA83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83DB; }
p { color: rgb(250,131,219); }
H1.HeaderClassName
{
color: #FA83DB;
}
.AnyTagClassName
{
color: #FA83DB;
}
</style>
background-color css
<style>
a { background-color: #FA83DB; }
a { background-color: rgb(250,131,219); }
div.DivClassName
{
background-color: #FA83DB;
}
.BgClassName
{
background-color: #FA83DB;
}
</style>
border-color css
<style>
span { border-color: #FA83DB; }
span { border-color: rgb(250,131,219); }
td.TdClassName
{
border-color: #FA83DB;
}
.TagClassName
{
border-color: #FA83DB;
}
</style>