Shades of Sweet Pink #F58D80
Tints of Sweet Pink #F58D80
RGB
CMYK
RGB Variations
Color information
#F58D80 (or 0xF58D80) is known color: Sweet Pink. HEX triplet: F5, 8D and 80. RGB value is (245,141,128). Sum of RGB (Red+Green+Blue) = 245+141+128=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D80 is #0A727F. Grayscale: #AAAAAA. Windows color (decimal): -684672 or 8424949. OLE color: 8424949.
HSL color Cylindrical-coordinate representation of color #F58D80: hue angle of 6.67º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58D80 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 128 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.04 |
| HSL | 6.67º | 0.85% | 0.73% | - |
| HSV(B) | 6.67º | 0.48% | 0.96% | - |
| XYZ | 51.08 | 40.02 | 25.45 | - |
| YUV | 170.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 128 | 0 | 0.42 | 0.48 | 0.04 | 6.67 | 0.85 | 0.73 |
| Hex | F5 | 8D | 80 | 0 | 2A | 30 | 4 | 7 | 55 | 49 |
| Octal | 365 | 215 | 200 | 0 | 52 | 60 | 4 | 7 | 125 | 111 |
| Binary | 11110101 | 10001101 | 10000000 | 0 | 101010 | 110000 | 100 | 111 | 1010101 | 1001001 |
Color Harmonies of #F58D80
Complementary color
Monochromatic Colors of #F58D80
Black with #F58D80
Text Example
Text Example
White with #F58D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D80; }
p { color: rgb(245,141,128); }
H1.HeaderClassName
{
color: #F58D80;
}
.AnyTagClassName
{
color: #F58D80;
}
</style>
background-color css
<style>
a { background-color: #F58D80; }
a { background-color: rgb(245,141,128); }
div.DivClassName
{
background-color: #F58D80;
}
.BgClassName
{
background-color: #F58D80;
}
</style>
border-color css
<style>
span { border-color: #F58D80; }
span { border-color: rgb(245,141,128); }
td.TdClassName
{
border-color: #F58D80;
}
.TagClassName
{
border-color: #F58D80;
}
</style>