Shades of Deep Blush #F37386
Tints of Deep Blush #F37386
RGB
CMYK
RGB Variations
Color information
#F37386 (or 0xF37386) is known color: Deep Blush. HEX triplet: F3, 73 and 86. RGB value is (243,115,134). Sum of RGB (Red+Green+Blue) = 243+115+134=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F37386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37386 is #0C8C79. Grayscale: #9B9B9B. Windows color (decimal): -822394 or 8811507. OLE color: 8811507.
HSL color Cylindrical-coordinate representation of color #F37386: hue angle of 351.09º degrees, saturation: 0.84, 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 #F37386 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 134 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.05 |
| HSL | 351.09º | 0.84% | 0.7% | - |
| HSV(B) | 351.09º | 0.53% | 0.95% | - |
| XYZ | 47.4 | 33.04 | 26.43 | - |
| YUV | 155.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 134 | 0 | 0.53 | 0.45 | 0.05 | 351.09 | 0.84 | 0.7 |
| Hex | F3 | 73 | 86 | 0 | 35 | 2D | 5 | 15F | 54 | 46 |
| Octal | 363 | 163 | 206 | 0 | 65 | 55 | 5 | 537 | 124 | 106 |
| Binary | 11110011 | 1110011 | 10000110 | 0 | 110101 | 101101 | 101 | 101011111 | 1010100 | 1000110 |
Color Harmonies of #F37386
Complementary color
Monochromatic Colors of #F37386
Black with #F37386
Text Example
Text Example
White with #F37386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37386; }
p { color: rgb(243,115,134); }
H1.HeaderClassName
{
color: #F37386;
}
.AnyTagClassName
{
color: #F37386;
}
</style>
background-color css
<style>
a { background-color: #F37386; }
a { background-color: rgb(243,115,134); }
div.DivClassName
{
background-color: #F37386;
}
.BgClassName
{
background-color: #F37386;
}
</style>
border-color css
<style>
span { border-color: #F37386; }
span { border-color: rgb(243,115,134); }
td.TdClassName
{
border-color: #F37386;
}
.TagClassName
{
border-color: #F37386;
}
</style>