Shades of Sweet Pink #F58D8D
Tints of Sweet Pink #F58D8D
RGB
CMYK
RGB Variations
Color information
#F58D8D (or 0xF58D8D) is known color: Sweet Pink. HEX triplet: F5, 8D and 8D. RGB value is (245,141,141). Sum of RGB (Red+Green+Blue) = 245+141+141=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D8D is #0A7272. Grayscale: #ACACAC. Windows color (decimal): -684659 or 9276917. OLE color: 9276917.
HSL color Cylindrical-coordinate representation of color #F58D8D: hue angle of 0º 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 #F58D8D is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 141 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.04 |
| HSL | 0º | 0.84% | 0.76% | - |
| HSV(B) | 0º | 0.42% | 0.96% | - |
| XYZ | 51.99 | 40.39 | 30.25 | - |
| YUV | 172.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 141 | 0 | 0.42 | 0.42 | 0.04 | 0 | 0.84 | 0.76 |
| Hex | F5 | 8D | 8D | 0 | 2A | 2A | 4 | 0 | 54 | 4C |
| Octal | 365 | 215 | 215 | 0 | 52 | 52 | 4 | 0 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10001101 | 0 | 101010 | 101010 | 100 | 0 | 1010100 | 1001100 |
Color Harmonies of #F58D8D
Complementary color
Monochromatic Colors of #F58D8D
Black with #F58D8D
Text Example
Text Example
White with #F58D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D8D; }
p { color: rgb(245,141,141); }
H1.HeaderClassName
{
color: #F58D8D;
}
.AnyTagClassName
{
color: #F58D8D;
}
</style>
background-color css
<style>
a { background-color: #F58D8D; }
a { background-color: rgb(245,141,141); }
div.DivClassName
{
background-color: #F58D8D;
}
.BgClassName
{
background-color: #F58D8D;
}
</style>
border-color css
<style>
span { border-color: #F58D8D; }
span { border-color: rgb(245,141,141); }
td.TdClassName
{
border-color: #F58D8D;
}
.TagClassName
{
border-color: #F58D8D;
}
</style>