Shades of Deep Pink #FB1797
Tints of Deep Pink #FB1797
RGB
CMYK
RGB Variations
Color information
#FB1797 (or 0xFB1797) is known color: Deep Pink. HEX triplet: FB, 17 and 97. RGB value is (251,23,151). Sum of RGB (Red+Green+Blue) = 251+23+151=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1797 is #04E868. Grayscale: #696969. Windows color (decimal): -321641 or 9902075. OLE color: 9902075.
HSL color Cylindrical-coordinate representation of color #FB1797: hue angle of 326.32º 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 #FB1797 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 151 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.02 |
| HSL | 326.32º | 0.97% | 0.54% | - |
| HSV(B) | 326.32º | 0.91% | 0.98% | - |
| XYZ | 45.68 | 23.36 | 31.38 | - |
| YUV | 105.76 | 153.54 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 151 | 0 | 0.91 | 0.40 | 0.02 | 326.32 | 0.97 | 0.54 |
| Hex | FB | 17 | 97 | 0 | 5B | 28 | 2 | 146 | 61 | 36 |
| Octal | 373 | 27 | 227 | 0 | 133 | 50 | 2 | 506 | 141 | 66 |
| Binary | 11111011 | 10111 | 10010111 | 0 | 1011011 | 101000 | 10 | 101000110 | 1100001 | 110110 |
Color Harmonies of #FB1797
Complementary color
Monochromatic Colors of #FB1797
Black with #FB1797
Text Example
Text Example
White with #FB1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1797; }
p { color: rgb(251,23,151); }
H1.HeaderClassName
{
color: #FB1797;
}
.AnyTagClassName
{
color: #FB1797;
}
</style>
background-color css
<style>
a { background-color: #FB1797; }
a { background-color: rgb(251,23,151); }
div.DivClassName
{
background-color: #FB1797;
}
.BgClassName
{
background-color: #FB1797;
}
</style>
border-color css
<style>
span { border-color: #FB1797; }
span { border-color: rgb(251,23,151); }
td.TdClassName
{
border-color: #FB1797;
}
.TagClassName
{
border-color: #FB1797;
}
</style>