Shades of Deep Blush #F3748C
Tints of Deep Blush #F3748C
RGB
CMYK
RGB Variations
Color information
#F3748C (or 0xF3748C) is known color: Deep Blush. HEX triplet: F3, 74 and 8C. RGB value is (243,116,140). Sum of RGB (Red+Green+Blue) = 243+116+140=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3748C is #0C8B73. Grayscale: #9C9C9C. Windows color (decimal): -822132 or 9204979. OLE color: 9204979.
HSL color Cylindrical-coordinate representation of color #F3748C: hue angle of 348.66º 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 #F3748C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 140 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.05 |
| HSL | 348.66º | 0.84% | 0.7% | - |
| HSV(B) | 348.66º | 0.52% | 0.95% | - |
| XYZ | 47.94 | 33.44 | 28.74 | - |
| YUV | 156.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 140 | 0 | 0.52 | 0.42 | 0.05 | 348.66 | 0.84 | 0.7 |
| Hex | F3 | 74 | 8C | 0 | 34 | 2A | 5 | 15D | 54 | 46 |
| Octal | 363 | 164 | 214 | 0 | 64 | 52 | 5 | 535 | 124 | 106 |
| Binary | 11110011 | 1110100 | 10001100 | 0 | 110100 | 101010 | 101 | 101011101 | 1010100 | 1000110 |
Color Harmonies of #F3748C
Complementary color
Monochromatic Colors of #F3748C
Black with #F3748C
Text Example
Text Example
White with #F3748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3748C; }
p { color: rgb(243,116,140); }
H1.HeaderClassName
{
color: #F3748C;
}
.AnyTagClassName
{
color: #F3748C;
}
</style>
background-color css
<style>
a { background-color: #F3748C; }
a { background-color: rgb(243,116,140); }
div.DivClassName
{
background-color: #F3748C;
}
.BgClassName
{
background-color: #F3748C;
}
</style>
border-color css
<style>
span { border-color: #F3748C; }
span { border-color: rgb(243,116,140); }
td.TdClassName
{
border-color: #F3748C;
}
.TagClassName
{
border-color: #F3748C;
}
</style>