Shades of Sweet Pink #F4948D
Tints of Sweet Pink #F4948D
RGB
CMYK
RGB Variations
Color information
#F4948D (or 0xF4948D) is known color: Sweet Pink. HEX triplet: F4, 94 and 8D. RGB value is (244,148,141). Sum of RGB (Red+Green+Blue) = 244+148+141=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4948D is #0B6B72. Grayscale: #B0B0B0. Windows color (decimal): -748403 or 9278708. OLE color: 9278708.
HSL color Cylindrical-coordinate representation of color #F4948D: hue angle of 4.08º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4948D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 141 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.04 |
| HSL | 4.08º | 0.82% | 0.75% | - |
| HSV(B) | 4.08º | 0.42% | 0.96% | - |
| XYZ | 52.71 | 42.34 | 30.59 | - |
| YUV | 175.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 141 | 0 | 0.39 | 0.42 | 0.04 | 4.08 | 0.82 | 0.75 |
| Hex | F4 | 94 | 8D | 0 | 27 | 2A | 4 | 4 | 52 | 4B |
| Octal | 364 | 224 | 215 | 0 | 47 | 52 | 4 | 4 | 122 | 113 |
| Binary | 11110100 | 10010100 | 10001101 | 0 | 100111 | 101010 | 100 | 100 | 1010010 | 1001011 |
Color Harmonies of #F4948D
Complementary color
Monochromatic Colors of #F4948D
Black with #F4948D
Text Example
Text Example
White with #F4948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4948D; }
p { color: rgb(244,148,141); }
H1.HeaderClassName
{
color: #F4948D;
}
.AnyTagClassName
{
color: #F4948D;
}
</style>
background-color css
<style>
a { background-color: #F4948D; }
a { background-color: rgb(244,148,141); }
div.DivClassName
{
background-color: #F4948D;
}
.BgClassName
{
background-color: #F4948D;
}
</style>
border-color css
<style>
span { border-color: #F4948D; }
span { border-color: rgb(244,148,141); }
td.TdClassName
{
border-color: #F4948D;
}
.TagClassName
{
border-color: #F4948D;
}
</style>