Shades of Deep Blush #F8728B
Tints of Deep Blush #F8728B
RGB
CMYK
RGB Variations
Color information
#F8728B (or 0xF8728B) is known color: Deep Blush. HEX triplet: F8, 72 and 8B. RGB value is (248,114,139). Sum of RGB (Red+Green+Blue) = 248+114+139=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8728B is #078D74. Grayscale: #9C9C9C. Windows color (decimal): -494965 or 9138936. OLE color: 9138936.
HSL color Cylindrical-coordinate representation of color #F8728B: hue angle of 348.81º degrees, saturation: 0.91, 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 #F8728B is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 139 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.03 |
| HSL | 348.81º | 0.91% | 0.71% | - |
| HSV(B) | 348.81º | 0.54% | 0.97% | - |
| XYZ | 49.39 | 33.86 | 28.36 | - |
| YUV | 156.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 139 | 0 | 0.54 | 0.44 | 0.03 | 348.81 | 0.91 | 0.71 |
| Hex | F8 | 72 | 8B | 0 | 36 | 2C | 3 | 15D | 5B | 47 |
| Octal | 370 | 162 | 213 | 0 | 66 | 54 | 3 | 535 | 133 | 107 |
| Binary | 11111000 | 1110010 | 10001011 | 0 | 110110 | 101100 | 11 | 101011101 | 1011011 | 1000111 |
Color Harmonies of #F8728B
Complementary color
Monochromatic Colors of #F8728B
Black with #F8728B
Text Example
Text Example
White with #F8728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8728B; }
p { color: rgb(248,114,139); }
H1.HeaderClassName
{
color: #F8728B;
}
.AnyTagClassName
{
color: #F8728B;
}
</style>
background-color css
<style>
a { background-color: #F8728B; }
a { background-color: rgb(248,114,139); }
div.DivClassName
{
background-color: #F8728B;
}
.BgClassName
{
background-color: #F8728B;
}
</style>
border-color css
<style>
span { border-color: #F8728B; }
span { border-color: rgb(248,114,139); }
td.TdClassName
{
border-color: #F8728B;
}
.TagClassName
{
border-color: #F8728B;
}
</style>