Shades of Deep Blush #F6768A
Tints of Deep Blush #F6768A
RGB
CMYK
RGB Variations
Color information
#F6768A (or 0xF6768A) is known color: Deep Blush. HEX triplet: F6, 76 and 8A. RGB value is (246,118,138). Sum of RGB (Red+Green+Blue) = 246+118+138=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6768A is #098975. Grayscale: #9E9E9E. Windows color (decimal): -625014 or 9074422. OLE color: 9074422.
HSL color Cylindrical-coordinate representation of color #F6768A: hue angle of 350.62º 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 #F6768A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 138 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.04 |
| HSL | 350.63º | 0.88% | 0.71% | - |
| HSV(B) | 350.63º | 0.52% | 0.96% | - |
| XYZ | 49.07 | 34.38 | 28.1 | - |
| YUV | 158.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 138 | 0 | 0.52 | 0.44 | 0.04 | 350.63 | 0.88 | 0.71 |
| Hex | F6 | 76 | 8A | 0 | 34 | 2C | 4 | 15F | 58 | 47 |
| Octal | 366 | 166 | 212 | 0 | 64 | 54 | 4 | 537 | 130 | 107 |
| Binary | 11110110 | 1110110 | 10001010 | 0 | 110100 | 101100 | 100 | 101011111 | 1011000 | 1000111 |
Color Harmonies of #F6768A
Complementary color
Monochromatic Colors of #F6768A
Black with #F6768A
Text Example
Text Example
White with #F6768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6768A; }
p { color: rgb(246,118,138); }
H1.HeaderClassName
{
color: #F6768A;
}
.AnyTagClassName
{
color: #F6768A;
}
</style>
background-color css
<style>
a { background-color: #F6768A; }
a { background-color: rgb(246,118,138); }
div.DivClassName
{
background-color: #F6768A;
}
.BgClassName
{
background-color: #F6768A;
}
</style>
border-color css
<style>
span { border-color: #F6768A; }
span { border-color: rgb(246,118,138); }
td.TdClassName
{
border-color: #F6768A;
}
.TagClassName
{
border-color: #F6768A;
}
</style>