Shades of Sweet Pink #F59896
Tints of Sweet Pink #F59896
RGB
CMYK
RGB Variations
Color information
#F59896 (or 0xF59896) is known color: Sweet Pink. HEX triplet: F5, 98 and 96. RGB value is (245,152,150). Sum of RGB (Red+Green+Blue) = 245+152+150=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F59896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59896 is #0A6769. Grayscale: #B3B3B3. Windows color (decimal): -681834 or 9869557. OLE color: 9869557.
HSL color Cylindrical-coordinate representation of color #F59896: hue angle of 1.26º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F59896 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 150 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.04 |
| HSL | 1.26º | 0.83% | 0.77% | - |
| HSV(B) | 1.26º | 0.39% | 0.96% | - |
| XYZ | 54.39 | 44.07 | 34.49 | - |
| YUV | 179.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 150 | 0 | 0.38 | 0.39 | 0.04 | 1.26 | 0.83 | 0.77 |
| Hex | F5 | 98 | 96 | 0 | 26 | 27 | 4 | 1 | 53 | 4D |
| Octal | 365 | 230 | 226 | 0 | 46 | 47 | 4 | 1 | 123 | 115 |
| Binary | 11110101 | 10011000 | 10010110 | 0 | 100110 | 100111 | 100 | 1 | 1010011 | 1001101 |
Color Harmonies of #F59896
Complementary color
Monochromatic Colors of #F59896
Black with #F59896
Text Example
Text Example
White with #F59896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59896; }
p { color: rgb(245,152,150); }
H1.HeaderClassName
{
color: #F59896;
}
.AnyTagClassName
{
color: #F59896;
}
</style>
background-color css
<style>
a { background-color: #F59896; }
a { background-color: rgb(245,152,150); }
div.DivClassName
{
background-color: #F59896;
}
.BgClassName
{
background-color: #F59896;
}
</style>
border-color css
<style>
span { border-color: #F59896; }
span { border-color: rgb(245,152,150); }
td.TdClassName
{
border-color: #F59896;
}
.TagClassName
{
border-color: #F59896;
}
</style>