Shades of Sweet Pink #F69B9A
Tints of Sweet Pink #F69B9A
RGB
CMYK
RGB Variations
Color information
#F69B9A (or 0xF69B9A) is known color: Sweet Pink. HEX triplet: F6, 9B and 9A. RGB value is (246,155,154). Sum of RGB (Red+Green+Blue) = 246+155+154=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69B9A is #096465. Grayscale: #B6B6B6. Windows color (decimal): -615526 or 10132470. OLE color: 10132470.
HSL color Cylindrical-coordinate representation of color #F69B9A: hue angle of 0.65º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69B9A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 154 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.04 |
| HSL | 0.65º | 0.84% | 0.78% | - |
| HSV(B) | 0.65º | 0.37% | 0.96% | - |
| XYZ | 55.56 | 45.37 | 36.4 | - |
| YUV | 182.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 154 | 0 | 0.37 | 0.37 | 0.04 | 0.65 | 0.84 | 0.78 |
| Hex | F6 | 9B | 9A | 0 | 25 | 25 | 4 | 1 | 54 | 4E |
| Octal | 366 | 233 | 232 | 0 | 45 | 45 | 4 | 1 | 124 | 116 |
| Binary | 11110110 | 10011011 | 10011010 | 0 | 100101 | 100101 | 100 | 1 | 1010100 | 1001110 |
Color Harmonies of #F69B9A
Complementary color
Monochromatic Colors of #F69B9A
Black with #F69B9A
Text Example
Text Example
White with #F69B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B9A; }
p { color: rgb(246,155,154); }
H1.HeaderClassName
{
color: #F69B9A;
}
.AnyTagClassName
{
color: #F69B9A;
}
</style>
background-color css
<style>
a { background-color: #F69B9A; }
a { background-color: rgb(246,155,154); }
div.DivClassName
{
background-color: #F69B9A;
}
.BgClassName
{
background-color: #F69B9A;
}
</style>
border-color css
<style>
span { border-color: #F69B9A; }
span { border-color: rgb(246,155,154); }
td.TdClassName
{
border-color: #F69B9A;
}
.TagClassName
{
border-color: #F69B9A;
}
</style>