Shades of Sweet Pink #F1998B
Tints of Sweet Pink #F1998B
RGB
CMYK
RGB Variations
Color information
#F1998B (or 0xF1998B) is known color: Sweet Pink. HEX triplet: F1, 99 and 8B. RGB value is (241,153,139). Sum of RGB (Red+Green+Blue) = 241+153+139=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1998B is #0E6674. Grayscale: #B1B1B1. Windows color (decimal): -943733 or 9148913. OLE color: 9148913.
HSL color Cylindrical-coordinate representation of color #F1998B: hue angle of 8.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1998B is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 139 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.05 |
| HSL | 8.24º | 0.78% | 0.75% | - |
| HSV(B) | 8.24º | 0.42% | 0.95% | - |
| XYZ | 52.33 | 43.35 | 30.04 | - |
| YUV | 177.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 139 | 0 | 0.37 | 0.42 | 0.05 | 8.24 | 0.78 | 0.75 |
| Hex | F1 | 99 | 8B | 0 | 25 | 2A | 5 | 8 | 4E | 4B |
| Octal | 361 | 231 | 213 | 0 | 45 | 52 | 5 | 10 | 116 | 113 |
| Binary | 11110001 | 10011001 | 10001011 | 0 | 100101 | 101010 | 101 | 1000 | 1001110 | 1001011 |
Color Harmonies of #F1998B
Complementary color
Monochromatic Colors of #F1998B
Black with #F1998B
Text Example
Text Example
White with #F1998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1998B; }
p { color: rgb(241,153,139); }
H1.HeaderClassName
{
color: #F1998B;
}
.AnyTagClassName
{
color: #F1998B;
}
</style>
background-color css
<style>
a { background-color: #F1998B; }
a { background-color: rgb(241,153,139); }
div.DivClassName
{
background-color: #F1998B;
}
.BgClassName
{
background-color: #F1998B;
}
</style>
border-color css
<style>
span { border-color: #F1998B; }
span { border-color: rgb(241,153,139); }
td.TdClassName
{
border-color: #F1998B;
}
.TagClassName
{
border-color: #F1998B;
}
</style>