Shades of Sweet Pink #F78D85
Tints of Sweet Pink #F78D85
RGB
CMYK
RGB Variations
Color information
#F78D85 (or 0xF78D85) is known color: Sweet Pink. HEX triplet: F7, 8D and 85. RGB value is (247,141,133). Sum of RGB (Red+Green+Blue) = 247+141+133=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78D85 is #08727A. Grayscale: #ABABAB. Windows color (decimal): -553595 or 8752631. OLE color: 8752631.
HSL color Cylindrical-coordinate representation of color #F78D85: hue angle of 4.21º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F78D85 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 133 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.03 |
| HSL | 4.21º | 0.88% | 0.75% | - |
| HSV(B) | 4.21º | 0.46% | 0.97% | - |
| XYZ | 52.12 | 40.52 | 27.26 | - |
| YUV | 171.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 133 | 0 | 0.43 | 0.46 | 0.03 | 4.21 | 0.88 | 0.75 |
| Hex | F7 | 8D | 85 | 0 | 2B | 2E | 3 | 4 | 58 | 4B |
| Octal | 367 | 215 | 205 | 0 | 53 | 56 | 3 | 4 | 130 | 113 |
| Binary | 11110111 | 10001101 | 10000101 | 0 | 101011 | 101110 | 11 | 100 | 1011000 | 1001011 |
Color Harmonies of #F78D85
Complementary color
Monochromatic Colors of #F78D85
Black with #F78D85
Text Example
Text Example
White with #F78D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D85; }
p { color: rgb(247,141,133); }
H1.HeaderClassName
{
color: #F78D85;
}
.AnyTagClassName
{
color: #F78D85;
}
</style>
background-color css
<style>
a { background-color: #F78D85; }
a { background-color: rgb(247,141,133); }
div.DivClassName
{
background-color: #F78D85;
}
.BgClassName
{
background-color: #F78D85;
}
</style>
border-color css
<style>
span { border-color: #F78D85; }
span { border-color: rgb(247,141,133); }
td.TdClassName
{
border-color: #F78D85;
}
.TagClassName
{
border-color: #F78D85;
}
</style>