Shades of Deep Pink #FB1397
Tints of Deep Pink #FB1397
RGB
CMYK
RGB Variations
Color information
#FB1397 (or 0xFB1397) is known color: Deep Pink. HEX triplet: FB, 13 and 97. RGB value is (251,19,151). Sum of RGB (Red+Green+Blue) = 251+19+151=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1397 is #04EC68. Grayscale: #676767. Windows color (decimal): -322665 or 9901051. OLE color: 9901051.
HSL color Cylindrical-coordinate representation of color #FB1397: hue angle of 325.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1397 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.02 |
| HSL | 325.86º | 0.97% | 0.53% | - |
| HSV(B) | 325.86º | 0.92% | 0.98% | - |
| XYZ | 45.6 | 23.21 | 31.35 | - |
| YUV | 103.42 | 154.86 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 151 | 0 | 0.92 | 0.40 | 0.02 | 325.86 | 0.97 | 0.53 |
| Hex | FB | 13 | 97 | 0 | 5C | 28 | 2 | 146 | 61 | 35 |
| Octal | 373 | 23 | 227 | 0 | 134 | 50 | 2 | 506 | 141 | 65 |
| Binary | 11111011 | 10011 | 10010111 | 0 | 1011100 | 101000 | 10 | 101000110 | 1100001 | 110101 |
Color Harmonies of #FB1397
Complementary color
Monochromatic Colors of #FB1397
Black with #FB1397
Text Example
Text Example
White with #FB1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1397; }
p { color: rgb(251,19,151); }
H1.HeaderClassName
{
color: #FB1397;
}
.AnyTagClassName
{
color: #FB1397;
}
</style>
background-color css
<style>
a { background-color: #FB1397; }
a { background-color: rgb(251,19,151); }
div.DivClassName
{
background-color: #FB1397;
}
.BgClassName
{
background-color: #FB1397;
}
</style>
border-color css
<style>
span { border-color: #FB1397; }
span { border-color: rgb(251,19,151); }
td.TdClassName
{
border-color: #FB1397;
}
.TagClassName
{
border-color: #FB1397;
}
</style>