Shades of Pale Magenta #FB71DD
Tints of Pale Magenta #FB71DD
RGB
CMYK
RGB Variations
Color information
#FB71DD (or 0xFB71DD) is known color: Pale Magenta. HEX triplet: FB, 71 and DD. RGB value is (251,113,221). Sum of RGB (Red+Green+Blue) = 251+113+221=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71DD is #048E22. Grayscale: #A6A6A6. Windows color (decimal): -298531 or 14512635. OLE color: 14512635.
HSL color Cylindrical-coordinate representation of color #FB71DD: hue angle of 313.04º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71DD is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 221 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.02 |
| HSL | 313.04º | 0.95% | 0.71% | - |
| HSV(B) | 313.04º | 0.55% | 0.98% | - |
| XYZ | 58.74 | 37.54 | 72.56 | - |
| YUV | 166.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 221 | 0 | 0.55 | 0.12 | 0.02 | 313.04 | 0.95 | 0.71 |
| Hex | FB | 71 | DD | 0 | 37 | C | 2 | 139 | 5F | 47 |
| Octal | 373 | 161 | 335 | 0 | 67 | 14 | 2 | 471 | 137 | 107 |
| Binary | 11111011 | 1110001 | 11011101 | 0 | 110111 | 1100 | 10 | 100111001 | 1011111 | 1000111 |
Color Harmonies of #FB71DD
Complementary color
Monochromatic Colors of #FB71DD
Black with #FB71DD
Text Example
Text Example
White with #FB71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB71DD; }
p { color: rgb(251,113,221); }
H1.HeaderClassName
{
color: #FB71DD;
}
.AnyTagClassName
{
color: #FB71DD;
}
</style>
background-color css
<style>
a { background-color: #FB71DD; }
a { background-color: rgb(251,113,221); }
div.DivClassName
{
background-color: #FB71DD;
}
.BgClassName
{
background-color: #FB71DD;
}
</style>
border-color css
<style>
span { border-color: #FB71DD; }
span { border-color: rgb(251,113,221); }
td.TdClassName
{
border-color: #FB71DD;
}
.TagClassName
{
border-color: #FB71DD;
}
</style>