Shades of Sweet Pink #F68F8E
Tints of Sweet Pink #F68F8E
RGB
CMYK
RGB Variations
Color information
#F68F8E (or 0xF68F8E) is known color: Sweet Pink. HEX triplet: F6, 8F and 8E. RGB value is (246,143,142). Sum of RGB (Red+Green+Blue) = 246+143+142=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F8E is #097071. Grayscale: #ADADAD. Windows color (decimal): -618610 or 9342966. OLE color: 9342966.
HSL color Cylindrical-coordinate representation of color #F68F8E: hue angle of 0.58º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68F8E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 142 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.04 |
| HSL | 0.58º | 0.85% | 0.76% | - |
| HSV(B) | 0.58º | 0.42% | 0.96% | - |
| XYZ | 52.71 | 41.19 | 30.76 | - |
| YUV | 173.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 142 | 0 | 0.42 | 0.42 | 0.04 | 0.58 | 0.85 | 0.76 |
| Hex | F6 | 8F | 8E | 0 | 2A | 2A | 4 | 1 | 55 | 4C |
| Octal | 366 | 217 | 216 | 0 | 52 | 52 | 4 | 1 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10001110 | 0 | 101010 | 101010 | 100 | 1 | 1010101 | 1001100 |
Color Harmonies of #F68F8E
Complementary color
Monochromatic Colors of #F68F8E
Black with #F68F8E
Text Example
Text Example
White with #F68F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F8E; }
p { color: rgb(246,143,142); }
H1.HeaderClassName
{
color: #F68F8E;
}
.AnyTagClassName
{
color: #F68F8E;
}
</style>
background-color css
<style>
a { background-color: #F68F8E; }
a { background-color: rgb(246,143,142); }
div.DivClassName
{
background-color: #F68F8E;
}
.BgClassName
{
background-color: #F68F8E;
}
</style>
border-color css
<style>
span { border-color: #F68F8E; }
span { border-color: rgb(246,143,142); }
td.TdClassName
{
border-color: #F68F8E;
}
.TagClassName
{
border-color: #F68F8E;
}
</style>