Shades of Deep Pink #FB017B
Tints of Deep Pink #FB017B
RGB
CMYK
RGB Variations
Color information
#FB017B (or 0xFB017B) is known color: Deep Pink. HEX triplet: FB, 01 and 7B. RGB value is (251,1,123). Sum of RGB (Red+Green+Blue) = 251+1+123=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB017B is #04FE84. Grayscale: #595959. Windows color (decimal): -327301 or 8061435. OLE color: 8061435.
HSL color Cylindrical-coordinate representation of color #FB017B: hue angle of 330.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB017B is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.02 |
| HSL | 330.72º | 0.99% | 0.49% | - |
| HSV(B) | 330.72º | 1% | 0.98% | - |
| XYZ | 43.37 | 21.96 | 20.69 | - |
| YUV | 89.66 | 146.83 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 123 | 0 | 1.00 | 0.51 | 0.02 | 330.72 | 0.99 | 0.49 |
| Hex | FB | 1 | 7B | 0 | 64 | 33 | 2 | 14B | 63 | 31 |
| Octal | 373 | 1 | 173 | 0 | 144 | 63 | 2 | 513 | 143 | 61 |
| Binary | 11111011 | 1 | 1111011 | 0 | 1100100 | 110011 | 10 | 101001011 | 1100011 | 110001 |
Color Harmonies of #FB017B
Complementary color
Monochromatic Colors of #FB017B
Black with #FB017B
Text Example
Text Example
White with #FB017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB017B; }
p { color: rgb(251,1,123); }
H1.HeaderClassName
{
color: #FB017B;
}
.AnyTagClassName
{
color: #FB017B;
}
</style>
background-color css
<style>
a { background-color: #FB017B; }
a { background-color: rgb(251,1,123); }
div.DivClassName
{
background-color: #FB017B;
}
.BgClassName
{
background-color: #FB017B;
}
</style>
border-color css
<style>
span { border-color: #FB017B; }
span { border-color: rgb(251,1,123); }
td.TdClassName
{
border-color: #FB017B;
}
.TagClassName
{
border-color: #FB017B;
}
</style>