Shades of Deep Blush #F27290
Tints of Deep Blush #F27290
RGB
CMYK
RGB Variations
Color information
#F27290 (or 0xF27290) is known color: Deep Blush. HEX triplet: F2, 72 and 90. RGB value is (242,114,144). Sum of RGB (Red+Green+Blue) = 242+114+144=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F27290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27290 is #0D8D6F. Grayscale: #9B9B9B. Windows color (decimal): -888176 or 9466610. OLE color: 9466610.
HSL color Cylindrical-coordinate representation of color #F27290: hue angle of 345.94º 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 #F27290 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 144 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.05 |
| HSL | 345.94º | 0.83% | 0.7% | - |
| HSV(B) | 345.94º | 0.53% | 0.95% | - |
| XYZ | 47.67 | 32.93 | 30.23 | - |
| YUV | 155.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 144 | 0 | 0.53 | 0.40 | 0.05 | 345.94 | 0.83 | 0.7 |
| Hex | F2 | 72 | 90 | 0 | 35 | 28 | 5 | 15A | 53 | 46 |
| Octal | 362 | 162 | 220 | 0 | 65 | 50 | 5 | 532 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10010000 | 0 | 110101 | 101000 | 101 | 101011010 | 1010011 | 1000110 |
Color Harmonies of #F27290
Complementary color
Monochromatic Colors of #F27290
Black with #F27290
Text Example
Text Example
White with #F27290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27290; }
p { color: rgb(242,114,144); }
H1.HeaderClassName
{
color: #F27290;
}
.AnyTagClassName
{
color: #F27290;
}
</style>
background-color css
<style>
a { background-color: #F27290; }
a { background-color: rgb(242,114,144); }
div.DivClassName
{
background-color: #F27290;
}
.BgClassName
{
background-color: #F27290;
}
</style>
border-color css
<style>
span { border-color: #F27290; }
span { border-color: rgb(242,114,144); }
td.TdClassName
{
border-color: #F27290;
}
.TagClassName
{
border-color: #F27290;
}
</style>