Shades of Sweet Pink #F69086
Tints of Sweet Pink #F69086
RGB
CMYK
RGB Variations
Color information
#F69086 (or 0xF69086) is known color: Sweet Pink. HEX triplet: F6, 90 and 86. RGB value is (246,144,134). Sum of RGB (Red+Green+Blue) = 246+144+134=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F69086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69086 is #096F79. Grayscale: #ADADAD. Windows color (decimal): -618362 or 8818934. OLE color: 8818934.
HSL color Cylindrical-coordinate representation of color #F69086: hue angle of 5.36º 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 #F69086 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 134 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.04 |
| HSL | 5.36º | 0.86% | 0.75% | - |
| HSV(B) | 5.36º | 0.46% | 0.96% | - |
| XYZ | 52.28 | 41.26 | 27.76 | - |
| YUV | 173.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 134 | 0 | 0.41 | 0.46 | 0.04 | 5.36 | 0.86 | 0.75 |
| Hex | F6 | 90 | 86 | 0 | 29 | 2E | 4 | 5 | 56 | 4B |
| Octal | 366 | 220 | 206 | 0 | 51 | 56 | 4 | 5 | 126 | 113 |
| Binary | 11110110 | 10010000 | 10000110 | 0 | 101001 | 101110 | 100 | 101 | 1010110 | 1001011 |
Color Harmonies of #F69086
Complementary color
Monochromatic Colors of #F69086
Black with #F69086
Text Example
Text Example
White with #F69086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69086; }
p { color: rgb(246,144,134); }
H1.HeaderClassName
{
color: #F69086;
}
.AnyTagClassName
{
color: #F69086;
}
</style>
background-color css
<style>
a { background-color: #F69086; }
a { background-color: rgb(246,144,134); }
div.DivClassName
{
background-color: #F69086;
}
.BgClassName
{
background-color: #F69086;
}
</style>
border-color css
<style>
span { border-color: #F69086; }
span { border-color: rgb(246,144,134); }
td.TdClassName
{
border-color: #F69086;
}
.TagClassName
{
border-color: #F69086;
}
</style>