Shades of Deep Pink #FB0679
Tints of Deep Pink #FB0679
RGB
CMYK
RGB Variations
Color information
#FB0679 (or 0xFB0679) is known color: Deep Pink. HEX triplet: FB, 06 and 79. RGB value is (251,6,121). Sum of RGB (Red+Green+Blue) = 251+6+121=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0679 is #04F986. Grayscale: #5C5C5C. Windows color (decimal): -326023 or 7931643. OLE color: 7931643.
HSL color Cylindrical-coordinate representation of color #FB0679: hue angle of 331.84º 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 #FB0679 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.02 |
| HSL | 331.84º | 0.97% | 0.5% | - |
| HSV(B) | 331.84º | 0.98% | 0.98% | - |
| XYZ | 43.3 | 22.02 | 20.06 | - |
| YUV | 92.37 | 144.17 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 121 | 0 | 0.98 | 0.52 | 0.02 | 331.84 | 0.97 | 0.5 |
| Hex | FB | 6 | 79 | 0 | 62 | 34 | 2 | 14C | 61 | 32 |
| Octal | 373 | 6 | 171 | 0 | 142 | 64 | 2 | 514 | 141 | 62 |
| Binary | 11111011 | 110 | 1111001 | 0 | 1100010 | 110100 | 10 | 101001100 | 1100001 | 110010 |
Color Harmonies of #FB0679
Complementary color
Monochromatic Colors of #FB0679
Black with #FB0679
Text Example
Text Example
White with #FB0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0679; }
p { color: rgb(251,6,121); }
H1.HeaderClassName
{
color: #FB0679;
}
.AnyTagClassName
{
color: #FB0679;
}
</style>
background-color css
<style>
a { background-color: #FB0679; }
a { background-color: rgb(251,6,121); }
div.DivClassName
{
background-color: #FB0679;
}
.BgClassName
{
background-color: #FB0679;
}
</style>
border-color css
<style>
span { border-color: #FB0679; }
span { border-color: rgb(251,6,121); }
td.TdClassName
{
border-color: #FB0679;
}
.TagClassName
{
border-color: #FB0679;
}
</style>