Shades of Deep Pink #FB0180
Tints of Deep Pink #FB0180
RGB
CMYK
RGB Variations
Color information
#FB0180 (or 0xFB0180) is known color: Deep Pink. HEX triplet: FB, 01 and 80. RGB value is (251,1,128). Sum of RGB (Red+Green+Blue) = 251+1+128=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0180 is #04FE7F. Grayscale: #595959. Windows color (decimal): -327296 or 8389115. OLE color: 8389115.
HSL color Cylindrical-coordinate representation of color #FB0180: hue angle of 329.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0180 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.02 |
| HSL | 329.52º | 0.99% | 0.49% | - |
| HSV(B) | 329.52º | 1% | 0.98% | - |
| XYZ | 43.69 | 22.09 | 22.38 | - |
| YUV | 90.23 | 149.33 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 128 | 0 | 1.00 | 0.49 | 0.02 | 329.52 | 0.99 | 0.49 |
| Hex | FB | 1 | 80 | 0 | 64 | 31 | 2 | 14A | 63 | 31 |
| Octal | 373 | 1 | 200 | 0 | 144 | 61 | 2 | 512 | 143 | 61 |
| Binary | 11111011 | 1 | 10000000 | 0 | 1100100 | 110001 | 10 | 101001010 | 1100011 | 110001 |
Color Harmonies of #FB0180
Complementary color
Monochromatic Colors of #FB0180
Black with #FB0180
Text Example
Text Example
White with #FB0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0180; }
p { color: rgb(251,1,128); }
H1.HeaderClassName
{
color: #FB0180;
}
.AnyTagClassName
{
color: #FB0180;
}
</style>
background-color css
<style>
a { background-color: #FB0180; }
a { background-color: rgb(251,1,128); }
div.DivClassName
{
background-color: #FB0180;
}
.BgClassName
{
background-color: #FB0180;
}
</style>
border-color css
<style>
span { border-color: #FB0180; }
span { border-color: rgb(251,1,128); }
td.TdClassName
{
border-color: #FB0180;
}
.TagClassName
{
border-color: #FB0180;
}
</style>