Shades of Deep Pink #FB0184
Tints of Deep Pink #FB0184
RGB
CMYK
RGB Variations
Color information
#FB0184 (or 0xFB0184) is known color: Deep Pink. HEX triplet: FB, 01 and 84. RGB value is (251,1,132). Sum of RGB (Red+Green+Blue) = 251+1+132=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0184 is #04FE7B. Grayscale: #5A5A5A. Windows color (decimal): -327292 or 8651259. OLE color: 8651259.
HSL color Cylindrical-coordinate representation of color #FB0184: hue angle of 328.56º 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 #FB0184 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.02 |
| HSL | 328.56º | 0.99% | 0.49% | - |
| HSV(B) | 328.56º | 1% | 0.98% | - |
| XYZ | 43.96 | 22.2 | 23.8 | - |
| YUV | 90.68 | 151.33 | 242.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 132 | 0 | 1.00 | 0.47 | 0.02 | 328.56 | 0.99 | 0.49 |
| Hex | FB | 1 | 84 | 0 | 64 | 2F | 2 | 149 | 63 | 31 |
| Octal | 373 | 1 | 204 | 0 | 144 | 57 | 2 | 511 | 143 | 61 |
| Binary | 11111011 | 1 | 10000100 | 0 | 1100100 | 101111 | 10 | 101001001 | 1100011 | 110001 |
Color Harmonies of #FB0184
Complementary color
Monochromatic Colors of #FB0184
Black with #FB0184
Text Example
Text Example
White with #FB0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0184; }
p { color: rgb(251,1,132); }
H1.HeaderClassName
{
color: #FB0184;
}
.AnyTagClassName
{
color: #FB0184;
}
</style>
background-color css
<style>
a { background-color: #FB0184; }
a { background-color: rgb(251,1,132); }
div.DivClassName
{
background-color: #FB0184;
}
.BgClassName
{
background-color: #FB0184;
}
</style>
border-color css
<style>
span { border-color: #FB0184; }
span { border-color: rgb(251,1,132); }
td.TdClassName
{
border-color: #FB0184;
}
.TagClassName
{
border-color: #FB0184;
}
</style>