Shades of Deep Pink #FB1A7D
Tints of Deep Pink #FB1A7D
RGB
CMYK
RGB Variations
Color information
#FB1A7D (or 0xFB1A7D) is known color: Deep Pink. HEX triplet: FB, 1A and 7D. RGB value is (251,26,125). Sum of RGB (Red+Green+Blue) = 251+26+125=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A7D is #04E582. Grayscale: #686868. Windows color (decimal): -320899 or 8198907. OLE color: 8198907.
HSL color Cylindrical-coordinate representation of color #FB1A7D: hue angle of 333.6º 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 #FB1A7D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 125 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.02 |
| HSL | 333.6º | 0.97% | 0.54% | - |
| HSV(B) | 333.6º | 0.9% | 0.98% | - |
| XYZ | 43.85 | 22.73 | 21.48 | - |
| YUV | 104.56 | 139.54 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 125 | 0 | 0.90 | 0.50 | 0.02 | 333.6 | 0.97 | 0.54 |
| Hex | FB | 1A | 7D | 0 | 5A | 32 | 2 | 14E | 61 | 36 |
| Octal | 373 | 32 | 175 | 0 | 132 | 62 | 2 | 516 | 141 | 66 |
| Binary | 11111011 | 11010 | 1111101 | 0 | 1011010 | 110010 | 10 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FB1A7D
Complementary color
Monochromatic Colors of #FB1A7D
Black with #FB1A7D
Text Example
Text Example
White with #FB1A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A7D; }
p { color: rgb(251,26,125); }
H1.HeaderClassName
{
color: #FB1A7D;
}
.AnyTagClassName
{
color: #FB1A7D;
}
</style>
background-color css
<style>
a { background-color: #FB1A7D; }
a { background-color: rgb(251,26,125); }
div.DivClassName
{
background-color: #FB1A7D;
}
.BgClassName
{
background-color: #FB1A7D;
}
</style>
border-color css
<style>
span { border-color: #FB1A7D; }
span { border-color: rgb(251,26,125); }
td.TdClassName
{
border-color: #FB1A7D;
}
.TagClassName
{
border-color: #FB1A7D;
}
</style>