Shades of Deep Blush #F6728C
Tints of Deep Blush #F6728C
RGB
CMYK
RGB Variations
Color information
#F6728C (or 0xF6728C) is known color: Deep Blush. HEX triplet: F6, 72 and 8C. RGB value is (246,114,140). Sum of RGB (Red+Green+Blue) = 246+114+140=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6728C is #098D73. Grayscale: #9C9C9C. Windows color (decimal): -626036 or 9204470. OLE color: 9204470.
HSL color Cylindrical-coordinate representation of color #F6728C: hue angle of 348.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6728C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 140 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.04 |
| HSL | 348.18º | 0.88% | 0.71% | - |
| HSV(B) | 348.18º | 0.54% | 0.96% | - |
| XYZ | 48.76 | 33.52 | 28.71 | - |
| YUV | 156.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 140 | 0 | 0.54 | 0.43 | 0.04 | 348.18 | 0.88 | 0.71 |
| Hex | F6 | 72 | 8C | 0 | 36 | 2B | 4 | 15C | 58 | 47 |
| Octal | 366 | 162 | 214 | 0 | 66 | 53 | 4 | 534 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10001100 | 0 | 110110 | 101011 | 100 | 101011100 | 1011000 | 1000111 |
Color Harmonies of #F6728C
Complementary color
Monochromatic Colors of #F6728C
Black with #F6728C
Text Example
Text Example
White with #F6728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6728C; }
p { color: rgb(246,114,140); }
H1.HeaderClassName
{
color: #F6728C;
}
.AnyTagClassName
{
color: #F6728C;
}
</style>
background-color css
<style>
a { background-color: #F6728C; }
a { background-color: rgb(246,114,140); }
div.DivClassName
{
background-color: #F6728C;
}
.BgClassName
{
background-color: #F6728C;
}
</style>
border-color css
<style>
span { border-color: #F6728C; }
span { border-color: rgb(246,114,140); }
td.TdClassName
{
border-color: #F6728C;
}
.TagClassName
{
border-color: #F6728C;
}
</style>