Shades of Pale Magenta #FB74D9
Tints of Pale Magenta #FB74D9
RGB
CMYK
RGB Variations
Color information
#FB74D9 (or 0xFB74D9) is known color: Pale Magenta. HEX triplet: FB, 74 and D9. RGB value is (251,116,217). Sum of RGB (Red+Green+Blue) = 251+116+217=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74D9 is #048B26. Grayscale: #A7A7A7. Windows color (decimal): -297767 or 14251259. OLE color: 14251259.
HSL color Cylindrical-coordinate representation of color #FB74D9: hue angle of 315.11º 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 #FB74D9 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 217 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.02 |
| HSL | 315.11º | 0.94% | 0.72% | - |
| HSV(B) | 315.11º | 0.54% | 0.98% | - |
| XYZ | 58.55 | 38.01 | 69.9 | - |
| YUV | 167.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 217 | 0 | 0.54 | 0.14 | 0.02 | 315.11 | 0.94 | 0.72 |
| Hex | FB | 74 | D9 | 0 | 36 | E | 2 | 13B | 5E | 48 |
| Octal | 373 | 164 | 331 | 0 | 66 | 16 | 2 | 473 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11011001 | 0 | 110110 | 1110 | 10 | 100111011 | 1011110 | 1001000 |
Color Harmonies of #FB74D9
Complementary color
Monochromatic Colors of #FB74D9
Black with #FB74D9
Text Example
Text Example
White with #FB74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74D9; }
p { color: rgb(251,116,217); }
H1.HeaderClassName
{
color: #FB74D9;
}
.AnyTagClassName
{
color: #FB74D9;
}
</style>
background-color css
<style>
a { background-color: #FB74D9; }
a { background-color: rgb(251,116,217); }
div.DivClassName
{
background-color: #FB74D9;
}
.BgClassName
{
background-color: #FB74D9;
}
</style>
border-color css
<style>
span { border-color: #FB74D9; }
span { border-color: rgb(251,116,217); }
td.TdClassName
{
border-color: #FB74D9;
}
.TagClassName
{
border-color: #FB74D9;
}
</style>