Shades of Pale Magenta #FB7FDF
Tints of Pale Magenta #FB7FDF
RGB
CMYK
RGB Variations
Color information
#FB7FDF (or 0xFB7FDF) is known color: Pale Magenta. HEX triplet: FB, 7F and DF. RGB value is (251,127,223). Sum of RGB (Red+Green+Blue) = 251+127+223=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FDF is #048020. Grayscale: #AEAEAE. Windows color (decimal): -294945 or 14647291. OLE color: 14647291.
HSL color Cylindrical-coordinate representation of color #FB7FDF: hue angle of 313.55º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FDF is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 223 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.02 |
| HSL | 313.55º | 0.94% | 0.74% | - |
| HSV(B) | 313.55º | 0.49% | 0.98% | - |
| XYZ | 60.69 | 41.02 | 74.53 | - |
| YUV | 175.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 223 | 0 | 0.49 | 0.11 | 0.02 | 313.55 | 0.94 | 0.74 |
| Hex | FB | 7F | DF | 0 | 31 | B | 2 | 13A | 5E | 4A |
| Octal | 373 | 177 | 337 | 0 | 61 | 13 | 2 | 472 | 136 | 112 |
| Binary | 11111011 | 1111111 | 11011111 | 0 | 110001 | 1011 | 10 | 100111010 | 1011110 | 1001010 |
Color Harmonies of #FB7FDF
Complementary color
Monochromatic Colors of #FB7FDF
Black with #FB7FDF
Text Example
Text Example
White with #FB7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7FDF; }
p { color: rgb(251,127,223); }
H1.HeaderClassName
{
color: #FB7FDF;
}
.AnyTagClassName
{
color: #FB7FDF;
}
</style>
background-color css
<style>
a { background-color: #FB7FDF; }
a { background-color: rgb(251,127,223); }
div.DivClassName
{
background-color: #FB7FDF;
}
.BgClassName
{
background-color: #FB7FDF;
}
</style>
border-color css
<style>
span { border-color: #FB7FDF; }
span { border-color: rgb(251,127,223); }
td.TdClassName
{
border-color: #FB7FDF;
}
.TagClassName
{
border-color: #FB7FDF;
}
</style>