Shades of Deep Pink #FB087D
Tints of Deep Pink #FB087D
RGB
CMYK
RGB Variations
Color information
#FB087D (or 0xFB087D) is known color: Deep Pink. HEX triplet: FB, 08 and 7D. RGB value is (251,8,125). Sum of RGB (Red+Green+Blue) = 251+8+125=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB087D is #04F782. Grayscale: #5D5D5D. Windows color (decimal): -325507 or 8194299. OLE color: 8194299.
HSL color Cylindrical-coordinate representation of color #FB087D: hue angle of 331.11º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB087D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.02 |
| HSL | 331.11º | 0.97% | 0.51% | - |
| HSV(B) | 331.11º | 0.97% | 0.98% | - |
| XYZ | 43.57 | 22.16 | 21.38 | - |
| YUV | 94 | 145.51 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 125 | 0 | 0.97 | 0.50 | 0.02 | 331.11 | 0.97 | 0.51 |
| Hex | FB | 8 | 7D | 0 | 61 | 32 | 2 | 14B | 61 | 33 |
| Octal | 373 | 10 | 175 | 0 | 141 | 62 | 2 | 513 | 141 | 63 |
| Binary | 11111011 | 1000 | 1111101 | 0 | 1100001 | 110010 | 10 | 101001011 | 1100001 | 110011 |
Color Harmonies of #FB087D
Complementary color
Monochromatic Colors of #FB087D
Black with #FB087D
Text Example
Text Example
White with #FB087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB087D; }
p { color: rgb(251,8,125); }
H1.HeaderClassName
{
color: #FB087D;
}
.AnyTagClassName
{
color: #FB087D;
}
</style>
background-color css
<style>
a { background-color: #FB087D; }
a { background-color: rgb(251,8,125); }
div.DivClassName
{
background-color: #FB087D;
}
.BgClassName
{
background-color: #FB087D;
}
</style>
border-color css
<style>
span { border-color: #FB087D; }
span { border-color: rgb(251,8,125); }
td.TdClassName
{
border-color: #FB087D;
}
.TagClassName
{
border-color: #FB087D;
}
</style>