Shades of Sweet Pink #F59D97
Tints of Sweet Pink #F59D97
RGB
CMYK
RGB Variations
Color information
#F59D97 (or 0xF59D97) is known color: Sweet Pink. HEX triplet: F5, 9D and 97. RGB value is (245,157,151). Sum of RGB (Red+Green+Blue) = 245+157+151=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59D97 is #0A6268. Grayscale: #B6B6B6. Windows color (decimal): -680553 or 9936373. OLE color: 9936373.
HSL color Cylindrical-coordinate representation of color #F59D97: hue angle of 3.83º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F59D97 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 151 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.04 |
| HSL | 3.83º | 0.82% | 0.78% | - |
| HSV(B) | 3.83º | 0.38% | 0.96% | - |
| XYZ | 55.3 | 45.76 | 35.2 | - |
| YUV | 182.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 151 | 0 | 0.36 | 0.38 | 0.04 | 3.83 | 0.82 | 0.78 |
| Hex | F5 | 9D | 97 | 0 | 24 | 26 | 4 | 4 | 52 | 4E |
| Octal | 365 | 235 | 227 | 0 | 44 | 46 | 4 | 4 | 122 | 116 |
| Binary | 11110101 | 10011101 | 10010111 | 0 | 100100 | 100110 | 100 | 100 | 1010010 | 1001110 |
Color Harmonies of #F59D97
Complementary color
Monochromatic Colors of #F59D97
Black with #F59D97
Text Example
Text Example
White with #F59D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59D97; }
p { color: rgb(245,157,151); }
H1.HeaderClassName
{
color: #F59D97;
}
.AnyTagClassName
{
color: #F59D97;
}
</style>
background-color css
<style>
a { background-color: #F59D97; }
a { background-color: rgb(245,157,151); }
div.DivClassName
{
background-color: #F59D97;
}
.BgClassName
{
background-color: #F59D97;
}
</style>
border-color css
<style>
span { border-color: #F59D97; }
span { border-color: rgb(245,157,151); }
td.TdClassName
{
border-color: #F59D97;
}
.TagClassName
{
border-color: #F59D97;
}
</style>