Shades of Deep Blush #F9748C
Tints of Deep Blush #F9748C
RGB
CMYK
RGB Variations
Color information
#F9748C (or 0xF9748C) is known color: Deep Blush. HEX triplet: F9, 74 and 8C. RGB value is (249,116,140). Sum of RGB (Red+Green+Blue) = 249+116+140=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9748C is #068B73. Grayscale: #9E9E9E. Windows color (decimal): -428916 or 9204985. OLE color: 9204985.
HSL color Cylindrical-coordinate representation of color #F9748C: hue angle of 349.17º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9748C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 140 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.02 |
| HSL | 349.17º | 0.92% | 0.72% | - |
| HSV(B) | 349.17º | 0.53% | 0.98% | - |
| XYZ | 50.05 | 34.52 | 28.84 | - |
| YUV | 158.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 140 | 0 | 0.53 | 0.44 | 0.02 | 349.17 | 0.92 | 0.72 |
| Hex | F9 | 74 | 8C | 0 | 35 | 2C | 2 | 15D | 5C | 48 |
| Octal | 371 | 164 | 214 | 0 | 65 | 54 | 2 | 535 | 134 | 110 |
| Binary | 11111001 | 1110100 | 10001100 | 0 | 110101 | 101100 | 10 | 101011101 | 1011100 | 1001000 |
Color Harmonies of #F9748C
Complementary color
Monochromatic Colors of #F9748C
Black with #F9748C
Text Example
Text Example
White with #F9748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9748C; }
p { color: rgb(249,116,140); }
H1.HeaderClassName
{
color: #F9748C;
}
.AnyTagClassName
{
color: #F9748C;
}
</style>
background-color css
<style>
a { background-color: #F9748C; }
a { background-color: rgb(249,116,140); }
div.DivClassName
{
background-color: #F9748C;
}
.BgClassName
{
background-color: #F9748C;
}
</style>
border-color css
<style>
span { border-color: #F9748C; }
span { border-color: rgb(249,116,140); }
td.TdClassName
{
border-color: #F9748C;
}
.TagClassName
{
border-color: #F9748C;
}
</style>