Shades of Deep Blush #F6718E
Tints of Deep Blush #F6718E
RGB
CMYK
RGB Variations
Color information
#F6718E (or 0xF6718E) is known color: Deep Blush. HEX triplet: F6, 71 and 8E. RGB value is (246,113,142). Sum of RGB (Red+Green+Blue) = 246+113+142=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6718E is #098E71. Grayscale: #9C9C9C. Windows color (decimal): -626290 or 9335286. OLE color: 9335286.
HSL color Cylindrical-coordinate representation of color #F6718E: hue angle of 346.92º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6718E is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 142 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.04 |
| HSL | 346.92º | 0.88% | 0.7% | - |
| HSV(B) | 346.92º | 0.54% | 0.96% | - |
| XYZ | 48.79 | 33.36 | 29.46 | - |
| YUV | 156.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 142 | 0 | 0.54 | 0.42 | 0.04 | 346.92 | 0.88 | 0.7 |
| Hex | F6 | 71 | 8E | 0 | 36 | 2A | 4 | 15B | 58 | 46 |
| Octal | 366 | 161 | 216 | 0 | 66 | 52 | 4 | 533 | 130 | 106 |
| Binary | 11110110 | 1110001 | 10001110 | 0 | 110110 | 101010 | 100 | 101011011 | 1011000 | 1000110 |
Color Harmonies of #F6718E
Complementary color
Monochromatic Colors of #F6718E
Black with #F6718E
Text Example
Text Example
White with #F6718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6718E; }
p { color: rgb(246,113,142); }
H1.HeaderClassName
{
color: #F6718E;
}
.AnyTagClassName
{
color: #F6718E;
}
</style>
background-color css
<style>
a { background-color: #F6718E; }
a { background-color: rgb(246,113,142); }
div.DivClassName
{
background-color: #F6718E;
}
.BgClassName
{
background-color: #F6718E;
}
</style>
border-color css
<style>
span { border-color: #F6718E; }
span { border-color: rgb(246,113,142); }
td.TdClassName
{
border-color: #F6718E;
}
.TagClassName
{
border-color: #F6718E;
}
</style>