Shades of Sweet Pink #F69392
Tints of Sweet Pink #F69392
RGB
CMYK
RGB Variations
Color information
#F69392 (or 0xF69392) is known color: Sweet Pink. HEX triplet: F6, 93 and 92. RGB value is (246,147,146). Sum of RGB (Red+Green+Blue) = 246+147+146=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F69392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69392 is #096C6D. Grayscale: #B0B0B0. Windows color (decimal): -617582 or 9606134. OLE color: 9606134.
HSL color Cylindrical-coordinate representation of color #F69392: hue angle of 0.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69392 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 146 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.04 |
| HSL | 0.6º | 0.85% | 0.77% | - |
| HSV(B) | 0.6º | 0.41% | 0.96% | - |
| XYZ | 53.63 | 42.54 | 32.58 | - |
| YUV | 176.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 146 | 0 | 0.40 | 0.41 | 0.04 | 0.6 | 0.85 | 0.77 |
| Hex | F6 | 93 | 92 | 0 | 28 | 29 | 4 | 1 | 55 | 4D |
| Octal | 366 | 223 | 222 | 0 | 50 | 51 | 4 | 1 | 125 | 115 |
| Binary | 11110110 | 10010011 | 10010010 | 0 | 101000 | 101001 | 100 | 1 | 1010101 | 1001101 |
Color Harmonies of #F69392
Complementary color
Monochromatic Colors of #F69392
Black with #F69392
Text Example
Text Example
White with #F69392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69392; }
p { color: rgb(246,147,146); }
H1.HeaderClassName
{
color: #F69392;
}
.AnyTagClassName
{
color: #F69392;
}
</style>
background-color css
<style>
a { background-color: #F69392; }
a { background-color: rgb(246,147,146); }
div.DivClassName
{
background-color: #F69392;
}
.BgClassName
{
background-color: #F69392;
}
</style>
border-color css
<style>
span { border-color: #F69392; }
span { border-color: rgb(246,147,146); }
td.TdClassName
{
border-color: #F69392;
}
.TagClassName
{
border-color: #F69392;
}
</style>