Shades of Deep Pink #FB1F90
Tints of Deep Pink #FB1F90
RGB
CMYK
RGB Variations
Color information
#FB1F90 (or 0xFB1F90) is known color: Deep Pink. HEX triplet: FB, 1F and 90. RGB value is (251,31,144). Sum of RGB (Red+Green+Blue) = 251+31+144=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F90 is #04E06F. Grayscale: #6D6D6D. Windows color (decimal): -319600 or 9445371. OLE color: 9445371.
HSL color Cylindrical-coordinate representation of color #FB1F90: hue angle of 329.18º 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 #FB1F90 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 144 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.02 |
| HSL | 329.18º | 0.96% | 0.55% | - |
| HSV(B) | 329.18º | 0.88% | 0.98% | - |
| XYZ | 45.31 | 23.5 | 28.53 | - |
| YUV | 109.66 | 147.39 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 144 | 0 | 0.88 | 0.43 | 0.02 | 329.18 | 0.96 | 0.55 |
| Hex | FB | 1F | 90 | 0 | 58 | 2B | 2 | 149 | 60 | 37 |
| Octal | 373 | 37 | 220 | 0 | 130 | 53 | 2 | 511 | 140 | 67 |
| Binary | 11111011 | 11111 | 10010000 | 0 | 1011000 | 101011 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FB1F90
Complementary color
Monochromatic Colors of #FB1F90
Black with #FB1F90
Text Example
Text Example
White with #FB1F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F90; }
p { color: rgb(251,31,144); }
H1.HeaderClassName
{
color: #FB1F90;
}
.AnyTagClassName
{
color: #FB1F90;
}
</style>
background-color css
<style>
a { background-color: #FB1F90; }
a { background-color: rgb(251,31,144); }
div.DivClassName
{
background-color: #FB1F90;
}
.BgClassName
{
background-color: #FB1F90;
}
</style>
border-color css
<style>
span { border-color: #FB1F90; }
span { border-color: rgb(251,31,144); }
td.TdClassName
{
border-color: #FB1F90;
}
.TagClassName
{
border-color: #FB1F90;
}
</style>