Shades of Sweet Pink #F89392
Tints of Sweet Pink #F89392
RGB
CMYK
RGB Variations
Color information
#F89392 (or 0xF89392) is known color: Sweet Pink. HEX triplet: F8, 93 and 92. RGB value is (248,147,146). Sum of RGB (Red+Green+Blue) = 248+147+146=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F89392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89392 is #076C6D. Grayscale: #B1B1B1. Windows color (decimal): -486510 or 9606136. OLE color: 9606136.
HSL color Cylindrical-coordinate representation of color #F89392: hue angle of 0.59º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F89392 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 146 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.03 |
| HSL | 0.59º | 0.88% | 0.77% | - |
| HSV(B) | 0.59º | 0.41% | 0.97% | - |
| XYZ | 54.33 | 42.9 | 32.61 | - |
| YUV | 177.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 146 | 0 | 0.41 | 0.41 | 0.03 | 0.59 | 0.88 | 0.77 |
| Hex | F8 | 93 | 92 | 0 | 29 | 29 | 3 | 1 | 58 | 4D |
| Octal | 370 | 223 | 222 | 0 | 51 | 51 | 3 | 1 | 130 | 115 |
| Binary | 11111000 | 10010011 | 10010010 | 0 | 101001 | 101001 | 11 | 1 | 1011000 | 1001101 |
Color Harmonies of #F89392
Complementary color
Monochromatic Colors of #F89392
Black with #F89392
Text Example
Text Example
White with #F89392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89392; }
p { color: rgb(248,147,146); }
H1.HeaderClassName
{
color: #F89392;
}
.AnyTagClassName
{
color: #F89392;
}
</style>
background-color css
<style>
a { background-color: #F89392; }
a { background-color: rgb(248,147,146); }
div.DivClassName
{
background-color: #F89392;
}
.BgClassName
{
background-color: #F89392;
}
</style>
border-color css
<style>
span { border-color: #F89392; }
span { border-color: rgb(248,147,146); }
td.TdClassName
{
border-color: #F89392;
}
.TagClassName
{
border-color: #F89392;
}
</style>