Shades of Pale Magenta #FB72DF
Tints of Pale Magenta #FB72DF
RGB
CMYK
RGB Variations
Color information
#FB72DF (or 0xFB72DF) is known color: Pale Magenta. HEX triplet: FB, 72 and DF. RGB value is (251,114,223). Sum of RGB (Red+Green+Blue) = 251+114+223=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72DF is #048D20. Grayscale: #A7A7A7. Windows color (decimal): -298273 or 14643963. OLE color: 14643963.
HSL color Cylindrical-coordinate representation of color #FB72DF: hue angle of 312.26º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB72DF is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 223 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.02 |
| HSL | 312.26º | 0.94% | 0.72% | - |
| HSV(B) | 312.26º | 0.55% | 0.98% | - |
| XYZ | 59.12 | 37.87 | 74.01 | - |
| YUV | 167.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 223 | 0 | 0.55 | 0.11 | 0.02 | 312.26 | 0.94 | 0.72 |
| Hex | FB | 72 | DF | 0 | 37 | B | 2 | 138 | 5E | 48 |
| Octal | 373 | 162 | 337 | 0 | 67 | 13 | 2 | 470 | 136 | 110 |
| Binary | 11111011 | 1110010 | 11011111 | 0 | 110111 | 1011 | 10 | 100111000 | 1011110 | 1001000 |
Color Harmonies of #FB72DF
Complementary color
Monochromatic Colors of #FB72DF
Black with #FB72DF
Text Example
Text Example
White with #FB72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB72DF; }
p { color: rgb(251,114,223); }
H1.HeaderClassName
{
color: #FB72DF;
}
.AnyTagClassName
{
color: #FB72DF;
}
</style>
background-color css
<style>
a { background-color: #FB72DF; }
a { background-color: rgb(251,114,223); }
div.DivClassName
{
background-color: #FB72DF;
}
.BgClassName
{
background-color: #FB72DF;
}
</style>
border-color css
<style>
span { border-color: #FB72DF; }
span { border-color: rgb(251,114,223); }
td.TdClassName
{
border-color: #FB72DF;
}
.TagClassName
{
border-color: #FB72DF;
}
</style>