Shades of Deep Blush #F27089
Tints of Deep Blush #F27089
RGB
CMYK
RGB Variations
Color information
#F27089 (or 0xF27089) is known color: Deep Blush. HEX triplet: F2, 70 and 89. RGB value is (242,112,137). Sum of RGB (Red+Green+Blue) = 242+112+137=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F27089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27089 is #0D8F76. Grayscale: #999999. Windows color (decimal): -888695 or 9007346. OLE color: 9007346.
HSL color Cylindrical-coordinate representation of color #F27089: hue angle of 348.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F27089 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 137 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.05 |
| HSL | 348.46º | 0.83% | 0.69% | - |
| HSV(B) | 348.46º | 0.54% | 0.95% | - |
| XYZ | 46.93 | 32.27 | 27.42 | - |
| YUV | 153.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 137 | 0 | 0.54 | 0.43 | 0.05 | 348.46 | 0.83 | 0.69 |
| Hex | F2 | 70 | 89 | 0 | 36 | 2B | 5 | 15C | 53 | 45 |
| Octal | 362 | 160 | 211 | 0 | 66 | 53 | 5 | 534 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10001001 | 0 | 110110 | 101011 | 101 | 101011100 | 1010011 | 1000101 |
Color Harmonies of #F27089
Complementary color
Monochromatic Colors of #F27089
Black with #F27089
Text Example
Text Example
White with #F27089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27089; }
p { color: rgb(242,112,137); }
H1.HeaderClassName
{
color: #F27089;
}
.AnyTagClassName
{
color: #F27089;
}
</style>
background-color css
<style>
a { background-color: #F27089; }
a { background-color: rgb(242,112,137); }
div.DivClassName
{
background-color: #F27089;
}
.BgClassName
{
background-color: #F27089;
}
</style>
border-color css
<style>
span { border-color: #F27089; }
span { border-color: rgb(242,112,137); }
td.TdClassName
{
border-color: #F27089;
}
.TagClassName
{
border-color: #F27089;
}
</style>