Shades of Sweet Pink #F69D9B
Tints of Sweet Pink #F69D9B
RGB
CMYK
RGB Variations
Color information
#F69D9B (or 0xF69D9B) is known color: Sweet Pink. HEX triplet: F6, 9D and 9B. RGB value is (246,157,155). Sum of RGB (Red+Green+Blue) = 246+157+155=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69D9B is #096264. Grayscale: #B7B7B7. Windows color (decimal): -615013 or 10198518. OLE color: 10198518.
HSL color Cylindrical-coordinate representation of color #F69D9B: hue angle of 1.32º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69D9B is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 155 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.04 |
| HSL | 1.32º | 0.83% | 0.79% | - |
| HSV(B) | 1.32º | 0.37% | 0.96% | - |
| XYZ | 55.98 | 46.07 | 36.95 | - |
| YUV | 183.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 155 | 0 | 0.36 | 0.37 | 0.04 | 1.32 | 0.83 | 0.79 |
| Hex | F6 | 9D | 9B | 0 | 24 | 25 | 4 | 1 | 53 | 4F |
| Octal | 366 | 235 | 233 | 0 | 44 | 45 | 4 | 1 | 123 | 117 |
| Binary | 11110110 | 10011101 | 10011011 | 0 | 100100 | 100101 | 100 | 1 | 1010011 | 1001111 |
Color Harmonies of #F69D9B
Complementary color
Monochromatic Colors of #F69D9B
Black with #F69D9B
Text Example
Text Example
White with #F69D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69D9B; }
p { color: rgb(246,157,155); }
H1.HeaderClassName
{
color: #F69D9B;
}
.AnyTagClassName
{
color: #F69D9B;
}
</style>
background-color css
<style>
a { background-color: #F69D9B; }
a { background-color: rgb(246,157,155); }
div.DivClassName
{
background-color: #F69D9B;
}
.BgClassName
{
background-color: #F69D9B;
}
</style>
border-color css
<style>
span { border-color: #F69D9B; }
span { border-color: rgb(246,157,155); }
td.TdClassName
{
border-color: #F69D9B;
}
.TagClassName
{
border-color: #F69D9B;
}
</style>