Shades of Deep Pink #FB048A
Tints of Deep Pink #FB048A
RGB
CMYK
RGB Variations
Color information
#FB048A (or 0xFB048A) is known color: Deep Pink. HEX triplet: FB, 04 and 8A. RGB value is (251,4,138). Sum of RGB (Red+Green+Blue) = 251+4+138=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB048A is #04FB75. Grayscale: #5C5C5C. Windows color (decimal): -326518 or 9045243. OLE color: 9045243.
HSL color Cylindrical-coordinate representation of color #FB048A: hue angle of 327.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB048A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.02 |
| HSL | 327.45º | 0.97% | 0.5% | - |
| HSV(B) | 327.45º | 0.98% | 0.98% | - |
| XYZ | 44.41 | 22.43 | 26.03 | - |
| YUV | 93.13 | 153.33 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 138 | 0 | 0.98 | 0.45 | 0.02 | 327.45 | 0.97 | 0.5 |
| Hex | FB | 4 | 8A | 0 | 62 | 2D | 2 | 147 | 61 | 32 |
| Octal | 373 | 4 | 212 | 0 | 142 | 55 | 2 | 507 | 141 | 62 |
| Binary | 11111011 | 100 | 10001010 | 0 | 1100010 | 101101 | 10 | 101000111 | 1100001 | 110010 |
Color Harmonies of #FB048A
Complementary color
Monochromatic Colors of #FB048A
Black with #FB048A
Text Example
Text Example
White with #FB048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB048A; }
p { color: rgb(251,4,138); }
H1.HeaderClassName
{
color: #FB048A;
}
.AnyTagClassName
{
color: #FB048A;
}
</style>
background-color css
<style>
a { background-color: #FB048A; }
a { background-color: rgb(251,4,138); }
div.DivClassName
{
background-color: #FB048A;
}
.BgClassName
{
background-color: #FB048A;
}
</style>
border-color css
<style>
span { border-color: #FB048A; }
span { border-color: rgb(251,4,138); }
td.TdClassName
{
border-color: #FB048A;
}
.TagClassName
{
border-color: #FB048A;
}
</style>