Shades of Deep Blush #F3748D
Tints of Deep Blush #F3748D
RGB
CMYK
RGB Variations
Color information
#F3748D (or 0xF3748D) is known color: Deep Blush. HEX triplet: F3, 74 and 8D. RGB value is (243,116,141). Sum of RGB (Red+Green+Blue) = 243+116+141=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3748D is #0C8B72. Grayscale: #9C9C9C. Windows color (decimal): -822131 or 9270515. OLE color: 9270515.
HSL color Cylindrical-coordinate representation of color #F3748D: hue angle of 348.19º degrees, saturation: 0.84, 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 #F3748D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 141 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.05 |
| HSL | 348.19º | 0.84% | 0.7% | - |
| HSV(B) | 348.19º | 0.52% | 0.95% | - |
| XYZ | 48.02 | 33.47 | 29.13 | - |
| YUV | 156.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 141 | 0 | 0.52 | 0.42 | 0.05 | 348.19 | 0.84 | 0.7 |
| Hex | F3 | 74 | 8D | 0 | 34 | 2A | 5 | 15C | 54 | 46 |
| Octal | 363 | 164 | 215 | 0 | 64 | 52 | 5 | 534 | 124 | 106 |
| Binary | 11110011 | 1110100 | 10001101 | 0 | 110100 | 101010 | 101 | 101011100 | 1010100 | 1000110 |
Color Harmonies of #F3748D
Complementary color
Monochromatic Colors of #F3748D
Black with #F3748D
Text Example
Text Example
White with #F3748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3748D; }
p { color: rgb(243,116,141); }
H1.HeaderClassName
{
color: #F3748D;
}
.AnyTagClassName
{
color: #F3748D;
}
</style>
background-color css
<style>
a { background-color: #F3748D; }
a { background-color: rgb(243,116,141); }
div.DivClassName
{
background-color: #F3748D;
}
.BgClassName
{
background-color: #F3748D;
}
</style>
border-color css
<style>
span { border-color: #F3748D; }
span { border-color: rgb(243,116,141); }
td.TdClassName
{
border-color: #F3748D;
}
.TagClassName
{
border-color: #F3748D;
}
</style>