Shades of Sweet Pink #F9908C
Tints of Sweet Pink #F9908C
RGB
CMYK
RGB Variations
Color information
#F9908C (or 0xF9908C) is known color: Sweet Pink. HEX triplet: F9, 90 and 8C. RGB value is (249,144,140). Sum of RGB (Red+Green+Blue) = 249+144+140=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9908C is #066F73. Grayscale: #AFAFAF. Windows color (decimal): -421748 or 9212153. OLE color: 9212153.
HSL color Cylindrical-coordinate representation of color #F9908C: hue angle of 2.2º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9908C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 140 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.02 |
| HSL | 2.2º | 0.9% | 0.76% | - |
| HSV(B) | 2.2º | 0.44% | 0.98% | - |
| XYZ | 53.77 | 41.98 | 30.08 | - |
| YUV | 174.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 140 | 0 | 0.42 | 0.44 | 0.02 | 2.2 | 0.9 | 0.76 |
| Hex | F9 | 90 | 8C | 0 | 2A | 2C | 2 | 2 | 5A | 4C |
| Octal | 371 | 220 | 214 | 0 | 52 | 54 | 2 | 2 | 132 | 114 |
| Binary | 11111001 | 10010000 | 10001100 | 0 | 101010 | 101100 | 10 | 10 | 1011010 | 1001100 |
Color Harmonies of #F9908C
Complementary color
Monochromatic Colors of #F9908C
Black with #F9908C
Text Example
Text Example
White with #F9908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9908C; }
p { color: rgb(249,144,140); }
H1.HeaderClassName
{
color: #F9908C;
}
.AnyTagClassName
{
color: #F9908C;
}
</style>
background-color css
<style>
a { background-color: #F9908C; }
a { background-color: rgb(249,144,140); }
div.DivClassName
{
background-color: #F9908C;
}
.BgClassName
{
background-color: #F9908C;
}
</style>
border-color css
<style>
span { border-color: #F9908C; }
span { border-color: rgb(249,144,140); }
td.TdClassName
{
border-color: #F9908C;
}
.TagClassName
{
border-color: #F9908C;
}
</style>