Shades of Deep Blush #F8708F
Tints of Deep Blush #F8708F
RGB
CMYK
RGB Variations
Color information
#F8708F (or 0xF8708F) is known color: Deep Blush. HEX triplet: F8, 70 and 8F. RGB value is (248,112,143). Sum of RGB (Red+Green+Blue) = 248+112+143=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8708F is #078F70. Grayscale: #9C9C9C. Windows color (decimal): -495473 or 9400568. OLE color: 9400568.
HSL color Cylindrical-coordinate representation of color #F8708F: hue angle of 346.32º 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 #F8708F is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 143 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.03 |
| HSL | 346.32º | 0.91% | 0.71% | - |
| HSV(B) | 346.32º | 0.55% | 0.97% | - |
| XYZ | 49.46 | 33.53 | 29.85 | - |
| YUV | 156.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 143 | 0 | 0.55 | 0.42 | 0.03 | 346.32 | 0.91 | 0.71 |
| Hex | F8 | 70 | 8F | 0 | 37 | 2A | 3 | 15A | 5B | 47 |
| Octal | 370 | 160 | 217 | 0 | 67 | 52 | 3 | 532 | 133 | 107 |
| Binary | 11111000 | 1110000 | 10001111 | 0 | 110111 | 101010 | 11 | 101011010 | 1011011 | 1000111 |
Color Harmonies of #F8708F
Complementary color
Monochromatic Colors of #F8708F
Black with #F8708F
Text Example
Text Example
White with #F8708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8708F; }
p { color: rgb(248,112,143); }
H1.HeaderClassName
{
color: #F8708F;
}
.AnyTagClassName
{
color: #F8708F;
}
</style>
background-color css
<style>
a { background-color: #F8708F; }
a { background-color: rgb(248,112,143); }
div.DivClassName
{
background-color: #F8708F;
}
.BgClassName
{
background-color: #F8708F;
}
</style>
border-color css
<style>
span { border-color: #F8708F; }
span { border-color: rgb(248,112,143); }
td.TdClassName
{
border-color: #F8708F;
}
.TagClassName
{
border-color: #F8708F;
}
</style>