Shades of Sweet Pink #F8908C
Tints of Sweet Pink #F8908C
RGB
CMYK
RGB Variations
Color information
#F8908C (or 0xF8908C) is known color: Sweet Pink. HEX triplet: F8, 90 and 8C. RGB value is (248,144,140). Sum of RGB (Red+Green+Blue) = 248+144+140=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8908C is #076F73. Grayscale: #AEAEAE. Windows color (decimal): -487284 or 9212152. OLE color: 9212152.
HSL color Cylindrical-coordinate representation of color #F8908C: hue angle of 2.22º 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 #F8908C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 140 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.03 |
| HSL | 2.22º | 0.89% | 0.76% | - |
| HSV(B) | 2.22º | 0.44% | 0.97% | - |
| XYZ | 53.42 | 41.8 | 30.06 | - |
| YUV | 174.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 140 | 0 | 0.42 | 0.44 | 0.03 | 2.22 | 0.89 | 0.76 |
| Hex | F8 | 90 | 8C | 0 | 2A | 2C | 3 | 2 | 59 | 4C |
| Octal | 370 | 220 | 214 | 0 | 52 | 54 | 3 | 2 | 131 | 114 |
| Binary | 11111000 | 10010000 | 10001100 | 0 | 101010 | 101100 | 11 | 10 | 1011001 | 1001100 |
Color Harmonies of #F8908C
Complementary color
Monochromatic Colors of #F8908C
Black with #F8908C
Text Example
Text Example
White with #F8908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8908C; }
p { color: rgb(248,144,140); }
H1.HeaderClassName
{
color: #F8908C;
}
.AnyTagClassName
{
color: #F8908C;
}
</style>
background-color css
<style>
a { background-color: #F8908C; }
a { background-color: rgb(248,144,140); }
div.DivClassName
{
background-color: #F8908C;
}
.BgClassName
{
background-color: #F8908C;
}
</style>
border-color css
<style>
span { border-color: #F8908C; }
span { border-color: rgb(248,144,140); }
td.TdClassName
{
border-color: #F8908C;
}
.TagClassName
{
border-color: #F8908C;
}
</style>