Shades of Sweet Pink #F89090
Tints of Sweet Pink #F89090
RGB
CMYK
RGB Variations
Color information
#F89090 (or 0xF89090) is known color: Sweet Pink. HEX triplet: F8, 90 and 90. RGB value is (248,144,144). Sum of RGB (Red+Green+Blue) = 248+144+144=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F89090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89090 is #076F6F. Grayscale: #AFAFAF. Windows color (decimal): -487280 or 9474296. OLE color: 9474296.
HSL color Cylindrical-coordinate representation of color #F89090: hue angle of 0º 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 #F89090 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 144 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.03 |
| HSL | 0º | 0.88% | 0.77% | - |
| HSV(B) | 0º | 0.42% | 0.97% | - |
| XYZ | 53.72 | 41.92 | 31.64 | - |
| YUV | 175.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 144 | 0 | 0.42 | 0.42 | 0.03 | 0 | 0.88 | 0.77 |
| Hex | F8 | 90 | 90 | 0 | 2A | 2A | 3 | 0 | 58 | 4D |
| Octal | 370 | 220 | 220 | 0 | 52 | 52 | 3 | 0 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10010000 | 0 | 101010 | 101010 | 11 | 0 | 1011000 | 1001101 |
Color Harmonies of #F89090
Complementary color
Monochromatic Colors of #F89090
Black with #F89090
Text Example
Text Example
White with #F89090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89090; }
p { color: rgb(248,144,144); }
H1.HeaderClassName
{
color: #F89090;
}
.AnyTagClassName
{
color: #F89090;
}
</style>
background-color css
<style>
a { background-color: #F89090; }
a { background-color: rgb(248,144,144); }
div.DivClassName
{
background-color: #F89090;
}
.BgClassName
{
background-color: #F89090;
}
</style>
border-color css
<style>
span { border-color: #F89090; }
span { border-color: rgb(248,144,144); }
td.TdClassName
{
border-color: #F89090;
}
.TagClassName
{
border-color: #F89090;
}
</style>