Shades of Deep Pink #FB0C7B
Tints of Deep Pink #FB0C7B
RGB
CMYK
RGB Variations
Color information
#FB0C7B (or 0xFB0C7B) is known color: Deep Pink. HEX triplet: FB, 0C and 7B. RGB value is (251,12,123). Sum of RGB (Red+Green+Blue) = 251+12+123=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C7B is #04F384. Grayscale: #5F5F5F. Windows color (decimal): -324485 or 8064251. OLE color: 8064251.
HSL color Cylindrical-coordinate representation of color #FB0C7B: hue angle of 332.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C7B is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 123 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.02 |
| HSL | 332.13º | 0.97% | 0.52% | - |
| HSV(B) | 332.13º | 0.95% | 0.98% | - |
| XYZ | 43.49 | 22.2 | 20.73 | - |
| YUV | 96.12 | 143.18 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 123 | 0 | 0.95 | 0.51 | 0.02 | 332.13 | 0.97 | 0.52 |
| Hex | FB | C | 7B | 0 | 5F | 33 | 2 | 14C | 61 | 34 |
| Octal | 373 | 14 | 173 | 0 | 137 | 63 | 2 | 514 | 141 | 64 |
| Binary | 11111011 | 1100 | 1111011 | 0 | 1011111 | 110011 | 10 | 101001100 | 1100001 | 110100 |
Color Harmonies of #FB0C7B
Complementary color
Monochromatic Colors of #FB0C7B
Black with #FB0C7B
Text Example
Text Example
White with #FB0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C7B; }
p { color: rgb(251,12,123); }
H1.HeaderClassName
{
color: #FB0C7B;
}
.AnyTagClassName
{
color: #FB0C7B;
}
</style>
background-color css
<style>
a { background-color: #FB0C7B; }
a { background-color: rgb(251,12,123); }
div.DivClassName
{
background-color: #FB0C7B;
}
.BgClassName
{
background-color: #FB0C7B;
}
</style>
border-color css
<style>
span { border-color: #FB0C7B; }
span { border-color: rgb(251,12,123); }
td.TdClassName
{
border-color: #FB0C7B;
}
.TagClassName
{
border-color: #FB0C7B;
}
</style>