Shades of Sweet Pink #F68E8D
Tints of Sweet Pink #F68E8D
RGB
CMYK
RGB Variations
Color information
#F68E8D (or 0xF68E8D) is known color: Sweet Pink. HEX triplet: F6, 8E and 8D. RGB value is (246,142,141). Sum of RGB (Red+Green+Blue) = 246+142+141=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68E8D is #097172. Grayscale: #ADADAD. Windows color (decimal): -618867 or 9277174. OLE color: 9277174.
HSL color Cylindrical-coordinate representation of color #F68E8D: hue angle of 0.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68E8D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 141 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.04 |
| HSL | 0.57º | 0.85% | 0.76% | - |
| HSV(B) | 0.57º | 0.43% | 0.96% | - |
| XYZ | 52.49 | 40.86 | 30.32 | - |
| YUV | 172.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 141 | 0 | 0.42 | 0.43 | 0.04 | 0.57 | 0.85 | 0.76 |
| Hex | F6 | 8E | 8D | 0 | 2A | 2B | 4 | 1 | 55 | 4C |
| Octal | 366 | 216 | 215 | 0 | 52 | 53 | 4 | 1 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10001101 | 0 | 101010 | 101011 | 100 | 1 | 1010101 | 1001100 |
Color Harmonies of #F68E8D
Complementary color
Monochromatic Colors of #F68E8D
Black with #F68E8D
Text Example
Text Example
White with #F68E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E8D; }
p { color: rgb(246,142,141); }
H1.HeaderClassName
{
color: #F68E8D;
}
.AnyTagClassName
{
color: #F68E8D;
}
</style>
background-color css
<style>
a { background-color: #F68E8D; }
a { background-color: rgb(246,142,141); }
div.DivClassName
{
background-color: #F68E8D;
}
.BgClassName
{
background-color: #F68E8D;
}
</style>
border-color css
<style>
span { border-color: #F68E8D; }
span { border-color: rgb(246,142,141); }
td.TdClassName
{
border-color: #F68E8D;
}
.TagClassName
{
border-color: #F68E8D;
}
</style>