Shades of Deep Blush #FA7091
Tints of Deep Blush #FA7091
RGB
CMYK
RGB Variations
Color information
#FA7091 (or 0xFA7091) is known color: Deep Blush. HEX triplet: FA, 70 and 91. RGB value is (250,112,145). Sum of RGB (Red+Green+Blue) = 250+112+145=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7091 is #058F6E. Grayscale: #9D9D9D. Windows color (decimal): -364399 or 9531642. OLE color: 9531642.
HSL color Cylindrical-coordinate representation of color #FA7091: hue angle of 345.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7091 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 145 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.02 |
| HSL | 345.65º | 0.93% | 0.71% | - |
| HSV(B) | 345.65º | 0.55% | 0.98% | - |
| XYZ | 50.33 | 33.96 | 30.69 | - |
| YUV | 157.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 145 | 0 | 0.55 | 0.42 | 0.02 | 345.65 | 0.93 | 0.71 |
| Hex | FA | 70 | 91 | 0 | 37 | 2A | 2 | 15A | 5D | 47 |
| Octal | 372 | 160 | 221 | 0 | 67 | 52 | 2 | 532 | 135 | 107 |
| Binary | 11111010 | 1110000 | 10010001 | 0 | 110111 | 101010 | 10 | 101011010 | 1011101 | 1000111 |
Color Harmonies of #FA7091
Complementary color
Monochromatic Colors of #FA7091
Black with #FA7091
Text Example
Text Example
White with #FA7091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7091; }
p { color: rgb(250,112,145); }
H1.HeaderClassName
{
color: #FA7091;
}
.AnyTagClassName
{
color: #FA7091;
}
</style>
background-color css
<style>
a { background-color: #FA7091; }
a { background-color: rgb(250,112,145); }
div.DivClassName
{
background-color: #FA7091;
}
.BgClassName
{
background-color: #FA7091;
}
</style>
border-color css
<style>
span { border-color: #FA7091; }
span { border-color: rgb(250,112,145); }
td.TdClassName
{
border-color: #FA7091;
}
.TagClassName
{
border-color: #FA7091;
}
</style>