Shades of Deep Blush #F3758B
Tints of Deep Blush #F3758B
RGB
CMYK
RGB Variations
Color information
#F3758B (or 0xF3758B) is known color: Deep Blush. HEX triplet: F3, 75 and 8B. RGB value is (243,117,139). Sum of RGB (Red+Green+Blue) = 243+117+139=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3758B is #0C8A74. Grayscale: #9D9D9D. Windows color (decimal): -821877 or 9139699. OLE color: 9139699.
HSL color Cylindrical-coordinate representation of color #F3758B: hue angle of 349.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3758B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 139 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.05 |
| HSL | 349.52º | 0.84% | 0.71% | - |
| HSV(B) | 349.52º | 0.52% | 0.95% | - |
| XYZ | 47.98 | 33.64 | 28.39 | - |
| YUV | 157.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 139 | 0 | 0.52 | 0.43 | 0.05 | 349.52 | 0.84 | 0.71 |
| Hex | F3 | 75 | 8B | 0 | 34 | 2B | 5 | 15E | 54 | 47 |
| Octal | 363 | 165 | 213 | 0 | 64 | 53 | 5 | 536 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10001011 | 0 | 110100 | 101011 | 101 | 101011110 | 1010100 | 1000111 |
Color Harmonies of #F3758B
Complementary color
Monochromatic Colors of #F3758B
Black with #F3758B
Text Example
Text Example
White with #F3758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3758B; }
p { color: rgb(243,117,139); }
H1.HeaderClassName
{
color: #F3758B;
}
.AnyTagClassName
{
color: #F3758B;
}
</style>
background-color css
<style>
a { background-color: #F3758B; }
a { background-color: rgb(243,117,139); }
div.DivClassName
{
background-color: #F3758B;
}
.BgClassName
{
background-color: #F3758B;
}
</style>
border-color css
<style>
span { border-color: #F3758B; }
span { border-color: rgb(243,117,139); }
td.TdClassName
{
border-color: #F3758B;
}
.TagClassName
{
border-color: #F3758B;
}
</style>