Shades of Deep Blush #F27097
Tints of Deep Blush #F27097
RGB
CMYK
RGB Variations
Color information
#F27097 (or 0xF27097) is known color: Deep Blush. HEX triplet: F2, 70 and 97. RGB value is (242,112,151). Sum of RGB (Red+Green+Blue) = 242+112+151=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27097 is #0D8F68. Grayscale: #9B9B9B. Windows color (decimal): -888681 or 9924850. OLE color: 9924850.
HSL color Cylindrical-coordinate representation of color #F27097: hue angle of 342º 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 #F27097 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 151 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.05 |
| HSL | 342º | 0.83% | 0.69% | - |
| HSV(B) | 342º | 0.54% | 0.95% | - |
| XYZ | 48 | 32.7 | 33.06 | - |
| YUV | 155.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 151 | 0 | 0.54 | 0.38 | 0.05 | 342 | 0.83 | 0.69 |
| Hex | F2 | 70 | 97 | 0 | 36 | 26 | 5 | 156 | 53 | 45 |
| Octal | 362 | 160 | 227 | 0 | 66 | 46 | 5 | 526 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10010111 | 0 | 110110 | 100110 | 101 | 101010110 | 1010011 | 1000101 |
Color Harmonies of #F27097
Complementary color
Monochromatic Colors of #F27097
Black with #F27097
Text Example
Text Example
White with #F27097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27097; }
p { color: rgb(242,112,151); }
H1.HeaderClassName
{
color: #F27097;
}
.AnyTagClassName
{
color: #F27097;
}
</style>
background-color css
<style>
a { background-color: #F27097; }
a { background-color: rgb(242,112,151); }
div.DivClassName
{
background-color: #F27097;
}
.BgClassName
{
background-color: #F27097;
}
</style>
border-color css
<style>
span { border-color: #F27097; }
span { border-color: rgb(242,112,151); }
td.TdClassName
{
border-color: #F27097;
}
.TagClassName
{
border-color: #F27097;
}
</style>