Shades of Deep Blush #F8738C
Tints of Deep Blush #F8738C
RGB
CMYK
RGB Variations
Color information
#F8738C (or 0xF8738C) is known color: Deep Blush. HEX triplet: F8, 73 and 8C. RGB value is (248,115,140). Sum of RGB (Red+Green+Blue) = 248+115+140=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8738C is #078C73. Grayscale: #9D9D9D. Windows color (decimal): -494708 or 9204728. OLE color: 9204728.
HSL color Cylindrical-coordinate representation of color #F8738C: hue angle of 348.72º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8738C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 140 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.03 |
| HSL | 348.72º | 0.9% | 0.71% | - |
| HSV(B) | 348.72º | 0.54% | 0.97% | - |
| XYZ | 49.58 | 34.11 | 28.78 | - |
| YUV | 157.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 140 | 0 | 0.54 | 0.44 | 0.03 | 348.72 | 0.9 | 0.71 |
| Hex | F8 | 73 | 8C | 0 | 36 | 2C | 3 | 15D | 5A | 47 |
| Octal | 370 | 163 | 214 | 0 | 66 | 54 | 3 | 535 | 132 | 107 |
| Binary | 11111000 | 1110011 | 10001100 | 0 | 110110 | 101100 | 11 | 101011101 | 1011010 | 1000111 |
Color Harmonies of #F8738C
Complementary color
Monochromatic Colors of #F8738C
Black with #F8738C
Text Example
Text Example
White with #F8738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8738C; }
p { color: rgb(248,115,140); }
H1.HeaderClassName
{
color: #F8738C;
}
.AnyTagClassName
{
color: #F8738C;
}
</style>
background-color css
<style>
a { background-color: #F8738C; }
a { background-color: rgb(248,115,140); }
div.DivClassName
{
background-color: #F8738C;
}
.BgClassName
{
background-color: #F8738C;
}
</style>
border-color css
<style>
span { border-color: #F8738C; }
span { border-color: rgb(248,115,140); }
td.TdClassName
{
border-color: #F8738C;
}
.TagClassName
{
border-color: #F8738C;
}
</style>