Shades of Deep Pink #FB0C83
Tints of Deep Pink #FB0C83
RGB
CMYK
RGB Variations
Color information
#FB0C83 (or 0xFB0C83) is known color: Deep Pink. HEX triplet: FB, 0C and 83. RGB value is (251,12,131). Sum of RGB (Red+Green+Blue) = 251+12+131=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0C83 is #04F37C. Grayscale: #606060. Windows color (decimal): -324477 or 8588539. OLE color: 8588539.
HSL color Cylindrical-coordinate representation of color #FB0C83: hue angle of 330.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 #FB0C83 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.02 |
| HSL | 330.13º | 0.97% | 0.52% | - |
| HSV(B) | 330.13º | 0.95% | 0.98% | - |
| XYZ | 44.01 | 22.41 | 23.48 | - |
| YUV | 97.03 | 147.18 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 131 | 0 | 0.95 | 0.48 | 0.02 | 330.13 | 0.97 | 0.52 |
| Hex | FB | C | 83 | 0 | 5F | 30 | 2 | 14A | 61 | 34 |
| Octal | 373 | 14 | 203 | 0 | 137 | 60 | 2 | 512 | 141 | 64 |
| Binary | 11111011 | 1100 | 10000011 | 0 | 1011111 | 110000 | 10 | 101001010 | 1100001 | 110100 |
Color Harmonies of #FB0C83
Complementary color
Monochromatic Colors of #FB0C83
Black with #FB0C83
Text Example
Text Example
White with #FB0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C83; }
p { color: rgb(251,12,131); }
H1.HeaderClassName
{
color: #FB0C83;
}
.AnyTagClassName
{
color: #FB0C83;
}
</style>
background-color css
<style>
a { background-color: #FB0C83; }
a { background-color: rgb(251,12,131); }
div.DivClassName
{
background-color: #FB0C83;
}
.BgClassName
{
background-color: #FB0C83;
}
</style>
border-color css
<style>
span { border-color: #FB0C83; }
span { border-color: rgb(251,12,131); }
td.TdClassName
{
border-color: #FB0C83;
}
.TagClassName
{
border-color: #FB0C83;
}
</style>