Shades of Deep Blush #F8748C
Tints of Deep Blush #F8748C
RGB
CMYK
RGB Variations
Color information
#F8748C (or 0xF8748C) is known color: Deep Blush. HEX triplet: F8, 74 and 8C. RGB value is (248,116,140). Sum of RGB (Red+Green+Blue) = 248+116+140=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8748C is #078B73. Grayscale: #9E9E9E. Windows color (decimal): -494452 or 9204984. OLE color: 9204984.
HSL color Cylindrical-coordinate representation of color #F8748C: hue angle of 349.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8748C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 140 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.03 |
| HSL | 349.09º | 0.9% | 0.71% | - |
| HSV(B) | 349.09º | 0.53% | 0.97% | - |
| XYZ | 49.69 | 34.34 | 28.82 | - |
| YUV | 158.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 140 | 0 | 0.53 | 0.44 | 0.03 | 349.09 | 0.9 | 0.71 |
| Hex | F8 | 74 | 8C | 0 | 35 | 2C | 3 | 15D | 5A | 47 |
| Octal | 370 | 164 | 214 | 0 | 65 | 54 | 3 | 535 | 132 | 107 |
| Binary | 11111000 | 1110100 | 10001100 | 0 | 110101 | 101100 | 11 | 101011101 | 1011010 | 1000111 |
Color Harmonies of #F8748C
Complementary color
Monochromatic Colors of #F8748C
Black with #F8748C
Text Example
Text Example
White with #F8748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8748C; }
p { color: rgb(248,116,140); }
H1.HeaderClassName
{
color: #F8748C;
}
.AnyTagClassName
{
color: #F8748C;
}
</style>
background-color css
<style>
a { background-color: #F8748C; }
a { background-color: rgb(248,116,140); }
div.DivClassName
{
background-color: #F8748C;
}
.BgClassName
{
background-color: #F8748C;
}
</style>
border-color css
<style>
span { border-color: #F8748C; }
span { border-color: rgb(248,116,140); }
td.TdClassName
{
border-color: #F8748C;
}
.TagClassName
{
border-color: #F8748C;
}
</style>