Shades of Sweet Pink #F69A95
Tints of Sweet Pink #F69A95
RGB
CMYK
RGB Variations
Color information
#F69A95 (or 0xF69A95) is known color: Sweet Pink. HEX triplet: F6, 9A and 95. RGB value is (246,154,149). Sum of RGB (Red+Green+Blue) = 246+154+149=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A95 is #09656A. Grayscale: #B5B5B5. Windows color (decimal): -615787 or 9804534. OLE color: 9804534.
HSL color Cylindrical-coordinate representation of color #F69A95: hue angle of 3.09º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F69A95 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 149 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.04 |
| HSL | 3.09º | 0.84% | 0.77% | - |
| HSV(B) | 3.09º | 0.39% | 0.96% | - |
| XYZ | 54.99 | 44.87 | 34.2 | - |
| YUV | 180.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 149 | 0 | 0.37 | 0.39 | 0.04 | 3.09 | 0.84 | 0.77 |
| Hex | F6 | 9A | 95 | 0 | 25 | 27 | 4 | 3 | 54 | 4D |
| Octal | 366 | 232 | 225 | 0 | 45 | 47 | 4 | 3 | 124 | 115 |
| Binary | 11110110 | 10011010 | 10010101 | 0 | 100101 | 100111 | 100 | 11 | 1010100 | 1001101 |
Color Harmonies of #F69A95
Complementary color
Monochromatic Colors of #F69A95
Black with #F69A95
Text Example
Text Example
White with #F69A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A95; }
p { color: rgb(246,154,149); }
H1.HeaderClassName
{
color: #F69A95;
}
.AnyTagClassName
{
color: #F69A95;
}
</style>
background-color css
<style>
a { background-color: #F69A95; }
a { background-color: rgb(246,154,149); }
div.DivClassName
{
background-color: #F69A95;
}
.BgClassName
{
background-color: #F69A95;
}
</style>
border-color css
<style>
span { border-color: #F69A95; }
span { border-color: rgb(246,154,149); }
td.TdClassName
{
border-color: #F69A95;
}
.TagClassName
{
border-color: #F69A95;
}
</style>