Shades of Deep Pink #FB1897
Tints of Deep Pink #FB1897
RGB
CMYK
RGB Variations
Color information
#FB1897 (or 0xFB1897) is known color: Deep Pink. HEX triplet: FB, 18 and 97. RGB value is (251,24,151). Sum of RGB (Red+Green+Blue) = 251+24+151=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1897 is #04E768. Grayscale: #6A6A6A. Windows color (decimal): -321385 or 9902331. OLE color: 9902331.
HSL color Cylindrical-coordinate representation of color #FB1897: hue angle of 326.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1897 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 151 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.02 |
| HSL | 326.43º | 0.97% | 0.54% | - |
| HSV(B) | 326.43º | 0.9% | 0.98% | - |
| XYZ | 45.7 | 23.4 | 31.39 | - |
| YUV | 106.35 | 153.21 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 151 | 0 | 0.90 | 0.40 | 0.02 | 326.43 | 0.97 | 0.54 |
| Hex | FB | 18 | 97 | 0 | 5A | 28 | 2 | 146 | 61 | 36 |
| Octal | 373 | 30 | 227 | 0 | 132 | 50 | 2 | 506 | 141 | 66 |
| Binary | 11111011 | 11000 | 10010111 | 0 | 1011010 | 101000 | 10 | 101000110 | 1100001 | 110110 |
Color Harmonies of #FB1897
Complementary color
Monochromatic Colors of #FB1897
Black with #FB1897
Text Example
Text Example
White with #FB1897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1897; }
p { color: rgb(251,24,151); }
H1.HeaderClassName
{
color: #FB1897;
}
.AnyTagClassName
{
color: #FB1897;
}
</style>
background-color css
<style>
a { background-color: #FB1897; }
a { background-color: rgb(251,24,151); }
div.DivClassName
{
background-color: #FB1897;
}
.BgClassName
{
background-color: #FB1897;
}
</style>
border-color css
<style>
span { border-color: #FB1897; }
span { border-color: rgb(251,24,151); }
td.TdClassName
{
border-color: #FB1897;
}
.TagClassName
{
border-color: #FB1897;
}
</style>