Shades of Deep Pink #FB1C7E
Tints of Deep Pink #FB1C7E
RGB
CMYK
RGB Variations
Color information
#FB1C7E (or 0xFB1C7E) is known color: Deep Pink. HEX triplet: FB, 1C and 7E. RGB value is (251,28,126). Sum of RGB (Red+Green+Blue) = 251+28+126=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C7E is #04E381. Grayscale: #696969. Windows color (decimal): -320386 or 8264955. OLE color: 8264955.
HSL color Cylindrical-coordinate representation of color #FB1C7E: hue angle of 333.63º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1C7E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 126 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.02 |
| HSL | 333.63º | 0.97% | 0.55% | - |
| HSV(B) | 333.63º | 0.89% | 0.98% | - |
| XYZ | 43.96 | 22.85 | 21.83 | - |
| YUV | 105.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 126 | 0 | 0.89 | 0.50 | 0.02 | 333.63 | 0.97 | 0.55 |
| Hex | FB | 1C | 7E | 0 | 59 | 32 | 2 | 14E | 61 | 37 |
| Octal | 373 | 34 | 176 | 0 | 131 | 62 | 2 | 516 | 141 | 67 |
| Binary | 11111011 | 11100 | 1111110 | 0 | 1011001 | 110010 | 10 | 101001110 | 1100001 | 110111 |
Color Harmonies of #FB1C7E
Complementary color
Monochromatic Colors of #FB1C7E
Black with #FB1C7E
Text Example
Text Example
White with #FB1C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C7E; }
p { color: rgb(251,28,126); }
H1.HeaderClassName
{
color: #FB1C7E;
}
.AnyTagClassName
{
color: #FB1C7E;
}
</style>
background-color css
<style>
a { background-color: #FB1C7E; }
a { background-color: rgb(251,28,126); }
div.DivClassName
{
background-color: #FB1C7E;
}
.BgClassName
{
background-color: #FB1C7E;
}
</style>
border-color css
<style>
span { border-color: #FB1C7E; }
span { border-color: rgb(251,28,126); }
td.TdClassName
{
border-color: #FB1C7E;
}
.TagClassName
{
border-color: #FB1C7E;
}
</style>