Shades of Sweet Pink #F69891
Tints of Sweet Pink #F69891
RGB
CMYK
RGB Variations
Color information
#F69891 (or 0xF69891) is known color: Sweet Pink. HEX triplet: F6, 98 and 91. RGB value is (246,152,145). Sum of RGB (Red+Green+Blue) = 246+152+145=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F69891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69891 is #09676E. Grayscale: #B3B3B3. Windows color (decimal): -616303 or 9541878. OLE color: 9541878.
HSL color Cylindrical-coordinate representation of color #F69891: hue angle of 4.16º 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 #F69891 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 145 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.04 |
| HSL | 4.16º | 0.85% | 0.77% | - |
| HSV(B) | 4.16º | 0.41% | 0.96% | - |
| XYZ | 54.35 | 44.09 | 32.43 | - |
| YUV | 179.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 145 | 0 | 0.38 | 0.41 | 0.04 | 4.16 | 0.85 | 0.77 |
| Hex | F6 | 98 | 91 | 0 | 26 | 29 | 4 | 4 | 55 | 4D |
| Octal | 366 | 230 | 221 | 0 | 46 | 51 | 4 | 4 | 125 | 115 |
| Binary | 11110110 | 10011000 | 10010001 | 0 | 100110 | 101001 | 100 | 100 | 1010101 | 1001101 |
Color Harmonies of #F69891
Complementary color
Monochromatic Colors of #F69891
Black with #F69891
Text Example
Text Example
White with #F69891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69891; }
p { color: rgb(246,152,145); }
H1.HeaderClassName
{
color: #F69891;
}
.AnyTagClassName
{
color: #F69891;
}
</style>
background-color css
<style>
a { background-color: #F69891; }
a { background-color: rgb(246,152,145); }
div.DivClassName
{
background-color: #F69891;
}
.BgClassName
{
background-color: #F69891;
}
</style>
border-color css
<style>
span { border-color: #F69891; }
span { border-color: rgb(246,152,145); }
td.TdClassName
{
border-color: #F69891;
}
.TagClassName
{
border-color: #F69891;
}
</style>