Shades of Sweet Pink #F5958B
Tints of Sweet Pink #F5958B
RGB
CMYK
RGB Variations
Color information
#F5958B (or 0xF5958B) is known color: Sweet Pink. HEX triplet: F5, 95 and 8B. RGB value is (245,149,139). Sum of RGB (Red+Green+Blue) = 245+149+139=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5958B is #0A6A74. Grayscale: #B0B0B0. Windows color (decimal): -682613 or 9147893. OLE color: 9147893.
HSL color Cylindrical-coordinate representation of color #F5958B: hue angle of 5.66º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5958B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 139 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.04 |
| HSL | 5.66º | 0.84% | 0.75% | - |
| HSV(B) | 5.66º | 0.43% | 0.96% | - |
| XYZ | 53.06 | 42.77 | 29.89 | - |
| YUV | 176.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 139 | 0 | 0.39 | 0.43 | 0.04 | 5.66 | 0.84 | 0.75 |
| Hex | F5 | 95 | 8B | 0 | 27 | 2B | 4 | 6 | 54 | 4B |
| Octal | 365 | 225 | 213 | 0 | 47 | 53 | 4 | 6 | 124 | 113 |
| Binary | 11110101 | 10010101 | 10001011 | 0 | 100111 | 101011 | 100 | 110 | 1010100 | 1001011 |
Color Harmonies of #F5958B
Complementary color
Monochromatic Colors of #F5958B
Black with #F5958B
Text Example
Text Example
White with #F5958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5958B; }
p { color: rgb(245,149,139); }
H1.HeaderClassName
{
color: #F5958B;
}
.AnyTagClassName
{
color: #F5958B;
}
</style>
background-color css
<style>
a { background-color: #F5958B; }
a { background-color: rgb(245,149,139); }
div.DivClassName
{
background-color: #F5958B;
}
.BgClassName
{
background-color: #F5958B;
}
</style>
border-color css
<style>
span { border-color: #F5958B; }
span { border-color: rgb(245,149,139); }
td.TdClassName
{
border-color: #F5958B;
}
.TagClassName
{
border-color: #F5958B;
}
</style>