Shades of Pale Magenta #FB70DF
Tints of Pale Magenta #FB70DF
RGB
CMYK
RGB Variations
Color information
#FB70DF (or 0xFB70DF) is known color: Pale Magenta. HEX triplet: FB, 70 and DF. RGB value is (251,112,223). Sum of RGB (Red+Green+Blue) = 251+112+223=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70DF is #048F20. Grayscale: #A5A5A5. Windows color (decimal): -298785 or 14643451. OLE color: 14643451.
HSL color Cylindrical-coordinate representation of color #FB70DF: hue angle of 312.09º 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 #FB70DF is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 223 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.02 |
| HSL | 312.09º | 0.95% | 0.71% | - |
| HSV(B) | 312.09º | 0.55% | 0.98% | - |
| XYZ | 58.9 | 37.43 | 73.93 | - |
| YUV | 166.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 223 | 0 | 0.55 | 0.11 | 0.02 | 312.09 | 0.95 | 0.71 |
| Hex | FB | 70 | DF | 0 | 37 | B | 2 | 138 | 5F | 47 |
| Octal | 373 | 160 | 337 | 0 | 67 | 13 | 2 | 470 | 137 | 107 |
| Binary | 11111011 | 1110000 | 11011111 | 0 | 110111 | 1011 | 10 | 100111000 | 1011111 | 1000111 |
Color Harmonies of #FB70DF
Complementary color
Monochromatic Colors of #FB70DF
Black with #FB70DF
Text Example
Text Example
White with #FB70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70DF; }
p { color: rgb(251,112,223); }
H1.HeaderClassName
{
color: #FB70DF;
}
.AnyTagClassName
{
color: #FB70DF;
}
</style>
background-color css
<style>
a { background-color: #FB70DF; }
a { background-color: rgb(251,112,223); }
div.DivClassName
{
background-color: #FB70DF;
}
.BgClassName
{
background-color: #FB70DF;
}
</style>
border-color css
<style>
span { border-color: #FB70DF; }
span { border-color: rgb(251,112,223); }
td.TdClassName
{
border-color: #FB70DF;
}
.TagClassName
{
border-color: #FB70DF;
}
</style>