Shades of Pale Magenta #FA75DB
Tints of Pale Magenta #FA75DB
RGB
CMYK
RGB Variations
Color information
#FA75DB (or 0xFA75DB) is known color: Pale Magenta. HEX triplet: FA, 75 and DB. RGB value is (250,117,219). Sum of RGB (Red+Green+Blue) = 250+117+219=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75DB is #058A24. Grayscale: #A8A8A8. Windows color (decimal): -363045 or 14382586. OLE color: 14382586.
HSL color Cylindrical-coordinate representation of color #FA75DB: hue angle of 313.98º degrees, saturation: 0.93, 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 #FA75DB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 219 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.02 |
| HSL | 313.99º | 0.93% | 0.72% | - |
| HSV(B) | 313.99º | 0.53% | 0.98% | - |
| XYZ | 58.57 | 38.16 | 71.3 | - |
| YUV | 168.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 219 | 0 | 0.53 | 0.12 | 0.02 | 313.99 | 0.93 | 0.72 |
| Hex | FA | 75 | DB | 0 | 35 | C | 2 | 13A | 5D | 48 |
| Octal | 372 | 165 | 333 | 0 | 65 | 14 | 2 | 472 | 135 | 110 |
| Binary | 11111010 | 1110101 | 11011011 | 0 | 110101 | 1100 | 10 | 100111010 | 1011101 | 1001000 |
Color Harmonies of #FA75DB
Complementary color
Monochromatic Colors of #FA75DB
Black with #FA75DB
Text Example
Text Example
White with #FA75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA75DB; }
p { color: rgb(250,117,219); }
H1.HeaderClassName
{
color: #FA75DB;
}
.AnyTagClassName
{
color: #FA75DB;
}
</style>
background-color css
<style>
a { background-color: #FA75DB; }
a { background-color: rgb(250,117,219); }
div.DivClassName
{
background-color: #FA75DB;
}
.BgClassName
{
background-color: #FA75DB;
}
</style>
border-color css
<style>
span { border-color: #FA75DB; }
span { border-color: rgb(250,117,219); }
td.TdClassName
{
border-color: #FA75DB;
}
.TagClassName
{
border-color: #FA75DB;
}
</style>