Shades of Deep Pink #FB0688
Tints of Deep Pink #FB0688
RGB
CMYK
RGB Variations
Color information
#FB0688 (or 0xFB0688) is known color: Deep Pink. HEX triplet: FB, 06 and 88. RGB value is (251,6,136). Sum of RGB (Red+Green+Blue) = 251+6+136=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0688 is #04F977. Grayscale: #5D5D5D. Windows color (decimal): -326008 or 8914683. OLE color: 8914683.
HSL color Cylindrical-coordinate representation of color #FB0688: hue angle of 328.16º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0688 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 136 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.02 |
| HSL | 328.16º | 0.97% | 0.5% | - |
| HSV(B) | 328.16º | 0.98% | 0.98% | - |
| XYZ | 44.29 | 22.42 | 25.28 | - |
| YUV | 94.08 | 151.67 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 136 | 0 | 0.98 | 0.46 | 0.02 | 328.16 | 0.97 | 0.5 |
| Hex | FB | 6 | 88 | 0 | 62 | 2E | 2 | 148 | 61 | 32 |
| Octal | 373 | 6 | 210 | 0 | 142 | 56 | 2 | 510 | 141 | 62 |
| Binary | 11111011 | 110 | 10001000 | 0 | 1100010 | 101110 | 10 | 101001000 | 1100001 | 110010 |
Color Harmonies of #FB0688
Complementary color
Monochromatic Colors of #FB0688
Black with #FB0688
Text Example
Text Example
White with #FB0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0688; }
p { color: rgb(251,6,136); }
H1.HeaderClassName
{
color: #FB0688;
}
.AnyTagClassName
{
color: #FB0688;
}
</style>
background-color css
<style>
a { background-color: #FB0688; }
a { background-color: rgb(251,6,136); }
div.DivClassName
{
background-color: #FB0688;
}
.BgClassName
{
background-color: #FB0688;
}
</style>
border-color css
<style>
span { border-color: #FB0688; }
span { border-color: rgb(251,6,136); }
td.TdClassName
{
border-color: #FB0688;
}
.TagClassName
{
border-color: #FB0688;
}
</style>