Shades of Sweet Pink #F69592
Tints of Sweet Pink #F69592
RGB
CMYK
RGB Variations
Color information
#F69592 (or 0xF69592) is known color: Sweet Pink. HEX triplet: F6, 95 and 92. RGB value is (246,149,146). Sum of RGB (Red+Green+Blue) = 246+149+146=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F69592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69592 is #096A6D. Grayscale: #B1B1B1. Windows color (decimal): -617070 or 9606646. OLE color: 9606646.
HSL color Cylindrical-coordinate representation of color #F69592: hue angle of 1.8º 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 #F69592 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 146 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.04 |
| HSL | 1.8º | 0.85% | 0.77% | - |
| HSV(B) | 1.8º | 0.41% | 0.96% | - |
| XYZ | 53.94 | 43.16 | 32.68 | - |
| YUV | 177.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 146 | 0 | 0.39 | 0.41 | 0.04 | 1.8 | 0.85 | 0.77 |
| Hex | F6 | 95 | 92 | 0 | 27 | 29 | 4 | 2 | 55 | 4D |
| Octal | 366 | 225 | 222 | 0 | 47 | 51 | 4 | 2 | 125 | 115 |
| Binary | 11110110 | 10010101 | 10010010 | 0 | 100111 | 101001 | 100 | 10 | 1010101 | 1001101 |
Color Harmonies of #F69592
Complementary color
Monochromatic Colors of #F69592
Black with #F69592
Text Example
Text Example
White with #F69592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69592; }
p { color: rgb(246,149,146); }
H1.HeaderClassName
{
color: #F69592;
}
.AnyTagClassName
{
color: #F69592;
}
</style>
background-color css
<style>
a { background-color: #F69592; }
a { background-color: rgb(246,149,146); }
div.DivClassName
{
background-color: #F69592;
}
.BgClassName
{
background-color: #F69592;
}
</style>
border-color css
<style>
span { border-color: #F69592; }
span { border-color: rgb(246,149,146); }
td.TdClassName
{
border-color: #F69592;
}
.TagClassName
{
border-color: #F69592;
}
</style>