Shades of Pale Magenta #FB75DB
Tints of Pale Magenta #FB75DB
RGB
CMYK
RGB Variations
Color information
#FB75DB (or 0xFB75DB) is known color: Pale Magenta. HEX triplet: FB, 75 and DB. RGB value is (251,117,219). Sum of RGB (Red+Green+Blue) = 251+117+219=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75DB is #048A24. Grayscale: #A8A8A8. Windows color (decimal): -297509 or 14382587. OLE color: 14382587.
HSL color Cylindrical-coordinate representation of color #FB75DB: hue angle of 314.33º degrees, saturation: 0.94, 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 #FB75DB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 219 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.02 |
| HSL | 314.33º | 0.94% | 0.72% | - |
| HSV(B) | 314.33º | 0.53% | 0.98% | - |
| XYZ | 58.93 | 38.35 | 71.31 | - |
| YUV | 168.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 219 | 0 | 0.53 | 0.13 | 0.02 | 314.33 | 0.94 | 0.72 |
| Hex | FB | 75 | DB | 0 | 35 | D | 2 | 13A | 5E | 48 |
| Octal | 373 | 165 | 333 | 0 | 65 | 15 | 2 | 472 | 136 | 110 |
| Binary | 11111011 | 1110101 | 11011011 | 0 | 110101 | 1101 | 10 | 100111010 | 1011110 | 1001000 |
Color Harmonies of #FB75DB
Complementary color
Monochromatic Colors of #FB75DB
Black with #FB75DB
Text Example
Text Example
White with #FB75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB75DB; }
p { color: rgb(251,117,219); }
H1.HeaderClassName
{
color: #FB75DB;
}
.AnyTagClassName
{
color: #FB75DB;
}
</style>
background-color css
<style>
a { background-color: #FB75DB; }
a { background-color: rgb(251,117,219); }
div.DivClassName
{
background-color: #FB75DB;
}
.BgClassName
{
background-color: #FB75DB;
}
</style>
border-color css
<style>
span { border-color: #FB75DB; }
span { border-color: rgb(251,117,219); }
td.TdClassName
{
border-color: #FB75DB;
}
.TagClassName
{
border-color: #FB75DB;
}
</style>