Shades of Sweet Pink #F48F8D
Tints of Sweet Pink #F48F8D
RGB
CMYK
RGB Variations
Color information
#F48F8D (or 0xF48F8D) is known color: Sweet Pink. HEX triplet: F4, 8F and 8D. RGB value is (244,143,141). Sum of RGB (Red+Green+Blue) = 244+143+141=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48F8D is #0B7072. Grayscale: #ADADAD. Windows color (decimal): -749683 or 9277428. OLE color: 9277428.
HSL color Cylindrical-coordinate representation of color #F48F8D: hue angle of 1.17º 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 #F48F8D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 141 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.04 |
| HSL | 1.17º | 0.82% | 0.75% | - |
| HSV(B) | 1.17º | 0.42% | 0.96% | - |
| XYZ | 51.94 | 40.8 | 30.34 | - |
| YUV | 172.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 141 | 0 | 0.41 | 0.42 | 0.04 | 1.17 | 0.82 | 0.75 |
| Hex | F4 | 8F | 8D | 0 | 29 | 2A | 4 | 1 | 52 | 4B |
| Octal | 364 | 217 | 215 | 0 | 51 | 52 | 4 | 1 | 122 | 113 |
| Binary | 11110100 | 10001111 | 10001101 | 0 | 101001 | 101010 | 100 | 1 | 1010010 | 1001011 |
Color Harmonies of #F48F8D
Complementary color
Monochromatic Colors of #F48F8D
Black with #F48F8D
Text Example
Text Example
White with #F48F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F8D; }
p { color: rgb(244,143,141); }
H1.HeaderClassName
{
color: #F48F8D;
}
.AnyTagClassName
{
color: #F48F8D;
}
</style>
background-color css
<style>
a { background-color: #F48F8D; }
a { background-color: rgb(244,143,141); }
div.DivClassName
{
background-color: #F48F8D;
}
.BgClassName
{
background-color: #F48F8D;
}
</style>
border-color css
<style>
span { border-color: #F48F8D; }
span { border-color: rgb(244,143,141); }
td.TdClassName
{
border-color: #F48F8D;
}
.TagClassName
{
border-color: #F48F8D;
}
</style>