Shades of Pale Magenta #FB70DD
Tints of Pale Magenta #FB70DD
RGB
CMYK
RGB Variations
Color information
#FB70DD (or 0xFB70DD) is known color: Pale Magenta. HEX triplet: FB, 70 and DD. RGB value is (251,112,221). Sum of RGB (Red+Green+Blue) = 251+112+221=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70DD is #048F22. Grayscale: #A5A5A5. Windows color (decimal): -298787 or 14512379. OLE color: 14512379.
HSL color Cylindrical-coordinate representation of color #FB70DD: hue angle of 312.95º 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 #FB70DD is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 221 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.02 |
| HSL | 312.95º | 0.95% | 0.71% | - |
| HSV(B) | 312.95º | 0.55% | 0.98% | - |
| XYZ | 58.63 | 37.32 | 72.52 | - |
| YUV | 165.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 221 | 0 | 0.55 | 0.12 | 0.02 | 312.95 | 0.95 | 0.71 |
| Hex | FB | 70 | DD | 0 | 37 | C | 2 | 139 | 5F | 47 |
| Octal | 373 | 160 | 335 | 0 | 67 | 14 | 2 | 471 | 137 | 107 |
| Binary | 11111011 | 1110000 | 11011101 | 0 | 110111 | 1100 | 10 | 100111001 | 1011111 | 1000111 |
Color Harmonies of #FB70DD
Complementary color
Monochromatic Colors of #FB70DD
Black with #FB70DD
Text Example
Text Example
White with #FB70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70DD; }
p { color: rgb(251,112,221); }
H1.HeaderClassName
{
color: #FB70DD;
}
.AnyTagClassName
{
color: #FB70DD;
}
</style>
background-color css
<style>
a { background-color: #FB70DD; }
a { background-color: rgb(251,112,221); }
div.DivClassName
{
background-color: #FB70DD;
}
.BgClassName
{
background-color: #FB70DD;
}
</style>
border-color css
<style>
span { border-color: #FB70DD; }
span { border-color: rgb(251,112,221); }
td.TdClassName
{
border-color: #FB70DD;
}
.TagClassName
{
border-color: #FB70DD;
}
</style>