Shades of Deep Pink #FB1F7E
Tints of Deep Pink #FB1F7E
RGB
CMYK
RGB Variations
Color information
#FB1F7E (or 0xFB1F7E) is known color: Deep Pink. HEX triplet: FB, 1F and 7E. RGB value is (251,31,126). Sum of RGB (Red+Green+Blue) = 251+31+126=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1F7E is #04E081. Grayscale: #6B6B6B. Windows color (decimal): -319618 or 8265723. OLE color: 8265723.
HSL color Cylindrical-coordinate representation of color #FB1F7E: hue angle of 334.09º degrees, saturation: 0.96, 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 #FB1F7E is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 126 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.02 |
| HSL | 334.09º | 0.96% | 0.55% | - |
| HSV(B) | 334.09º | 0.88% | 0.98% | - |
| XYZ | 44.04 | 23 | 21.86 | - |
| YUV | 107.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 126 | 0 | 0.88 | 0.50 | 0.02 | 334.09 | 0.96 | 0.55 |
| Hex | FB | 1F | 7E | 0 | 58 | 32 | 2 | 14E | 60 | 37 |
| Octal | 373 | 37 | 176 | 0 | 130 | 62 | 2 | 516 | 140 | 67 |
| Binary | 11111011 | 11111 | 1111110 | 0 | 1011000 | 110010 | 10 | 101001110 | 1100000 | 110111 |
Color Harmonies of #FB1F7E
Complementary color
Monochromatic Colors of #FB1F7E
Black with #FB1F7E
Text Example
Text Example
White with #FB1F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F7E; }
p { color: rgb(251,31,126); }
H1.HeaderClassName
{
color: #FB1F7E;
}
.AnyTagClassName
{
color: #FB1F7E;
}
</style>
background-color css
<style>
a { background-color: #FB1F7E; }
a { background-color: rgb(251,31,126); }
div.DivClassName
{
background-color: #FB1F7E;
}
.BgClassName
{
background-color: #FB1F7E;
}
</style>
border-color css
<style>
span { border-color: #FB1F7E; }
span { border-color: rgb(251,31,126); }
td.TdClassName
{
border-color: #FB1F7E;
}
.TagClassName
{
border-color: #FB1F7E;
}
</style>