Shades of Deep Pink #FB018B
Tints of Deep Pink #FB018B
RGB
CMYK
RGB Variations
Color information
#FB018B (or 0xFB018B) is known color: Deep Pink. HEX triplet: FB, 01 and 8B. RGB value is (251,1,139). Sum of RGB (Red+Green+Blue) = 251+1+139=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB018B is #04FE74. Grayscale: #5B5B5B. Windows color (decimal): -327285 or 9110011. OLE color: 9110011.
HSL color Cylindrical-coordinate representation of color #FB018B: hue angle of 326.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB018B is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 139 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.02 |
| HSL | 326.88º | 0.99% | 0.49% | - |
| HSV(B) | 326.88º | 1% | 0.98% | - |
| XYZ | 44.45 | 22.4 | 26.41 | - |
| YUV | 91.48 | 154.83 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 139 | 0 | 1.00 | 0.45 | 0.02 | 326.88 | 0.99 | 0.49 |
| Hex | FB | 1 | 8B | 0 | 64 | 2D | 2 | 147 | 63 | 31 |
| Octal | 373 | 1 | 213 | 0 | 144 | 55 | 2 | 507 | 143 | 61 |
| Binary | 11111011 | 1 | 10001011 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100011 | 110001 |
Color Harmonies of #FB018B
Complementary color
Monochromatic Colors of #FB018B
Black with #FB018B
Text Example
Text Example
White with #FB018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB018B; }
p { color: rgb(251,1,139); }
H1.HeaderClassName
{
color: #FB018B;
}
.AnyTagClassName
{
color: #FB018B;
}
</style>
background-color css
<style>
a { background-color: #FB018B; }
a { background-color: rgb(251,1,139); }
div.DivClassName
{
background-color: #FB018B;
}
.BgClassName
{
background-color: #FB018B;
}
</style>
border-color css
<style>
span { border-color: #FB018B; }
span { border-color: rgb(251,1,139); }
td.TdClassName
{
border-color: #FB018B;
}
.TagClassName
{
border-color: #FB018B;
}
</style>