Shades of Sweet Pink #F58F86
Tints of Sweet Pink #F58F86
RGB
CMYK
RGB Variations
Color information
#F58F86 (or 0xF58F86) is known color: Sweet Pink. HEX triplet: F5, 8F and 86. RGB value is (245,143,134). Sum of RGB (Red+Green+Blue) = 245+143+134=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F86 is #0A7079. Grayscale: #ACACAC. Windows color (decimal): -684154 or 8818677. OLE color: 8818677.
HSL color Cylindrical-coordinate representation of color #F58F86: hue angle of 4.86º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58F86 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 134 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.04 |
| HSL | 4.86º | 0.85% | 0.74% | - |
| HSV(B) | 4.86º | 0.45% | 0.96% | - |
| XYZ | 51.78 | 40.78 | 27.7 | - |
| YUV | 172.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 134 | 0 | 0.42 | 0.45 | 0.04 | 4.86 | 0.85 | 0.74 |
| Hex | F5 | 8F | 86 | 0 | 2A | 2D | 4 | 5 | 55 | 4A |
| Octal | 365 | 217 | 206 | 0 | 52 | 55 | 4 | 5 | 125 | 112 |
| Binary | 11110101 | 10001111 | 10000110 | 0 | 101010 | 101101 | 100 | 101 | 1010101 | 1001010 |
Color Harmonies of #F58F86
Complementary color
Monochromatic Colors of #F58F86
Black with #F58F86
Text Example
Text Example
White with #F58F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F86; }
p { color: rgb(245,143,134); }
H1.HeaderClassName
{
color: #F58F86;
}
.AnyTagClassName
{
color: #F58F86;
}
</style>
background-color css
<style>
a { background-color: #F58F86; }
a { background-color: rgb(245,143,134); }
div.DivClassName
{
background-color: #F58F86;
}
.BgClassName
{
background-color: #F58F86;
}
</style>
border-color css
<style>
span { border-color: #F58F86; }
span { border-color: rgb(245,143,134); }
td.TdClassName
{
border-color: #F58F86;
}
.TagClassName
{
border-color: #F58F86;
}
</style>