Shades of Deep Pink #FB068C
Tints of Deep Pink #FB068C
RGB
CMYK
RGB Variations
Color information
#FB068C (or 0xFB068C) is known color: Deep Pink. HEX triplet: FB, 06 and 8C. RGB value is (251,6,140). Sum of RGB (Red+Green+Blue) = 251+6+140=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB068C is #04F973. Grayscale: #5E5E5E. Windows color (decimal): -326004 or 9176827. OLE color: 9176827.
HSL color Cylindrical-coordinate representation of color #FB068C: hue angle of 327.18º 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 #FB068C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 140 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.02 |
| HSL | 327.18º | 0.97% | 0.5% | - |
| HSV(B) | 327.18º | 0.98% | 0.98% | - |
| XYZ | 44.58 | 22.53 | 26.81 | - |
| YUV | 94.53 | 153.67 | 239.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 140 | 0 | 0.98 | 0.44 | 0.02 | 327.18 | 0.97 | 0.5 |
| Hex | FB | 6 | 8C | 0 | 62 | 2C | 2 | 147 | 61 | 32 |
| Octal | 373 | 6 | 214 | 0 | 142 | 54 | 2 | 507 | 141 | 62 |
| Binary | 11111011 | 110 | 10001100 | 0 | 1100010 | 101100 | 10 | 101000111 | 1100001 | 110010 |
Color Harmonies of #FB068C
Complementary color
Monochromatic Colors of #FB068C
Black with #FB068C
Text Example
Text Example
White with #FB068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB068C; }
p { color: rgb(251,6,140); }
H1.HeaderClassName
{
color: #FB068C;
}
.AnyTagClassName
{
color: #FB068C;
}
</style>
background-color css
<style>
a { background-color: #FB068C; }
a { background-color: rgb(251,6,140); }
div.DivClassName
{
background-color: #FB068C;
}
.BgClassName
{
background-color: #FB068C;
}
</style>
border-color css
<style>
span { border-color: #FB068C; }
span { border-color: rgb(251,6,140); }
td.TdClassName
{
border-color: #FB068C;
}
.TagClassName
{
border-color: #FB068C;
}
</style>