Shades of Deep Blush #F27188
Tints of Deep Blush #F27188
RGB
CMYK
RGB Variations
Color information
#F27188 (or 0xF27188) is known color: Deep Blush. HEX triplet: F2, 71 and 88. RGB value is (242,113,136). Sum of RGB (Red+Green+Blue) = 242+113+136=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F27188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27188 is #0D8E77. Grayscale: #9A9A9A. Windows color (decimal): -888440 or 8942066. OLE color: 8942066.
HSL color Cylindrical-coordinate representation of color #F27188: hue angle of 349.3º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F27188 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 136 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.05 |
| HSL | 349.3º | 0.83% | 0.7% | - |
| HSV(B) | 349.3º | 0.53% | 0.95% | - |
| XYZ | 46.97 | 32.47 | 27.08 | - |
| YUV | 154.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 136 | 0 | 0.53 | 0.44 | 0.05 | 349.3 | 0.83 | 0.7 |
| Hex | F2 | 71 | 88 | 0 | 35 | 2C | 5 | 15D | 53 | 46 |
| Octal | 362 | 161 | 210 | 0 | 65 | 54 | 5 | 535 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10001000 | 0 | 110101 | 101100 | 101 | 101011101 | 1010011 | 1000110 |
Color Harmonies of #F27188
Complementary color
Monochromatic Colors of #F27188
Black with #F27188
Text Example
Text Example
White with #F27188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27188; }
p { color: rgb(242,113,136); }
H1.HeaderClassName
{
color: #F27188;
}
.AnyTagClassName
{
color: #F27188;
}
</style>
background-color css
<style>
a { background-color: #F27188; }
a { background-color: rgb(242,113,136); }
div.DivClassName
{
background-color: #F27188;
}
.BgClassName
{
background-color: #F27188;
}
</style>
border-color css
<style>
span { border-color: #F27188; }
span { border-color: rgb(242,113,136); }
td.TdClassName
{
border-color: #F27188;
}
.TagClassName
{
border-color: #F27188;
}
</style>