Shades of Sweet Pink #F59D9B
Tints of Sweet Pink #F59D9B
RGB
CMYK
RGB Variations
Color information
#F59D9B (or 0xF59D9B) is known color: Sweet Pink. HEX triplet: F5, 9D and 9B. RGB value is (245,157,155). Sum of RGB (Red+Green+Blue) = 245+157+155=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59D9B is #0A6264. Grayscale: #B7B7B7. Windows color (decimal): -680549 or 10198517. OLE color: 10198517.
HSL color Cylindrical-coordinate representation of color #F59D9B: hue angle of 1.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59D9B is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 155 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.04 |
| HSL | 1.33º | 0.82% | 0.78% | - |
| HSV(B) | 1.33º | 0.37% | 0.96% | - |
| XYZ | 55.63 | 45.89 | 36.94 | - |
| YUV | 183.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 155 | 0 | 0.36 | 0.37 | 0.04 | 1.33 | 0.82 | 0.78 |
| Hex | F5 | 9D | 9B | 0 | 24 | 25 | 4 | 1 | 52 | 4E |
| Octal | 365 | 235 | 233 | 0 | 44 | 45 | 4 | 1 | 122 | 116 |
| Binary | 11110101 | 10011101 | 10011011 | 0 | 100100 | 100101 | 100 | 1 | 1010010 | 1001110 |
Color Harmonies of #F59D9B
Complementary color
Monochromatic Colors of #F59D9B
Black with #F59D9B
Text Example
Text Example
White with #F59D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59D9B; }
p { color: rgb(245,157,155); }
H1.HeaderClassName
{
color: #F59D9B;
}
.AnyTagClassName
{
color: #F59D9B;
}
</style>
background-color css
<style>
a { background-color: #F59D9B; }
a { background-color: rgb(245,157,155); }
div.DivClassName
{
background-color: #F59D9B;
}
.BgClassName
{
background-color: #F59D9B;
}
</style>
border-color css
<style>
span { border-color: #F59D9B; }
span { border-color: rgb(245,157,155); }
td.TdClassName
{
border-color: #F59D9B;
}
.TagClassName
{
border-color: #F59D9B;
}
</style>