Shades of Deep Blush #F6758B
Tints of Deep Blush #F6758B
RGB
CMYK
RGB Variations
Color information
#F6758B (or 0xF6758B) is known color: Deep Blush. HEX triplet: F6, 75 and 8B. RGB value is (246,117,139). Sum of RGB (Red+Green+Blue) = 246+117+139=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6758B is #098A74. Grayscale: #9E9E9E. Windows color (decimal): -625269 or 9139702. OLE color: 9139702.
HSL color Cylindrical-coordinate representation of color #F6758B: hue angle of 349.77º degrees, saturation: 0.88, 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 #F6758B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 139 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.04 |
| HSL | 349.77º | 0.88% | 0.71% | - |
| HSV(B) | 349.77º | 0.52% | 0.96% | - |
| XYZ | 49.03 | 34.18 | 28.44 | - |
| YUV | 158.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 139 | 0 | 0.52 | 0.43 | 0.04 | 349.77 | 0.88 | 0.71 |
| Hex | F6 | 75 | 8B | 0 | 34 | 2B | 4 | 15E | 58 | 47 |
| Octal | 366 | 165 | 213 | 0 | 64 | 53 | 4 | 536 | 130 | 107 |
| Binary | 11110110 | 1110101 | 10001011 | 0 | 110100 | 101011 | 100 | 101011110 | 1011000 | 1000111 |
Color Harmonies of #F6758B
Complementary color
Monochromatic Colors of #F6758B
Black with #F6758B
Text Example
Text Example
White with #F6758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6758B; }
p { color: rgb(246,117,139); }
H1.HeaderClassName
{
color: #F6758B;
}
.AnyTagClassName
{
color: #F6758B;
}
</style>
background-color css
<style>
a { background-color: #F6758B; }
a { background-color: rgb(246,117,139); }
div.DivClassName
{
background-color: #F6758B;
}
.BgClassName
{
background-color: #F6758B;
}
</style>
border-color css
<style>
span { border-color: #F6758B; }
span { border-color: rgb(246,117,139); }
td.TdClassName
{
border-color: #F6758B;
}
.TagClassName
{
border-color: #F6758B;
}
</style>