Shades of Deep Pink #FB028F
Tints of Deep Pink #FB028F
RGB
CMYK
RGB Variations
Color information
#FB028F (or 0xFB028F) is known color: Deep Pink. HEX triplet: FB, 02 and 8F. RGB value is (251,2,143). Sum of RGB (Red+Green+Blue) = 251+2+143=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB028F is #04FD70. Grayscale: #5C5C5C. Windows color (decimal): -327025 or 9372411. OLE color: 9372411.
HSL color Cylindrical-coordinate representation of color #FB028F: hue angle of 326.02º 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 #FB028F is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.02 |
| HSL | 326.02º | 0.98% | 0.5% | - |
| HSV(B) | 326.02º | 0.99% | 0.98% | - |
| XYZ | 44.76 | 22.54 | 27.98 | - |
| YUV | 92.53 | 156.49 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 143 | 0 | 0.99 | 0.43 | 0.02 | 326.02 | 0.98 | 0.5 |
| Hex | FB | 2 | 8F | 0 | 63 | 2B | 2 | 146 | 62 | 32 |
| Octal | 373 | 2 | 217 | 0 | 143 | 53 | 2 | 506 | 142 | 62 |
| Binary | 11111011 | 10 | 10001111 | 0 | 1100011 | 101011 | 10 | 101000110 | 1100010 | 110010 |
Color Harmonies of #FB028F
Complementary color
Monochromatic Colors of #FB028F
Black with #FB028F
Text Example
Text Example
White with #FB028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB028F; }
p { color: rgb(251,2,143); }
H1.HeaderClassName
{
color: #FB028F;
}
.AnyTagClassName
{
color: #FB028F;
}
</style>
background-color css
<style>
a { background-color: #FB028F; }
a { background-color: rgb(251,2,143); }
div.DivClassName
{
background-color: #FB028F;
}
.BgClassName
{
background-color: #FB028F;
}
</style>
border-color css
<style>
span { border-color: #FB028F; }
span { border-color: rgb(251,2,143); }
td.TdClassName
{
border-color: #FB028F;
}
.TagClassName
{
border-color: #FB028F;
}
</style>