Shades of Deep Pink #FB0C74
Tints of Deep Pink #FB0C74
RGB
CMYK
RGB Variations
Color information
#FB0C74 (or 0xFB0C74) is known color: Deep Pink. HEX triplet: FB, 0C and 74. RGB value is (251,12,116). Sum of RGB (Red+Green+Blue) = 251+12+116=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C74 is #04F38B. Grayscale: #5F5F5F. Windows color (decimal): -324492 or 7605499. OLE color: 7605499.
HSL color Cylindrical-coordinate representation of color #FB0C74: hue angle of 333.89º 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 #FB0C74 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 116 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.02 |
| HSL | 333.89º | 0.97% | 0.52% | - |
| HSV(B) | 333.89º | 0.95% | 0.98% | - |
| XYZ | 43.07 | 22.03 | 18.51 | - |
| YUV | 95.32 | 139.68 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 116 | 0 | 0.95 | 0.54 | 0.02 | 333.89 | 0.97 | 0.52 |
| Hex | FB | C | 74 | 0 | 5F | 36 | 2 | 14E | 61 | 34 |
| Octal | 373 | 14 | 164 | 0 | 137 | 66 | 2 | 516 | 141 | 64 |
| Binary | 11111011 | 1100 | 1110100 | 0 | 1011111 | 110110 | 10 | 101001110 | 1100001 | 110100 |
Color Harmonies of #FB0C74
Complementary color
Monochromatic Colors of #FB0C74
Black with #FB0C74
Text Example
Text Example
White with #FB0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C74; }
p { color: rgb(251,12,116); }
H1.HeaderClassName
{
color: #FB0C74;
}
.AnyTagClassName
{
color: #FB0C74;
}
</style>
background-color css
<style>
a { background-color: #FB0C74; }
a { background-color: rgb(251,12,116); }
div.DivClassName
{
background-color: #FB0C74;
}
.BgClassName
{
background-color: #FB0C74;
}
</style>
border-color css
<style>
span { border-color: #FB0C74; }
span { border-color: rgb(251,12,116); }
td.TdClassName
{
border-color: #FB0C74;
}
.TagClassName
{
border-color: #FB0C74;
}
</style>