Shades of Deep Pink #FB0B7D
Tints of Deep Pink #FB0B7D
RGB
CMYK
RGB Variations
Color information
#FB0B7D (or 0xFB0B7D) is known color: Deep Pink. HEX triplet: FB, 0B and 7D. RGB value is (251,11,125). Sum of RGB (Red+Green+Blue) = 251+11+125=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B7D is #04F482. Grayscale: #5F5F5F. Windows color (decimal): -324739 or 8195067. OLE color: 8195067.
HSL color Cylindrical-coordinate representation of color #FB0B7D: hue angle of 331.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0B7D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 125 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.02 |
| HSL | 331.5º | 0.97% | 0.51% | - |
| HSV(B) | 331.5º | 0.96% | 0.98% | - |
| XYZ | 43.61 | 22.23 | 21.39 | - |
| YUV | 95.76 | 144.51 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 125 | 0 | 0.96 | 0.50 | 0.02 | 331.5 | 0.97 | 0.51 |
| Hex | FB | B | 7D | 0 | 60 | 32 | 2 | 14C | 61 | 33 |
| Octal | 373 | 13 | 175 | 0 | 140 | 62 | 2 | 514 | 141 | 63 |
| Binary | 11111011 | 1011 | 1111101 | 0 | 1100000 | 110010 | 10 | 101001100 | 1100001 | 110011 |
Color Harmonies of #FB0B7D
Complementary color
Monochromatic Colors of #FB0B7D
Black with #FB0B7D
Text Example
Text Example
White with #FB0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B7D; }
p { color: rgb(251,11,125); }
H1.HeaderClassName
{
color: #FB0B7D;
}
.AnyTagClassName
{
color: #FB0B7D;
}
</style>
background-color css
<style>
a { background-color: #FB0B7D; }
a { background-color: rgb(251,11,125); }
div.DivClassName
{
background-color: #FB0B7D;
}
.BgClassName
{
background-color: #FB0B7D;
}
</style>
border-color css
<style>
span { border-color: #FB0B7D; }
span { border-color: rgb(251,11,125); }
td.TdClassName
{
border-color: #FB0B7D;
}
.TagClassName
{
border-color: #FB0B7D;
}
</style>