Shades of Deep Pink #FB1694
Tints of Deep Pink #FB1694
RGB
CMYK
RGB Variations
Color information
#FB1694 (or 0xFB1694) is known color: Deep Pink. HEX triplet: FB, 16 and 94. RGB value is (251,22,148). Sum of RGB (Red+Green+Blue) = 251+22+148=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1694 is #04E96B. Grayscale: #686868. Windows color (decimal): -321900 or 9705211. OLE color: 9705211.
HSL color Cylindrical-coordinate representation of color #FB1694: hue angle of 326.99º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1694 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 148 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.02 |
| HSL | 326.99º | 0.97% | 0.54% | - |
| HSV(B) | 326.99º | 0.91% | 0.98% | - |
| XYZ | 45.42 | 23.22 | 30.11 | - |
| YUV | 104.84 | 152.37 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 148 | 0 | 0.91 | 0.41 | 0.02 | 326.99 | 0.97 | 0.54 |
| Hex | FB | 16 | 94 | 0 | 5B | 29 | 2 | 147 | 61 | 36 |
| Octal | 373 | 26 | 224 | 0 | 133 | 51 | 2 | 507 | 141 | 66 |
| Binary | 11111011 | 10110 | 10010100 | 0 | 1011011 | 101001 | 10 | 101000111 | 1100001 | 110110 |
Color Harmonies of #FB1694
Complementary color
Monochromatic Colors of #FB1694
Black with #FB1694
Text Example
Text Example
White with #FB1694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1694; }
p { color: rgb(251,22,148); }
H1.HeaderClassName
{
color: #FB1694;
}
.AnyTagClassName
{
color: #FB1694;
}
</style>
background-color css
<style>
a { background-color: #FB1694; }
a { background-color: rgb(251,22,148); }
div.DivClassName
{
background-color: #FB1694;
}
.BgClassName
{
background-color: #FB1694;
}
</style>
border-color css
<style>
span { border-color: #FB1694; }
span { border-color: rgb(251,22,148); }
td.TdClassName
{
border-color: #FB1694;
}
.TagClassName
{
border-color: #FB1694;
}
</style>