Shades of Sweet Pink #F69A92
Tints of Sweet Pink #F69A92
RGB
CMYK
RGB Variations
Color information
#F69A92 (or 0xF69A92) is known color: Sweet Pink. HEX triplet: F6, 9A and 92. RGB value is (246,154,146). Sum of RGB (Red+Green+Blue) = 246+154+146=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A92 is #09656D. Grayscale: #B4B4B4. Windows color (decimal): -615790 or 9607926. OLE color: 9607926.
HSL color Cylindrical-coordinate representation of color #F69A92: hue angle of 4.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 #F69A92 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 146 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.04 |
| HSL | 4.8º | 0.85% | 0.77% | - |
| HSV(B) | 4.8º | 0.41% | 0.96% | - |
| XYZ | 54.75 | 44.78 | 32.95 | - |
| YUV | 180.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 146 | 0 | 0.37 | 0.41 | 0.04 | 4.8 | 0.85 | 0.77 |
| Hex | F6 | 9A | 92 | 0 | 25 | 29 | 4 | 5 | 55 | 4D |
| Octal | 366 | 232 | 222 | 0 | 45 | 51 | 4 | 5 | 125 | 115 |
| Binary | 11110110 | 10011010 | 10010010 | 0 | 100101 | 101001 | 100 | 101 | 1010101 | 1001101 |
Color Harmonies of #F69A92
Complementary color
Monochromatic Colors of #F69A92
Black with #F69A92
Text Example
Text Example
White with #F69A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A92; }
p { color: rgb(246,154,146); }
H1.HeaderClassName
{
color: #F69A92;
}
.AnyTagClassName
{
color: #F69A92;
}
</style>
background-color css
<style>
a { background-color: #F69A92; }
a { background-color: rgb(246,154,146); }
div.DivClassName
{
background-color: #F69A92;
}
.BgClassName
{
background-color: #F69A92;
}
</style>
border-color css
<style>
span { border-color: #F69A92; }
span { border-color: rgb(246,154,146); }
td.TdClassName
{
border-color: #F69A92;
}
.TagClassName
{
border-color: #F69A92;
}
</style>