Shades of Deep Blush #F37283
Tints of Deep Blush #F37283
RGB
CMYK
RGB Variations
Color information
#F37283 (or 0xF37283) is known color: Deep Blush. HEX triplet: F3, 72 and 83. RGB value is (243,114,131). Sum of RGB (Red+Green+Blue) = 243+114+131=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F37283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37283 is #0C8D7C. Grayscale: #9A9A9A. Windows color (decimal): -822653 or 8614643. OLE color: 8614643.
HSL color Cylindrical-coordinate representation of color #F37283: hue angle of 352.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 #F37283 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 131 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.05 |
| HSL | 352.09º | 0.84% | 0.7% | - |
| HSV(B) | 352.09º | 0.53% | 0.95% | - |
| XYZ | 47.08 | 32.73 | 25.31 | - |
| YUV | 154.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 131 | 0 | 0.53 | 0.46 | 0.05 | 352.09 | 0.84 | 0.7 |
| Hex | F3 | 72 | 83 | 0 | 35 | 2E | 5 | 160 | 54 | 46 |
| Octal | 363 | 162 | 203 | 0 | 65 | 56 | 5 | 540 | 124 | 106 |
| Binary | 11110011 | 1110010 | 10000011 | 0 | 110101 | 101110 | 101 | 101100000 | 1010100 | 1000110 |
Color Harmonies of #F37283
Complementary color
Monochromatic Colors of #F37283
Black with #F37283
Text Example
Text Example
White with #F37283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37283; }
p { color: rgb(243,114,131); }
H1.HeaderClassName
{
color: #F37283;
}
.AnyTagClassName
{
color: #F37283;
}
</style>
background-color css
<style>
a { background-color: #F37283; }
a { background-color: rgb(243,114,131); }
div.DivClassName
{
background-color: #F37283;
}
.BgClassName
{
background-color: #F37283;
}
</style>
border-color css
<style>
span { border-color: #F37283; }
span { border-color: rgb(243,114,131); }
td.TdClassName
{
border-color: #F37283;
}
.TagClassName
{
border-color: #F37283;
}
</style>