Shades of Deep Pink #FB028A
Tints of Deep Pink #FB028A
RGB
CMYK
RGB Variations
Color information
#FB028A (or 0xFB028A) is known color: Deep Pink. HEX triplet: FB, 02 and 8A. RGB value is (251,2,138). Sum of RGB (Red+Green+Blue) = 251+2+138=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB028A is #04FD75. Grayscale: #5B5B5B. Windows color (decimal): -327030 or 9044731. OLE color: 9044731.
HSL color Cylindrical-coordinate representation of color #FB028A: hue angle of 327.23º 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 #FB028A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.02 |
| HSL | 327.23º | 0.98% | 0.5% | - |
| HSV(B) | 327.23º | 0.99% | 0.98% | - |
| XYZ | 44.39 | 22.39 | 26.03 | - |
| YUV | 91.96 | 153.99 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 138 | 0 | 0.99 | 0.45 | 0.02 | 327.23 | 0.98 | 0.5 |
| Hex | FB | 2 | 8A | 0 | 63 | 2D | 2 | 147 | 62 | 32 |
| Octal | 373 | 2 | 212 | 0 | 143 | 55 | 2 | 507 | 142 | 62 |
| Binary | 11111011 | 10 | 10001010 | 0 | 1100011 | 101101 | 10 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FB028A
Complementary color
Monochromatic Colors of #FB028A
Black with #FB028A
Text Example
Text Example
White with #FB028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB028A; }
p { color: rgb(251,2,138); }
H1.HeaderClassName
{
color: #FB028A;
}
.AnyTagClassName
{
color: #FB028A;
}
</style>
background-color css
<style>
a { background-color: #FB028A; }
a { background-color: rgb(251,2,138); }
div.DivClassName
{
background-color: #FB028A;
}
.BgClassName
{
background-color: #FB028A;
}
</style>
border-color css
<style>
span { border-color: #FB028A; }
span { border-color: rgb(251,2,138); }
td.TdClassName
{
border-color: #FB028A;
}
.TagClassName
{
border-color: #FB028A;
}
</style>