Shades of Sweet Pink #F58E8C
Tints of Sweet Pink #F58E8C
RGB
CMYK
RGB Variations
Color information
#F58E8C (or 0xF58E8C) is known color: Sweet Pink. HEX triplet: F5, 8E and 8C. RGB value is (245,142,140). Sum of RGB (Red+Green+Blue) = 245+142+140=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E8C is #0A7173. Grayscale: #ACACAC. Windows color (decimal): -684404 or 9211637. OLE color: 9211637.
HSL color Cylindrical-coordinate representation of color #F58E8C: hue angle of 1.14º 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 #F58E8C is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 140 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.04 |
| HSL | 1.14º | 0.84% | 0.75% | - |
| HSV(B) | 1.14º | 0.43% | 0.96% | - |
| XYZ | 52.06 | 40.65 | 29.91 | - |
| YUV | 172.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 140 | 0 | 0.42 | 0.43 | 0.04 | 1.14 | 0.84 | 0.75 |
| Hex | F5 | 8E | 8C | 0 | 2A | 2B | 4 | 1 | 54 | 4B |
| Octal | 365 | 216 | 214 | 0 | 52 | 53 | 4 | 1 | 124 | 113 |
| Binary | 11110101 | 10001110 | 10001100 | 0 | 101010 | 101011 | 100 | 1 | 1010100 | 1001011 |
Color Harmonies of #F58E8C
Complementary color
Monochromatic Colors of #F58E8C
Black with #F58E8C
Text Example
Text Example
White with #F58E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58E8C; }
p { color: rgb(245,142,140); }
H1.HeaderClassName
{
color: #F58E8C;
}
.AnyTagClassName
{
color: #F58E8C;
}
</style>
background-color css
<style>
a { background-color: #F58E8C; }
a { background-color: rgb(245,142,140); }
div.DivClassName
{
background-color: #F58E8C;
}
.BgClassName
{
background-color: #F58E8C;
}
</style>
border-color css
<style>
span { border-color: #F58E8C; }
span { border-color: rgb(245,142,140); }
td.TdClassName
{
border-color: #F58E8C;
}
.TagClassName
{
border-color: #F58E8C;
}
</style>