Shades of Sweet Pink #F1948D
Tints of Sweet Pink #F1948D
RGB
CMYK
RGB Variations
Color information
#F1948D (or 0xF1948D) is known color: Sweet Pink. HEX triplet: F1, 94 and 8D. RGB value is (241,148,141). Sum of RGB (Red+Green+Blue) = 241+148+141=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1948D is #0E6B72. Grayscale: #AFAFAF. Windows color (decimal): -945011 or 9278705. OLE color: 9278705.
HSL color Cylindrical-coordinate representation of color #F1948D: hue angle of 4.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1948D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 141 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.05 |
| HSL | 4.2º | 0.78% | 0.75% | - |
| HSV(B) | 4.2º | 0.41% | 0.95% | - |
| XYZ | 51.67 | 41.8 | 30.54 | - |
| YUV | 175.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 141 | 0 | 0.39 | 0.41 | 0.05 | 4.2 | 0.78 | 0.75 |
| Hex | F1 | 94 | 8D | 0 | 27 | 29 | 5 | 4 | 4E | 4B |
| Octal | 361 | 224 | 215 | 0 | 47 | 51 | 5 | 4 | 116 | 113 |
| Binary | 11110001 | 10010100 | 10001101 | 0 | 100111 | 101001 | 101 | 100 | 1001110 | 1001011 |
Color Harmonies of #F1948D
Complementary color
Monochromatic Colors of #F1948D
Black with #F1948D
Text Example
Text Example
White with #F1948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1948D; }
p { color: rgb(241,148,141); }
H1.HeaderClassName
{
color: #F1948D;
}
.AnyTagClassName
{
color: #F1948D;
}
</style>
background-color css
<style>
a { background-color: #F1948D; }
a { background-color: rgb(241,148,141); }
div.DivClassName
{
background-color: #F1948D;
}
.BgClassName
{
background-color: #F1948D;
}
</style>
border-color css
<style>
span { border-color: #F1948D; }
span { border-color: rgb(241,148,141); }
td.TdClassName
{
border-color: #F1948D;
}
.TagClassName
{
border-color: #F1948D;
}
</style>