Shades of Sweet Pink #F5968D
Tints of Sweet Pink #F5968D
RGB
CMYK
RGB Variations
Color information
#F5968D (or 0xF5968D) is known color: Sweet Pink. HEX triplet: F5, 96 and 8D. RGB value is (245,150,141). Sum of RGB (Red+Green+Blue) = 245+150+141=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5968D is #0A6972. Grayscale: #B1B1B1. Windows color (decimal): -682355 or 9279221. OLE color: 9279221.
HSL color Cylindrical-coordinate representation of color #F5968D: hue angle of 5.19º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5968D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 141 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.04 |
| HSL | 5.19º | 0.84% | 0.76% | - |
| HSV(B) | 5.19º | 0.42% | 0.96% | - |
| XYZ | 53.37 | 43.15 | 30.71 | - |
| YUV | 177.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 141 | 0 | 0.39 | 0.42 | 0.04 | 5.19 | 0.84 | 0.76 |
| Hex | F5 | 96 | 8D | 0 | 27 | 2A | 4 | 5 | 54 | 4C |
| Octal | 365 | 226 | 215 | 0 | 47 | 52 | 4 | 5 | 124 | 114 |
| Binary | 11110101 | 10010110 | 10001101 | 0 | 100111 | 101010 | 100 | 101 | 1010100 | 1001100 |
Color Harmonies of #F5968D
Complementary color
Monochromatic Colors of #F5968D
Black with #F5968D
Text Example
Text Example
White with #F5968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5968D; }
p { color: rgb(245,150,141); }
H1.HeaderClassName
{
color: #F5968D;
}
.AnyTagClassName
{
color: #F5968D;
}
</style>
background-color css
<style>
a { background-color: #F5968D; }
a { background-color: rgb(245,150,141); }
div.DivClassName
{
background-color: #F5968D;
}
.BgClassName
{
background-color: #F5968D;
}
</style>
border-color css
<style>
span { border-color: #F5968D; }
span { border-color: rgb(245,150,141); }
td.TdClassName
{
border-color: #F5968D;
}
.TagClassName
{
border-color: #F5968D;
}
</style>