Shades of Deep Pink #FB0C7A
Tints of Deep Pink #FB0C7A
RGB
CMYK
RGB Variations
Color information
#FB0C7A (or 0xFB0C7A) is known color: Deep Pink. HEX triplet: FB, 0C and 7A. RGB value is (251,12,122). Sum of RGB (Red+Green+Blue) = 251+12+122=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C7A is #04F385. Grayscale: #5F5F5F. Windows color (decimal): -324486 or 7998715. OLE color: 7998715.
HSL color Cylindrical-coordinate representation of color #FB0C7A: hue angle of 332.38º 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 #FB0C7A is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 122 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.02 |
| HSL | 332.38º | 0.97% | 0.52% | - |
| HSV(B) | 332.38º | 0.95% | 0.98% | - |
| XYZ | 43.43 | 22.18 | 20.4 | - |
| YUV | 96 | 142.68 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 122 | 0 | 0.95 | 0.51 | 0.02 | 332.38 | 0.97 | 0.52 |
| Hex | FB | C | 7A | 0 | 5F | 33 | 2 | 14C | 61 | 34 |
| Octal | 373 | 14 | 172 | 0 | 137 | 63 | 2 | 514 | 141 | 64 |
| Binary | 11111011 | 1100 | 1111010 | 0 | 1011111 | 110011 | 10 | 101001100 | 1100001 | 110100 |
Color Harmonies of #FB0C7A
Complementary color
Monochromatic Colors of #FB0C7A
Black with #FB0C7A
Text Example
Text Example
White with #FB0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C7A; }
p { color: rgb(251,12,122); }
H1.HeaderClassName
{
color: #FB0C7A;
}
.AnyTagClassName
{
color: #FB0C7A;
}
</style>
background-color css
<style>
a { background-color: #FB0C7A; }
a { background-color: rgb(251,12,122); }
div.DivClassName
{
background-color: #FB0C7A;
}
.BgClassName
{
background-color: #FB0C7A;
}
</style>
border-color css
<style>
span { border-color: #FB0C7A; }
span { border-color: rgb(251,12,122); }
td.TdClassName
{
border-color: #FB0C7A;
}
.TagClassName
{
border-color: #FB0C7A;
}
</style>