Shades of Deep Blush #F27185
Tints of Deep Blush #F27185
RGB
CMYK
RGB Variations
Color information
#F27185 (or 0xF27185) is known color: Deep Blush. HEX triplet: F2, 71 and 85. RGB value is (242,113,133). Sum of RGB (Red+Green+Blue) = 242+113+133=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F27185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27185 is #0D8E7A. Grayscale: #999999. Windows color (decimal): -888443 or 8745458. OLE color: 8745458.
HSL color Cylindrical-coordinate representation of color #F27185: hue angle of 350.7º 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 #F27185 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 133 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.05 |
| HSL | 350.7º | 0.83% | 0.7% | - |
| HSV(B) | 350.7º | 0.53% | 0.95% | - |
| XYZ | 46.76 | 32.38 | 25.98 | - |
| YUV | 153.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 133 | 0 | 0.53 | 0.45 | 0.05 | 350.7 | 0.83 | 0.7 |
| Hex | F2 | 71 | 85 | 0 | 35 | 2D | 5 | 15F | 53 | 46 |
| Octal | 362 | 161 | 205 | 0 | 65 | 55 | 5 | 537 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10000101 | 0 | 110101 | 101101 | 101 | 101011111 | 1010011 | 1000110 |
Color Harmonies of #F27185
Complementary color
Monochromatic Colors of #F27185
Black with #F27185
Text Example
Text Example
White with #F27185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27185; }
p { color: rgb(242,113,133); }
H1.HeaderClassName
{
color: #F27185;
}
.AnyTagClassName
{
color: #F27185;
}
</style>
background-color css
<style>
a { background-color: #F27185; }
a { background-color: rgb(242,113,133); }
div.DivClassName
{
background-color: #F27185;
}
.BgClassName
{
background-color: #F27185;
}
</style>
border-color css
<style>
span { border-color: #F27185; }
span { border-color: rgb(242,113,133); }
td.TdClassName
{
border-color: #F27185;
}
.TagClassName
{
border-color: #F27185;
}
</style>