Shades of Deep Blush #FB7291
Tints of Deep Blush #FB7291
RGB
CMYK
RGB Variations
Color information
#FB7291 (or 0xFB7291) is known color: Deep Blush. HEX triplet: FB, 72 and 91. RGB value is (251,114,145). Sum of RGB (Red+Green+Blue) = 251+114+145=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7291 is #048D6E. Grayscale: #9E9E9E. Windows color (decimal): -298351 or 9532155. OLE color: 9532155.
HSL color Cylindrical-coordinate representation of color #FB7291: hue angle of 346.42º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7291 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 145 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.02 |
| HSL | 346.42º | 0.94% | 0.72% | - |
| HSV(B) | 346.42º | 0.55% | 0.98% | - |
| XYZ | 50.91 | 34.59 | 30.78 | - |
| YUV | 158.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 145 | 0 | 0.55 | 0.42 | 0.02 | 346.42 | 0.94 | 0.72 |
| Hex | FB | 72 | 91 | 0 | 37 | 2A | 2 | 15A | 5E | 48 |
| Octal | 373 | 162 | 221 | 0 | 67 | 52 | 2 | 532 | 136 | 110 |
| Binary | 11111011 | 1110010 | 10010001 | 0 | 110111 | 101010 | 10 | 101011010 | 1011110 | 1001000 |
Color Harmonies of #FB7291
Complementary color
Monochromatic Colors of #FB7291
Black with #FB7291
Text Example
Text Example
White with #FB7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7291; }
p { color: rgb(251,114,145); }
H1.HeaderClassName
{
color: #FB7291;
}
.AnyTagClassName
{
color: #FB7291;
}
</style>
background-color css
<style>
a { background-color: #FB7291; }
a { background-color: rgb(251,114,145); }
div.DivClassName
{
background-color: #FB7291;
}
.BgClassName
{
background-color: #FB7291;
}
</style>
border-color css
<style>
span { border-color: #FB7291; }
span { border-color: rgb(251,114,145); }
td.TdClassName
{
border-color: #FB7291;
}
.TagClassName
{
border-color: #FB7291;
}
</style>