Shades of Sweet Pink #F69896
Tints of Sweet Pink #F69896
RGB
CMYK
RGB Variations
Color information
#F69896 (or 0xF69896) is known color: Sweet Pink. HEX triplet: F6, 98 and 96. RGB value is (246,152,150). Sum of RGB (Red+Green+Blue) = 246+152+150=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F69896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69896 is #096769. Grayscale: #B3B3B3. Windows color (decimal): -616298 or 9869558. OLE color: 9869558.
HSL color Cylindrical-coordinate representation of color #F69896: hue angle of 1.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F69896 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 150 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.04 |
| HSL | 1.25º | 0.84% | 0.78% | - |
| HSV(B) | 1.25º | 0.39% | 0.96% | - |
| XYZ | 54.74 | 44.25 | 34.51 | - |
| YUV | 179.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 150 | 0 | 0.38 | 0.39 | 0.04 | 1.25 | 0.84 | 0.78 |
| Hex | F6 | 98 | 96 | 0 | 26 | 27 | 4 | 1 | 54 | 4E |
| Octal | 366 | 230 | 226 | 0 | 46 | 47 | 4 | 1 | 124 | 116 |
| Binary | 11110110 | 10011000 | 10010110 | 0 | 100110 | 100111 | 100 | 1 | 1010100 | 1001110 |
Color Harmonies of #F69896
Complementary color
Monochromatic Colors of #F69896
Black with #F69896
Text Example
Text Example
White with #F69896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69896; }
p { color: rgb(246,152,150); }
H1.HeaderClassName
{
color: #F69896;
}
.AnyTagClassName
{
color: #F69896;
}
</style>
background-color css
<style>
a { background-color: #F69896; }
a { background-color: rgb(246,152,150); }
div.DivClassName
{
background-color: #F69896;
}
.BgClassName
{
background-color: #F69896;
}
</style>
border-color css
<style>
span { border-color: #F69896; }
span { border-color: rgb(246,152,150); }
td.TdClassName
{
border-color: #F69896;
}
.TagClassName
{
border-color: #F69896;
}
</style>