Shades of Sweet Pink #F68D88
Tints of Sweet Pink #F68D88
RGB
CMYK
RGB Variations
Color information
#F68D88 (or 0xF68D88) is known color: Sweet Pink. HEX triplet: F6, 8D and 88. RGB value is (246,141,136). Sum of RGB (Red+Green+Blue) = 246+141+136=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D88 is #097277. Grayscale: #ABABAB. Windows color (decimal): -619128 or 8949238. OLE color: 8949238.
HSL color Cylindrical-coordinate representation of color #F68D88: hue angle of 2.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68D88 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 136 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.04 |
| HSL | 2.73º | 0.86% | 0.75% | - |
| HSV(B) | 2.73º | 0.45% | 0.96% | - |
| XYZ | 51.97 | 40.42 | 28.36 | - |
| YUV | 171.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 136 | 0 | 0.43 | 0.45 | 0.04 | 2.73 | 0.86 | 0.75 |
| Hex | F6 | 8D | 88 | 0 | 2B | 2D | 4 | 3 | 56 | 4B |
| Octal | 366 | 215 | 210 | 0 | 53 | 55 | 4 | 3 | 126 | 113 |
| Binary | 11110110 | 10001101 | 10001000 | 0 | 101011 | 101101 | 100 | 11 | 1010110 | 1001011 |
Color Harmonies of #F68D88
Complementary color
Monochromatic Colors of #F68D88
Black with #F68D88
Text Example
Text Example
White with #F68D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D88; }
p { color: rgb(246,141,136); }
H1.HeaderClassName
{
color: #F68D88;
}
.AnyTagClassName
{
color: #F68D88;
}
</style>
background-color css
<style>
a { background-color: #F68D88; }
a { background-color: rgb(246,141,136); }
div.DivClassName
{
background-color: #F68D88;
}
.BgClassName
{
background-color: #F68D88;
}
</style>
border-color css
<style>
span { border-color: #F68D88; }
span { border-color: rgb(246,141,136); }
td.TdClassName
{
border-color: #F68D88;
}
.TagClassName
{
border-color: #F68D88;
}
</style>