Shades of Deep Pink #FB1F81
Tints of Deep Pink #FB1F81
RGB
CMYK
RGB Variations
Color information
#FB1F81 (or 0xFB1F81) is known color: Deep Pink. HEX triplet: FB, 1F and 81. RGB value is (251,31,129). Sum of RGB (Red+Green+Blue) = 251+31+129=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F81 is #04E07E. Grayscale: #6B6B6B. Windows color (decimal): -319615 or 8462331. OLE color: 8462331.
HSL color Cylindrical-coordinate representation of color #FB1F81: hue angle of 333.27º 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 #FB1F81 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 129 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.02 |
| HSL | 333.27º | 0.96% | 0.55% | - |
| HSV(B) | 333.27º | 0.88% | 0.98% | - |
| XYZ | 44.24 | 23.07 | 22.89 | - |
| YUV | 107.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 129 | 0 | 0.88 | 0.49 | 0.02 | 333.27 | 0.96 | 0.55 |
| Hex | FB | 1F | 81 | 0 | 58 | 31 | 2 | 14D | 60 | 37 |
| Octal | 373 | 37 | 201 | 0 | 130 | 61 | 2 | 515 | 140 | 67 |
| Binary | 11111011 | 11111 | 10000001 | 0 | 1011000 | 110001 | 10 | 101001101 | 1100000 | 110111 |
Color Harmonies of #FB1F81
Complementary color
Monochromatic Colors of #FB1F81
Black with #FB1F81
Text Example
Text Example
White with #FB1F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F81; }
p { color: rgb(251,31,129); }
H1.HeaderClassName
{
color: #FB1F81;
}
.AnyTagClassName
{
color: #FB1F81;
}
</style>
background-color css
<style>
a { background-color: #FB1F81; }
a { background-color: rgb(251,31,129); }
div.DivClassName
{
background-color: #FB1F81;
}
.BgClassName
{
background-color: #FB1F81;
}
</style>
border-color css
<style>
span { border-color: #FB1F81; }
span { border-color: rgb(251,31,129); }
td.TdClassName
{
border-color: #FB1F81;
}
.TagClassName
{
border-color: #FB1F81;
}
</style>