Shades of Deep Blush #F27088
Tints of Deep Blush #F27088
RGB
CMYK
RGB Variations
Color information
#F27088 (or 0xF27088) is known color: Deep Blush. HEX triplet: F2, 70 and 88. RGB value is (242,112,136). Sum of RGB (Red+Green+Blue) = 242+112+136=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F27088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27088 is #0D8F77. Grayscale: #999999. Windows color (decimal): -888696 or 8941810. OLE color: 8941810.
HSL color Cylindrical-coordinate representation of color #F27088: hue angle of 348.92º 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 #F27088 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 136 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.05 |
| HSL | 348.92º | 0.83% | 0.69% | - |
| HSV(B) | 348.92º | 0.54% | 0.95% | - |
| XYZ | 46.86 | 32.24 | 27.05 | - |
| YUV | 153.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 136 | 0 | 0.54 | 0.44 | 0.05 | 348.92 | 0.83 | 0.69 |
| Hex | F2 | 70 | 88 | 0 | 36 | 2C | 5 | 15D | 53 | 45 |
| Octal | 362 | 160 | 210 | 0 | 66 | 54 | 5 | 535 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10001000 | 0 | 110110 | 101100 | 101 | 101011101 | 1010011 | 1000101 |
Color Harmonies of #F27088
Complementary color
Monochromatic Colors of #F27088
Black with #F27088
Text Example
Text Example
White with #F27088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27088; }
p { color: rgb(242,112,136); }
H1.HeaderClassName
{
color: #F27088;
}
.AnyTagClassName
{
color: #F27088;
}
</style>
background-color css
<style>
a { background-color: #F27088; }
a { background-color: rgb(242,112,136); }
div.DivClassName
{
background-color: #F27088;
}
.BgClassName
{
background-color: #F27088;
}
</style>
border-color css
<style>
span { border-color: #F27088; }
span { border-color: rgb(242,112,136); }
td.TdClassName
{
border-color: #F27088;
}
.TagClassName
{
border-color: #F27088;
}
</style>