Shades of Sweet Pink #F68D83
Tints of Sweet Pink #F68D83
RGB
CMYK
RGB Variations
Color information
#F68D83 (or 0xF68D83) is known color: Sweet Pink. HEX triplet: F6, 8D and 83. RGB value is (246,141,131). Sum of RGB (Red+Green+Blue) = 246+141+131=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D83 is #09727C. Grayscale: #ABABAB. Windows color (decimal): -619133 or 8621558. OLE color: 8621558.
HSL color Cylindrical-coordinate representation of color #F68D83: hue angle of 5.22º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68D83 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 131 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.04 |
| HSL | 5.22º | 0.86% | 0.74% | - |
| HSV(B) | 5.22º | 0.47% | 0.96% | - |
| XYZ | 51.63 | 40.28 | 26.53 | - |
| YUV | 171.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 131 | 0 | 0.43 | 0.47 | 0.04 | 5.22 | 0.86 | 0.74 |
| Hex | F6 | 8D | 83 | 0 | 2B | 2F | 4 | 5 | 56 | 4A |
| Octal | 366 | 215 | 203 | 0 | 53 | 57 | 4 | 5 | 126 | 112 |
| Binary | 11110110 | 10001101 | 10000011 | 0 | 101011 | 101111 | 100 | 101 | 1010110 | 1001010 |
Color Harmonies of #F68D83
Complementary color
Monochromatic Colors of #F68D83
Black with #F68D83
Text Example
Text Example
White with #F68D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D83; }
p { color: rgb(246,141,131); }
H1.HeaderClassName
{
color: #F68D83;
}
.AnyTagClassName
{
color: #F68D83;
}
</style>
background-color css
<style>
a { background-color: #F68D83; }
a { background-color: rgb(246,141,131); }
div.DivClassName
{
background-color: #F68D83;
}
.BgClassName
{
background-color: #F68D83;
}
</style>
border-color css
<style>
span { border-color: #F68D83; }
span { border-color: rgb(246,141,131); }
td.TdClassName
{
border-color: #F68D83;
}
.TagClassName
{
border-color: #F68D83;
}
</style>