Shades of Deep Blush #F27090
Tints of Deep Blush #F27090
RGB
CMYK
RGB Variations
Color information
#F27090 (or 0xF27090) is known color: Deep Blush. HEX triplet: F2, 70 and 90. RGB value is (242,112,144). Sum of RGB (Red+Green+Blue) = 242+112+144=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F27090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27090 is #0D8F6F. Grayscale: #9A9A9A. Windows color (decimal): -888688 or 9466098. OLE color: 9466098.
HSL color Cylindrical-coordinate representation of color #F27090: hue angle of 345.23º 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 #F27090 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 144 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.05 |
| HSL | 345.23º | 0.83% | 0.69% | - |
| HSV(B) | 345.23º | 0.54% | 0.95% | - |
| XYZ | 47.45 | 32.48 | 30.15 | - |
| YUV | 154.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 144 | 0 | 0.54 | 0.40 | 0.05 | 345.23 | 0.83 | 0.69 |
| Hex | F2 | 70 | 90 | 0 | 36 | 28 | 5 | 159 | 53 | 45 |
| Octal | 362 | 160 | 220 | 0 | 66 | 50 | 5 | 531 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10010000 | 0 | 110110 | 101000 | 101 | 101011001 | 1010011 | 1000101 |
Color Harmonies of #F27090
Complementary color
Monochromatic Colors of #F27090
Black with #F27090
Text Example
Text Example
White with #F27090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27090; }
p { color: rgb(242,112,144); }
H1.HeaderClassName
{
color: #F27090;
}
.AnyTagClassName
{
color: #F27090;
}
</style>
background-color css
<style>
a { background-color: #F27090; }
a { background-color: rgb(242,112,144); }
div.DivClassName
{
background-color: #F27090;
}
.BgClassName
{
background-color: #F27090;
}
</style>
border-color css
<style>
span { border-color: #F27090; }
span { border-color: rgb(242,112,144); }
td.TdClassName
{
border-color: #F27090;
}
.TagClassName
{
border-color: #F27090;
}
</style>