Shades of Deep Pink #FB017D
Tints of Deep Pink #FB017D
RGB
CMYK
RGB Variations
Color information
#FB017D (or 0xFB017D) is known color: Deep Pink. HEX triplet: FB, 01 and 7D. RGB value is (251,1,125). Sum of RGB (Red+Green+Blue) = 251+1+125=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB017D is #04FE82. Grayscale: #595959. Windows color (decimal): -327299 or 8192507. OLE color: 8192507.
HSL color Cylindrical-coordinate representation of color #FB017D: hue angle of 330.24º 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 #FB017D is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.02 |
| HSL | 330.24º | 0.99% | 0.49% | - |
| HSV(B) | 330.24º | 1% | 0.98% | - |
| XYZ | 43.5 | 22.01 | 21.36 | - |
| YUV | 89.89 | 147.83 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 125 | 0 | 1.00 | 0.50 | 0.02 | 330.24 | 0.99 | 0.49 |
| Hex | FB | 1 | 7D | 0 | 64 | 32 | 2 | 14A | 63 | 31 |
| Octal | 373 | 1 | 175 | 0 | 144 | 62 | 2 | 512 | 143 | 61 |
| Binary | 11111011 | 1 | 1111101 | 0 | 1100100 | 110010 | 10 | 101001010 | 1100011 | 110001 |
Color Harmonies of #FB017D
Complementary color
Monochromatic Colors of #FB017D
Black with #FB017D
Text Example
Text Example
White with #FB017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB017D; }
p { color: rgb(251,1,125); }
H1.HeaderClassName
{
color: #FB017D;
}
.AnyTagClassName
{
color: #FB017D;
}
</style>
background-color css
<style>
a { background-color: #FB017D; }
a { background-color: rgb(251,1,125); }
div.DivClassName
{
background-color: #FB017D;
}
.BgClassName
{
background-color: #FB017D;
}
</style>
border-color css
<style>
span { border-color: #FB017D; }
span { border-color: rgb(251,1,125); }
td.TdClassName
{
border-color: #FB017D;
}
.TagClassName
{
border-color: #FB017D;
}
</style>