Shades of Sweet Pink #F68A86
Tints of Sweet Pink #F68A86
RGB
CMYK
RGB Variations
Color information
#F68A86 (or 0xF68A86) is known color: Sweet Pink. HEX triplet: F6, 8A and 86. RGB value is (246,138,134). Sum of RGB (Red+Green+Blue) = 246+138+134=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A86 is #097579. Grayscale: #A9A9A9. Windows color (decimal): -619898 or 8817398. OLE color: 8817398.
HSL color Cylindrical-coordinate representation of color #F68A86: hue angle of 2.14º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68A86 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 134 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.04 |
| HSL | 2.14º | 0.86% | 0.75% | - |
| HSV(B) | 2.14º | 0.46% | 0.96% | - |
| XYZ | 51.4 | 39.49 | 27.47 | - |
| YUV | 169.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 134 | 0 | 0.44 | 0.46 | 0.04 | 2.14 | 0.86 | 0.75 |
| Hex | F6 | 8A | 86 | 0 | 2C | 2E | 4 | 2 | 56 | 4B |
| Octal | 366 | 212 | 206 | 0 | 54 | 56 | 4 | 2 | 126 | 113 |
| Binary | 11110110 | 10001010 | 10000110 | 0 | 101100 | 101110 | 100 | 10 | 1010110 | 1001011 |
Color Harmonies of #F68A86
Complementary color
Monochromatic Colors of #F68A86
Black with #F68A86
Text Example
Text Example
White with #F68A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A86; }
p { color: rgb(246,138,134); }
H1.HeaderClassName
{
color: #F68A86;
}
.AnyTagClassName
{
color: #F68A86;
}
</style>
background-color css
<style>
a { background-color: #F68A86; }
a { background-color: rgb(246,138,134); }
div.DivClassName
{
background-color: #F68A86;
}
.BgClassName
{
background-color: #F68A86;
}
</style>
border-color css
<style>
span { border-color: #F68A86; }
span { border-color: rgb(246,138,134); }
td.TdClassName
{
border-color: #F68A86;
}
.TagClassName
{
border-color: #F68A86;
}
</style>