Shades of Sweet Pink #F59D9A
Tints of Sweet Pink #F59D9A
RGB
CMYK
RGB Variations
Color information
#F59D9A (or 0xF59D9A) is known color: Sweet Pink. HEX triplet: F5, 9D and 9A. RGB value is (245,157,154). Sum of RGB (Red+Green+Blue) = 245+157+154=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59D9A is #0A6265. Grayscale: #B7B7B7. Windows color (decimal): -680550 or 10132981. OLE color: 10132981.
HSL color Cylindrical-coordinate representation of color #F59D9A: hue angle of 1.98º 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 #F59D9A is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 154 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.04 |
| HSL | 1.98º | 0.82% | 0.78% | - |
| HSV(B) | 1.98º | 0.37% | 0.96% | - |
| XYZ | 55.55 | 45.86 | 36.5 | - |
| YUV | 182.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 154 | 0 | 0.36 | 0.37 | 0.04 | 1.98 | 0.82 | 0.78 |
| Hex | F5 | 9D | 9A | 0 | 24 | 25 | 4 | 2 | 52 | 4E |
| Octal | 365 | 235 | 232 | 0 | 44 | 45 | 4 | 2 | 122 | 116 |
| Binary | 11110101 | 10011101 | 10011010 | 0 | 100100 | 100101 | 100 | 10 | 1010010 | 1001110 |
Color Harmonies of #F59D9A
Complementary color
Monochromatic Colors of #F59D9A
Black with #F59D9A
Text Example
Text Example
White with #F59D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59D9A; }
p { color: rgb(245,157,154); }
H1.HeaderClassName
{
color: #F59D9A;
}
.AnyTagClassName
{
color: #F59D9A;
}
</style>
background-color css
<style>
a { background-color: #F59D9A; }
a { background-color: rgb(245,157,154); }
div.DivClassName
{
background-color: #F59D9A;
}
.BgClassName
{
background-color: #F59D9A;
}
</style>
border-color css
<style>
span { border-color: #F59D9A; }
span { border-color: rgb(245,157,154); }
td.TdClassName
{
border-color: #F59D9A;
}
.TagClassName
{
border-color: #F59D9A;
}
</style>