Shades of Pale Magenta #FB74DB
Tints of Pale Magenta #FB74DB
RGB
CMYK
RGB Variations
Color information
#FB74DB (or 0xFB74DB) is known color: Pale Magenta. HEX triplet: FB, 74 and DB. RGB value is (251,116,219). Sum of RGB (Red+Green+Blue) = 251+116+219=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74DB is #048B24. Grayscale: #A7A7A7. Windows color (decimal): -297765 or 14382331. OLE color: 14382331.
HSL color Cylindrical-coordinate representation of color #FB74DB: hue angle of 314.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB74DB is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 219 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.02 |
| HSL | 314.22º | 0.94% | 0.72% | - |
| HSV(B) | 314.22º | 0.54% | 0.98% | - |
| XYZ | 58.82 | 38.11 | 71.27 | - |
| YUV | 168.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 219 | 0 | 0.54 | 0.13 | 0.02 | 314.22 | 0.94 | 0.72 |
| Hex | FB | 74 | DB | 0 | 36 | D | 2 | 13A | 5E | 48 |
| Octal | 373 | 164 | 333 | 0 | 66 | 15 | 2 | 472 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11011011 | 0 | 110110 | 1101 | 10 | 100111010 | 1011110 | 1001000 |
Color Harmonies of #FB74DB
Complementary color
Monochromatic Colors of #FB74DB
Black with #FB74DB
Text Example
Text Example
White with #FB74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74DB; }
p { color: rgb(251,116,219); }
H1.HeaderClassName
{
color: #FB74DB;
}
.AnyTagClassName
{
color: #FB74DB;
}
</style>
background-color css
<style>
a { background-color: #FB74DB; }
a { background-color: rgb(251,116,219); }
div.DivClassName
{
background-color: #FB74DB;
}
.BgClassName
{
background-color: #FB74DB;
}
</style>
border-color css
<style>
span { border-color: #FB74DB; }
span { border-color: rgb(251,116,219); }
td.TdClassName
{
border-color: #FB74DB;
}
.TagClassName
{
border-color: #FB74DB;
}
</style>