Shades of Sweet Pink #F69290
Tints of Sweet Pink #F69290
RGB
CMYK
RGB Variations
Color information
#F69290 (or 0xF69290) is known color: Sweet Pink. HEX triplet: F6, 92 and 90. RGB value is (246,146,144). Sum of RGB (Red+Green+Blue) = 246+146+144=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F69290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69290 is #096D6F. Grayscale: #AFAFAF. Windows color (decimal): -617840 or 9474806. OLE color: 9474806.
HSL color Cylindrical-coordinate representation of color #F69290: hue angle of 1.18º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69290 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 144 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.04 |
| HSL | 1.18º | 0.85% | 0.76% | - |
| HSV(B) | 1.18º | 0.41% | 0.96% | - |
| XYZ | 53.32 | 42.16 | 31.71 | - |
| YUV | 175.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 144 | 0 | 0.41 | 0.41 | 0.04 | 1.18 | 0.85 | 0.76 |
| Hex | F6 | 92 | 90 | 0 | 29 | 29 | 4 | 1 | 55 | 4C |
| Octal | 366 | 222 | 220 | 0 | 51 | 51 | 4 | 1 | 125 | 114 |
| Binary | 11110110 | 10010010 | 10010000 | 0 | 101001 | 101001 | 100 | 1 | 1010101 | 1001100 |
Color Harmonies of #F69290
Complementary color
Monochromatic Colors of #F69290
Black with #F69290
Text Example
Text Example
White with #F69290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69290; }
p { color: rgb(246,146,144); }
H1.HeaderClassName
{
color: #F69290;
}
.AnyTagClassName
{
color: #F69290;
}
</style>
background-color css
<style>
a { background-color: #F69290; }
a { background-color: rgb(246,146,144); }
div.DivClassName
{
background-color: #F69290;
}
.BgClassName
{
background-color: #F69290;
}
</style>
border-color css
<style>
span { border-color: #F69290; }
span { border-color: rgb(246,146,144); }
td.TdClassName
{
border-color: #F69290;
}
.TagClassName
{
border-color: #F69290;
}
</style>