Shades of Deep Pink #FB038D
Tints of Deep Pink #FB038D
RGB
CMYK
RGB Variations
Color information
#FB038D (or 0xFB038D) is known color: Deep Pink. HEX triplet: FB, 03 and 8D. RGB value is (251,3,141). Sum of RGB (Red+Green+Blue) = 251+3+141=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB038D is #04FC72. Grayscale: #5C5C5C. Windows color (decimal): -326771 or 9241595. OLE color: 9241595.
HSL color Cylindrical-coordinate representation of color #FB038D: hue angle of 326.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB038D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.02 |
| HSL | 326.61º | 0.98% | 0.5% | - |
| HSV(B) | 326.61º | 0.99% | 0.98% | - |
| XYZ | 44.62 | 22.5 | 27.19 | - |
| YUV | 92.88 | 155.16 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 141 | 0 | 0.99 | 0.44 | 0.02 | 326.61 | 0.98 | 0.5 |
| Hex | FB | 3 | 8D | 0 | 63 | 2C | 2 | 147 | 62 | 32 |
| Octal | 373 | 3 | 215 | 0 | 143 | 54 | 2 | 507 | 142 | 62 |
| Binary | 11111011 | 11 | 10001101 | 0 | 1100011 | 101100 | 10 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FB038D
Complementary color
Monochromatic Colors of #FB038D
Black with #FB038D
Text Example
Text Example
White with #FB038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB038D; }
p { color: rgb(251,3,141); }
H1.HeaderClassName
{
color: #FB038D;
}
.AnyTagClassName
{
color: #FB038D;
}
</style>
background-color css
<style>
a { background-color: #FB038D; }
a { background-color: rgb(251,3,141); }
div.DivClassName
{
background-color: #FB038D;
}
.BgClassName
{
background-color: #FB038D;
}
</style>
border-color css
<style>
span { border-color: #FB038D; }
span { border-color: rgb(251,3,141); }
td.TdClassName
{
border-color: #FB038D;
}
.TagClassName
{
border-color: #FB038D;
}
</style>