Shades of Sweet Pink #F69591
Tints of Sweet Pink #F69591
RGB
CMYK
RGB Variations
Color information
#F69591 (or 0xF69591) is known color: Sweet Pink. HEX triplet: F6, 95 and 91. RGB value is (246,149,145). Sum of RGB (Red+Green+Blue) = 246+149+145=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F69591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69591 is #096A6E. Grayscale: #B1B1B1. Windows color (decimal): -617071 or 9541110. OLE color: 9541110.
HSL color Cylindrical-coordinate representation of color #F69591: hue angle of 2.38º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69591 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 145 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.04 |
| HSL | 2.38º | 0.85% | 0.77% | - |
| HSV(B) | 2.38º | 0.41% | 0.96% | - |
| XYZ | 53.86 | 43.13 | 32.27 | - |
| YUV | 177.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 145 | 0 | 0.39 | 0.41 | 0.04 | 2.38 | 0.85 | 0.77 |
| Hex | F6 | 95 | 91 | 0 | 27 | 29 | 4 | 2 | 55 | 4D |
| Octal | 366 | 225 | 221 | 0 | 47 | 51 | 4 | 2 | 125 | 115 |
| Binary | 11110110 | 10010101 | 10010001 | 0 | 100111 | 101001 | 100 | 10 | 1010101 | 1001101 |
Color Harmonies of #F69591
Complementary color
Monochromatic Colors of #F69591
Black with #F69591
Text Example
Text Example
White with #F69591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69591; }
p { color: rgb(246,149,145); }
H1.HeaderClassName
{
color: #F69591;
}
.AnyTagClassName
{
color: #F69591;
}
</style>
background-color css
<style>
a { background-color: #F69591; }
a { background-color: rgb(246,149,145); }
div.DivClassName
{
background-color: #F69591;
}
.BgClassName
{
background-color: #F69591;
}
</style>
border-color css
<style>
span { border-color: #F69591; }
span { border-color: rgb(246,149,145); }
td.TdClassName
{
border-color: #F69591;
}
.TagClassName
{
border-color: #F69591;
}
</style>