Shades of Deep Blush #F9738C
Tints of Deep Blush #F9738C
RGB
CMYK
RGB Variations
Color information
#F9738C (or 0xF9738C) is known color: Deep Blush. HEX triplet: F9, 73 and 8C. RGB value is (249,115,140). Sum of RGB (Red+Green+Blue) = 249+115+140=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9738C is #068C73. Grayscale: #9D9D9D. Windows color (decimal): -429172 or 9204729. OLE color: 9204729.
HSL color Cylindrical-coordinate representation of color #F9738C: hue angle of 348.81º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9738C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 140 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.02 |
| HSL | 348.81º | 0.92% | 0.71% | - |
| HSV(B) | 348.81º | 0.54% | 0.98% | - |
| XYZ | 49.93 | 34.29 | 28.8 | - |
| YUV | 157.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 140 | 0 | 0.54 | 0.44 | 0.02 | 348.81 | 0.92 | 0.71 |
| Hex | F9 | 73 | 8C | 0 | 36 | 2C | 2 | 15D | 5C | 47 |
| Octal | 371 | 163 | 214 | 0 | 66 | 54 | 2 | 535 | 134 | 107 |
| Binary | 11111001 | 1110011 | 10001100 | 0 | 110110 | 101100 | 10 | 101011101 | 1011100 | 1000111 |
Color Harmonies of #F9738C
Complementary color
Monochromatic Colors of #F9738C
Black with #F9738C
Text Example
Text Example
White with #F9738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9738C; }
p { color: rgb(249,115,140); }
H1.HeaderClassName
{
color: #F9738C;
}
.AnyTagClassName
{
color: #F9738C;
}
</style>
background-color css
<style>
a { background-color: #F9738C; }
a { background-color: rgb(249,115,140); }
div.DivClassName
{
background-color: #F9738C;
}
.BgClassName
{
background-color: #F9738C;
}
</style>
border-color css
<style>
span { border-color: #F9738C; }
span { border-color: rgb(249,115,140); }
td.TdClassName
{
border-color: #F9738C;
}
.TagClassName
{
border-color: #F9738C;
}
</style>