Shades of Deep Pink #FB1795
Tints of Deep Pink #FB1795
RGB
CMYK
RGB Variations
Color information
#FB1795 (or 0xFB1795) is known color: Deep Pink. HEX triplet: FB, 17 and 95. RGB value is (251,23,149). Sum of RGB (Red+Green+Blue) = 251+23+149=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1795 is #04E86A. Grayscale: #696969. Windows color (decimal): -321643 or 9771003. OLE color: 9771003.
HSL color Cylindrical-coordinate representation of color #FB1795: hue angle of 326.84º 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 #FB1795 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 149 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.02 |
| HSL | 326.84º | 0.97% | 0.54% | - |
| HSV(B) | 326.84º | 0.91% | 0.98% | - |
| XYZ | 45.51 | 23.29 | 30.53 | - |
| YUV | 105.54 | 152.54 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 149 | 0 | 0.91 | 0.41 | 0.02 | 326.84 | 0.97 | 0.54 |
| Hex | FB | 17 | 95 | 0 | 5B | 29 | 2 | 147 | 61 | 36 |
| Octal | 373 | 27 | 225 | 0 | 133 | 51 | 2 | 507 | 141 | 66 |
| Binary | 11111011 | 10111 | 10010101 | 0 | 1011011 | 101001 | 10 | 101000111 | 1100001 | 110110 |
Color Harmonies of #FB1795
Complementary color
Monochromatic Colors of #FB1795
Black with #FB1795
Text Example
Text Example
White with #FB1795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1795; }
p { color: rgb(251,23,149); }
H1.HeaderClassName
{
color: #FB1795;
}
.AnyTagClassName
{
color: #FB1795;
}
</style>
background-color css
<style>
a { background-color: #FB1795; }
a { background-color: rgb(251,23,149); }
div.DivClassName
{
background-color: #FB1795;
}
.BgClassName
{
background-color: #FB1795;
}
</style>
border-color css
<style>
span { border-color: #FB1795; }
span { border-color: rgb(251,23,149); }
td.TdClassName
{
border-color: #FB1795;
}
.TagClassName
{
border-color: #FB1795;
}
</style>