Shades of Deep Blush #F5758D
Tints of Deep Blush #F5758D
RGB
CMYK
RGB Variations
Color information
#F5758D (or 0xF5758D) is known color: Deep Blush. HEX triplet: F5, 75 and 8D. RGB value is (245,117,141). Sum of RGB (Red+Green+Blue) = 245+117+141=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5758D is #0A8A72. Grayscale: #9E9E9E. Windows color (decimal): -690803 or 9270773. OLE color: 9270773.
HSL color Cylindrical-coordinate representation of color #F5758D: hue angle of 348.75º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5758D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 141 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.04 |
| HSL | 348.75º | 0.86% | 0.71% | - |
| HSV(B) | 348.75º | 0.52% | 0.96% | - |
| XYZ | 48.83 | 34.06 | 29.2 | - |
| YUV | 158.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 141 | 0 | 0.52 | 0.42 | 0.04 | 348.75 | 0.86 | 0.71 |
| Hex | F5 | 75 | 8D | 0 | 34 | 2A | 4 | 15D | 56 | 47 |
| Octal | 365 | 165 | 215 | 0 | 64 | 52 | 4 | 535 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10001101 | 0 | 110100 | 101010 | 100 | 101011101 | 1010110 | 1000111 |
Color Harmonies of #F5758D
Complementary color
Monochromatic Colors of #F5758D
Black with #F5758D
Text Example
Text Example
White with #F5758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5758D; }
p { color: rgb(245,117,141); }
H1.HeaderClassName
{
color: #F5758D;
}
.AnyTagClassName
{
color: #F5758D;
}
</style>
background-color css
<style>
a { background-color: #F5758D; }
a { background-color: rgb(245,117,141); }
div.DivClassName
{
background-color: #F5758D;
}
.BgClassName
{
background-color: #F5758D;
}
</style>
border-color css
<style>
span { border-color: #F5758D; }
span { border-color: rgb(245,117,141); }
td.TdClassName
{
border-color: #F5758D;
}
.TagClassName
{
border-color: #F5758D;
}
</style>