Shades of Deep Pink #FB1785
Tints of Deep Pink #FB1785
RGB
CMYK
RGB Variations
Color information
#FB1785 (or 0xFB1785) is known color: Deep Pink. HEX triplet: FB, 17 and 85. RGB value is (251,23,133). Sum of RGB (Red+Green+Blue) = 251+23+133=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1785 is #04E87A. Grayscale: #676767. Windows color (decimal): -321659 or 8722427. OLE color: 8722427.
HSL color Cylindrical-coordinate representation of color #FB1785: hue angle of 331.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1785 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 133 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.02 |
| HSL | 331.05º | 0.97% | 0.54% | - |
| HSV(B) | 331.05º | 0.91% | 0.98% | - |
| XYZ | 44.32 | 22.82 | 24.26 | - |
| YUV | 103.71 | 144.54 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 133 | 0 | 0.91 | 0.47 | 0.02 | 331.05 | 0.97 | 0.54 |
| Hex | FB | 17 | 85 | 0 | 5B | 2F | 2 | 14B | 61 | 36 |
| Octal | 373 | 27 | 205 | 0 | 133 | 57 | 2 | 513 | 141 | 66 |
| Binary | 11111011 | 10111 | 10000101 | 0 | 1011011 | 101111 | 10 | 101001011 | 1100001 | 110110 |
Color Harmonies of #FB1785
Complementary color
Monochromatic Colors of #FB1785
Black with #FB1785
Text Example
Text Example
White with #FB1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1785; }
p { color: rgb(251,23,133); }
H1.HeaderClassName
{
color: #FB1785;
}
.AnyTagClassName
{
color: #FB1785;
}
</style>
background-color css
<style>
a { background-color: #FB1785; }
a { background-color: rgb(251,23,133); }
div.DivClassName
{
background-color: #FB1785;
}
.BgClassName
{
background-color: #FB1785;
}
</style>
border-color css
<style>
span { border-color: #FB1785; }
span { border-color: rgb(251,23,133); }
td.TdClassName
{
border-color: #FB1785;
}
.TagClassName
{
border-color: #FB1785;
}
</style>