Shades of Deep Pink #FB0C7D
Tints of Deep Pink #FB0C7D
RGB
CMYK
RGB Variations
Color information
#FB0C7D (or 0xFB0C7D) is known color: Deep Pink. HEX triplet: FB, 0C and 7D. RGB value is (251,12,125). Sum of RGB (Red+Green+Blue) = 251+12+125=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C7D is #04F382. Grayscale: #606060. Windows color (decimal): -324483 or 8195323. OLE color: 8195323.
HSL color Cylindrical-coordinate representation of color #FB0C7D: hue angle of 331.63º 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 #FB0C7D is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 125 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.02 |
| HSL | 331.63º | 0.97% | 0.52% | - |
| HSV(B) | 331.63º | 0.95% | 0.98% | - |
| XYZ | 43.62 | 22.25 | 21.4 | - |
| YUV | 96.34 | 144.18 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 125 | 0 | 0.95 | 0.50 | 0.02 | 331.63 | 0.97 | 0.52 |
| Hex | FB | C | 7D | 0 | 5F | 32 | 2 | 14C | 61 | 34 |
| Octal | 373 | 14 | 175 | 0 | 137 | 62 | 2 | 514 | 141 | 64 |
| Binary | 11111011 | 1100 | 1111101 | 0 | 1011111 | 110010 | 10 | 101001100 | 1100001 | 110100 |
Color Harmonies of #FB0C7D
Complementary color
Monochromatic Colors of #FB0C7D
Black with #FB0C7D
Text Example
Text Example
White with #FB0C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C7D; }
p { color: rgb(251,12,125); }
H1.HeaderClassName
{
color: #FB0C7D;
}
.AnyTagClassName
{
color: #FB0C7D;
}
</style>
background-color css
<style>
a { background-color: #FB0C7D; }
a { background-color: rgb(251,12,125); }
div.DivClassName
{
background-color: #FB0C7D;
}
.BgClassName
{
background-color: #FB0C7D;
}
</style>
border-color css
<style>
span { border-color: #FB0C7D; }
span { border-color: rgb(251,12,125); }
td.TdClassName
{
border-color: #FB0C7D;
}
.TagClassName
{
border-color: #FB0C7D;
}
</style>