Shades of Deep Pink #FB187C
Tints of Deep Pink #FB187C
RGB
CMYK
RGB Variations
Color information
#FB187C (or 0xFB187C) is known color: Deep Pink. HEX triplet: FB, 18 and 7C. RGB value is (251,24,124). Sum of RGB (Red+Green+Blue) = 251+24+124=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB187C is #04E783. Grayscale: #676767. Windows color (decimal): -321412 or 8132859. OLE color: 8132859.
HSL color Cylindrical-coordinate representation of color #FB187C: hue angle of 333.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB187C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.02 |
| HSL | 333.57º | 0.97% | 0.54% | - |
| HSV(B) | 333.57º | 0.9% | 0.98% | - |
| XYZ | 43.75 | 22.62 | 21.13 | - |
| YUV | 103.27 | 139.71 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 124 | 0 | 0.90 | 0.51 | 0.02 | 333.57 | 0.97 | 0.54 |
| Hex | FB | 18 | 7C | 0 | 5A | 33 | 2 | 14E | 61 | 36 |
| Octal | 373 | 30 | 174 | 0 | 132 | 63 | 2 | 516 | 141 | 66 |
| Binary | 11111011 | 11000 | 1111100 | 0 | 1011010 | 110011 | 10 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FB187C
Complementary color
Monochromatic Colors of #FB187C
Black with #FB187C
Text Example
Text Example
White with #FB187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB187C; }
p { color: rgb(251,24,124); }
H1.HeaderClassName
{
color: #FB187C;
}
.AnyTagClassName
{
color: #FB187C;
}
</style>
background-color css
<style>
a { background-color: #FB187C; }
a { background-color: rgb(251,24,124); }
div.DivClassName
{
background-color: #FB187C;
}
.BgClassName
{
background-color: #FB187C;
}
</style>
border-color css
<style>
span { border-color: #FB187C; }
span { border-color: rgb(251,24,124); }
td.TdClassName
{
border-color: #FB187C;
}
.TagClassName
{
border-color: #FB187C;
}
</style>