Shades of Sweet Pink #F89491
Tints of Sweet Pink #F89491
RGB
CMYK
RGB Variations
Color information
#F89491 (or 0xF89491) is known color: Sweet Pink. HEX triplet: F8, 94 and 91. RGB value is (248,148,145). Sum of RGB (Red+Green+Blue) = 248+148+145=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F89491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89491 is #076B6E. Grayscale: #B1B1B1. Windows color (decimal): -486255 or 9540856. OLE color: 9540856.
HSL color Cylindrical-coordinate representation of color #F89491: hue angle of 1.75º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F89491 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 145 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.03 |
| HSL | 1.75º | 0.88% | 0.77% | - |
| HSV(B) | 1.75º | 0.42% | 0.97% | - |
| XYZ | 54.41 | 43.18 | 32.25 | - |
| YUV | 177.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 145 | 0 | 0.40 | 0.42 | 0.03 | 1.75 | 0.88 | 0.77 |
| Hex | F8 | 94 | 91 | 0 | 28 | 2A | 3 | 2 | 58 | 4D |
| Octal | 370 | 224 | 221 | 0 | 50 | 52 | 3 | 2 | 130 | 115 |
| Binary | 11111000 | 10010100 | 10010001 | 0 | 101000 | 101010 | 11 | 10 | 1011000 | 1001101 |
Color Harmonies of #F89491
Complementary color
Monochromatic Colors of #F89491
Black with #F89491
Text Example
Text Example
White with #F89491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89491; }
p { color: rgb(248,148,145); }
H1.HeaderClassName
{
color: #F89491;
}
.AnyTagClassName
{
color: #F89491;
}
</style>
background-color css
<style>
a { background-color: #F89491; }
a { background-color: rgb(248,148,145); }
div.DivClassName
{
background-color: #F89491;
}
.BgClassName
{
background-color: #F89491;
}
</style>
border-color css
<style>
span { border-color: #F89491; }
span { border-color: rgb(248,148,145); }
td.TdClassName
{
border-color: #F89491;
}
.TagClassName
{
border-color: #F89491;
}
</style>