Shades of Sweet Pink #F8918C
Tints of Sweet Pink #F8918C
RGB
CMYK
RGB Variations
Color information
#F8918C (or 0xF8918C) is known color: Sweet Pink. HEX triplet: F8, 91 and 8C. RGB value is (248,145,140). Sum of RGB (Red+Green+Blue) = 248+145+140=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8918C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8918C is #076E73. Grayscale: #AFAFAF. Windows color (decimal): -487028 or 9212408. OLE color: 9212408.
HSL color Cylindrical-coordinate representation of color #F8918C: hue angle of 2.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8918C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 140 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.03 |
| HSL | 2.78º | 0.89% | 0.76% | - |
| HSV(B) | 2.78º | 0.44% | 0.97% | - |
| XYZ | 53.57 | 42.1 | 30.11 | - |
| YUV | 175.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 140 | 0 | 0.42 | 0.44 | 0.03 | 2.78 | 0.89 | 0.76 |
| Hex | F8 | 91 | 8C | 0 | 2A | 2C | 3 | 3 | 59 | 4C |
| Octal | 370 | 221 | 214 | 0 | 52 | 54 | 3 | 3 | 131 | 114 |
| Binary | 11111000 | 10010001 | 10001100 | 0 | 101010 | 101100 | 11 | 11 | 1011001 | 1001100 |
Color Harmonies of #F8918C
Complementary color
Monochromatic Colors of #F8918C
Black with #F8918C
Text Example
Text Example
White with #F8918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8918C; }
p { color: rgb(248,145,140); }
H1.HeaderClassName
{
color: #F8918C;
}
.AnyTagClassName
{
color: #F8918C;
}
</style>
background-color css
<style>
a { background-color: #F8918C; }
a { background-color: rgb(248,145,140); }
div.DivClassName
{
background-color: #F8918C;
}
.BgClassName
{
background-color: #F8918C;
}
</style>
border-color css
<style>
span { border-color: #F8918C; }
span { border-color: rgb(248,145,140); }
td.TdClassName
{
border-color: #F8918C;
}
.TagClassName
{
border-color: #F8918C;
}
</style>