Shades of Deep Pink #FB1295
Tints of Deep Pink #FB1295
RGB
CMYK
RGB Variations
Color information
#FB1295 (or 0xFB1295) is known color: Deep Pink. HEX triplet: FB, 12 and 95. RGB value is (251,18,149). Sum of RGB (Red+Green+Blue) = 251+18+149=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1295 is #04ED6A. Grayscale: #666666. Windows color (decimal): -322923 or 9769723. OLE color: 9769723.
HSL color Cylindrical-coordinate representation of color #FB1295: hue angle of 326.27º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1295 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 149 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.02 |
| HSL | 326.27º | 0.97% | 0.53% | - |
| HSV(B) | 326.27º | 0.93% | 0.98% | - |
| XYZ | 45.42 | 23.11 | 30.5 | - |
| YUV | 102.6 | 154.19 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 149 | 0 | 0.93 | 0.41 | 0.02 | 326.27 | 0.97 | 0.53 |
| Hex | FB | 12 | 95 | 0 | 5D | 29 | 2 | 146 | 61 | 35 |
| Octal | 373 | 22 | 225 | 0 | 135 | 51 | 2 | 506 | 141 | 65 |
| Binary | 11111011 | 10010 | 10010101 | 0 | 1011101 | 101001 | 10 | 101000110 | 1100001 | 110101 |
Color Harmonies of #FB1295
Complementary color
Monochromatic Colors of #FB1295
Black with #FB1295
Text Example
Text Example
White with #FB1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1295; }
p { color: rgb(251,18,149); }
H1.HeaderClassName
{
color: #FB1295;
}
.AnyTagClassName
{
color: #FB1295;
}
</style>
background-color css
<style>
a { background-color: #FB1295; }
a { background-color: rgb(251,18,149); }
div.DivClassName
{
background-color: #FB1295;
}
.BgClassName
{
background-color: #FB1295;
}
</style>
border-color css
<style>
span { border-color: #FB1295; }
span { border-color: rgb(251,18,149); }
td.TdClassName
{
border-color: #FB1295;
}
.TagClassName
{
border-color: #FB1295;
}
</style>