Shades of Deep Pink #FB1D8A
Tints of Deep Pink #FB1D8A
RGB
CMYK
RGB Variations
Color information
#FB1D8A (or 0xFB1D8A) is known color: Deep Pink. HEX triplet: FB, 1D and 8A. RGB value is (251,29,138). Sum of RGB (Red+Green+Blue) = 251+29+138=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1D8A is #04E275. Grayscale: #6B6B6B. Windows color (decimal): -320118 or 9051643. OLE color: 9051643.
HSL color Cylindrical-coordinate representation of color #FB1D8A: hue angle of 330.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D8A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 138 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.02 |
| HSL | 330.54º | 0.97% | 0.55% | - |
| HSV(B) | 330.54º | 0.88% | 0.98% | - |
| XYZ | 44.81 | 23.22 | 26.17 | - |
| YUV | 107.8 | 145.05 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 138 | 0 | 0.88 | 0.45 | 0.02 | 330.54 | 0.97 | 0.55 |
| Hex | FB | 1D | 8A | 0 | 58 | 2D | 2 | 14B | 61 | 37 |
| Octal | 373 | 35 | 212 | 0 | 130 | 55 | 2 | 513 | 141 | 67 |
| Binary | 11111011 | 11101 | 10001010 | 0 | 1011000 | 101101 | 10 | 101001011 | 1100001 | 110111 |
Color Harmonies of #FB1D8A
Complementary color
Monochromatic Colors of #FB1D8A
Black with #FB1D8A
Text Example
Text Example
White with #FB1D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D8A; }
p { color: rgb(251,29,138); }
H1.HeaderClassName
{
color: #FB1D8A;
}
.AnyTagClassName
{
color: #FB1D8A;
}
</style>
background-color css
<style>
a { background-color: #FB1D8A; }
a { background-color: rgb(251,29,138); }
div.DivClassName
{
background-color: #FB1D8A;
}
.BgClassName
{
background-color: #FB1D8A;
}
</style>
border-color css
<style>
span { border-color: #FB1D8A; }
span { border-color: rgb(251,29,138); }
td.TdClassName
{
border-color: #FB1D8A;
}
.TagClassName
{
border-color: #FB1D8A;
}
</style>