Shades of Deep Blush #F27092
Tints of Deep Blush #F27092
RGB
CMYK
RGB Variations
Color information
#F27092 (or 0xF27092) is known color: Deep Blush. HEX triplet: F2, 70 and 92. RGB value is (242,112,146). Sum of RGB (Red+Green+Blue) = 242+112+146=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F27092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27092 is #0D8F6D. Grayscale: #9A9A9A. Windows color (decimal): -888686 or 9597170. OLE color: 9597170.
HSL color Cylindrical-coordinate representation of color #F27092: hue angle of 344.31º 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 #F27092 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 146 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.05 |
| HSL | 344.31º | 0.83% | 0.69% | - |
| HSV(B) | 344.31º | 0.54% | 0.95% | - |
| XYZ | 47.6 | 32.54 | 30.97 | - |
| YUV | 154.75 | 123.07 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 146 | 0 | 0.54 | 0.40 | 0.05 | 344.31 | 0.83 | 0.69 |
| Hex | F2 | 70 | 92 | 0 | 36 | 28 | 5 | 158 | 53 | 45 |
| Octal | 362 | 160 | 222 | 0 | 66 | 50 | 5 | 530 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10010010 | 0 | 110110 | 101000 | 101 | 101011000 | 1010011 | 1000101 |
Color Harmonies of #F27092
Complementary color
Monochromatic Colors of #F27092
Black with #F27092
Text Example
Text Example
White with #F27092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27092; }
p { color: rgb(242,112,146); }
H1.HeaderClassName
{
color: #F27092;
}
.AnyTagClassName
{
color: #F27092;
}
</style>
background-color css
<style>
a { background-color: #F27092; }
a { background-color: rgb(242,112,146); }
div.DivClassName
{
background-color: #F27092;
}
.BgClassName
{
background-color: #F27092;
}
</style>
border-color css
<style>
span { border-color: #F27092; }
span { border-color: rgb(242,112,146); }
td.TdClassName
{
border-color: #F27092;
}
.TagClassName
{
border-color: #F27092;
}
</style>