Shades of Deep Blush #F27386
Tints of Deep Blush #F27386
RGB
CMYK
RGB Variations
Color information
#F27386 (or 0xF27386) is known color: Deep Blush. HEX triplet: F2, 73 and 86. RGB value is (242,115,134). Sum of RGB (Red+Green+Blue) = 242+115+134=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F27386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27386 is #0D8C79. Grayscale: #9B9B9B. Windows color (decimal): -887930 or 8811506. OLE color: 8811506.
HSL color Cylindrical-coordinate representation of color #F27386: hue angle of 351.02º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27386 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 134 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.05 |
| HSL | 351.02º | 0.83% | 0.7% | - |
| HSV(B) | 351.02º | 0.52% | 0.95% | - |
| XYZ | 47.05 | 32.86 | 26.42 | - |
| YUV | 155.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 134 | 0 | 0.52 | 0.45 | 0.05 | 351.02 | 0.83 | 0.7 |
| Hex | F2 | 73 | 86 | 0 | 34 | 2D | 5 | 15F | 53 | 46 |
| Octal | 362 | 163 | 206 | 0 | 64 | 55 | 5 | 537 | 123 | 106 |
| Binary | 11110010 | 1110011 | 10000110 | 0 | 110100 | 101101 | 101 | 101011111 | 1010011 | 1000110 |
Color Harmonies of #F27386
Complementary color
Monochromatic Colors of #F27386
Black with #F27386
Text Example
Text Example
White with #F27386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27386; }
p { color: rgb(242,115,134); }
H1.HeaderClassName
{
color: #F27386;
}
.AnyTagClassName
{
color: #F27386;
}
</style>
background-color css
<style>
a { background-color: #F27386; }
a { background-color: rgb(242,115,134); }
div.DivClassName
{
background-color: #F27386;
}
.BgClassName
{
background-color: #F27386;
}
</style>
border-color css
<style>
span { border-color: #F27386; }
span { border-color: rgb(242,115,134); }
td.TdClassName
{
border-color: #F27386;
}
.TagClassName
{
border-color: #F27386;
}
</style>