Shades of Deep Blush #F8708E
Tints of Deep Blush #F8708E
RGB
CMYK
RGB Variations
Color information
#F8708E (or 0xF8708E) is known color: Deep Blush. HEX triplet: F8, 70 and 8E. RGB value is (248,112,142). Sum of RGB (Red+Green+Blue) = 248+112+142=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8708E is #078F71. Grayscale: #9C9C9C. Windows color (decimal): -495474 or 9335032. OLE color: 9335032.
HSL color Cylindrical-coordinate representation of color #F8708E: hue angle of 346.76º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8708E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 142 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.03 |
| HSL | 346.76º | 0.91% | 0.71% | - |
| HSV(B) | 346.76º | 0.55% | 0.97% | - |
| XYZ | 49.39 | 33.5 | 29.45 | - |
| YUV | 156.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 142 | 0 | 0.55 | 0.43 | 0.03 | 346.76 | 0.91 | 0.71 |
| Hex | F8 | 70 | 8E | 0 | 37 | 2B | 3 | 15B | 5B | 47 |
| Octal | 370 | 160 | 216 | 0 | 67 | 53 | 3 | 533 | 133 | 107 |
| Binary | 11111000 | 1110000 | 10001110 | 0 | 110111 | 101011 | 11 | 101011011 | 1011011 | 1000111 |
Color Harmonies of #F8708E
Complementary color
Monochromatic Colors of #F8708E
Black with #F8708E
Text Example
Text Example
White with #F8708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8708E; }
p { color: rgb(248,112,142); }
H1.HeaderClassName
{
color: #F8708E;
}
.AnyTagClassName
{
color: #F8708E;
}
</style>
background-color css
<style>
a { background-color: #F8708E; }
a { background-color: rgb(248,112,142); }
div.DivClassName
{
background-color: #F8708E;
}
.BgClassName
{
background-color: #F8708E;
}
</style>
border-color css
<style>
span { border-color: #F8708E; }
span { border-color: rgb(248,112,142); }
td.TdClassName
{
border-color: #F8708E;
}
.TagClassName
{
border-color: #F8708E;
}
</style>