Shades of Deep Blush #F5748A
Tints of Deep Blush #F5748A
RGB
CMYK
RGB Variations
Color information
#F5748A (or 0xF5748A) is known color: Deep Blush. HEX triplet: F5, 74 and 8A. RGB value is (245,116,138). Sum of RGB (Red+Green+Blue) = 245+116+138=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5748A is #0A8B75. Grayscale: #9D9D9D. Windows color (decimal): -691062 or 9073909. OLE color: 9073909.
HSL color Cylindrical-coordinate representation of color #F5748A: hue angle of 349.77º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5748A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 138 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.04 |
| HSL | 349.77º | 0.87% | 0.71% | - |
| HSV(B) | 349.77º | 0.53% | 0.96% | - |
| XYZ | 48.49 | 33.74 | 28 | - |
| YUV | 157.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 138 | 0 | 0.53 | 0.44 | 0.04 | 349.77 | 0.87 | 0.71 |
| Hex | F5 | 74 | 8A | 0 | 35 | 2C | 4 | 15E | 57 | 47 |
| Octal | 365 | 164 | 212 | 0 | 65 | 54 | 4 | 536 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10001010 | 0 | 110101 | 101100 | 100 | 101011110 | 1010111 | 1000111 |
Color Harmonies of #F5748A
Complementary color
Monochromatic Colors of #F5748A
Black with #F5748A
Text Example
Text Example
White with #F5748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5748A; }
p { color: rgb(245,116,138); }
H1.HeaderClassName
{
color: #F5748A;
}
.AnyTagClassName
{
color: #F5748A;
}
</style>
background-color css
<style>
a { background-color: #F5748A; }
a { background-color: rgb(245,116,138); }
div.DivClassName
{
background-color: #F5748A;
}
.BgClassName
{
background-color: #F5748A;
}
</style>
border-color css
<style>
span { border-color: #F5748A; }
span { border-color: rgb(245,116,138); }
td.TdClassName
{
border-color: #F5748A;
}
.TagClassName
{
border-color: #F5748A;
}
</style>