Shades of Sweet Pink #F48F88
Tints of Sweet Pink #F48F88
RGB
CMYK
RGB Variations
Color information
#F48F88 (or 0xF48F88) is known color: Sweet Pink. HEX triplet: F4, 8F and 88. RGB value is (244,143,136). Sum of RGB (Red+Green+Blue) = 244+143+136=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48F88 is #0B7077. Grayscale: #ACACAC. Windows color (decimal): -749688 or 8949748. OLE color: 8949748.
HSL color Cylindrical-coordinate representation of color #F48F88: hue angle of 3.89º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F48F88 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 136 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.04 |
| HSL | 3.89º | 0.83% | 0.75% | - |
| HSV(B) | 3.89º | 0.44% | 0.96% | - |
| XYZ | 51.57 | 40.66 | 28.42 | - |
| YUV | 172.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 136 | 0 | 0.41 | 0.44 | 0.04 | 3.89 | 0.83 | 0.75 |
| Hex | F4 | 8F | 88 | 0 | 29 | 2C | 4 | 4 | 53 | 4B |
| Octal | 364 | 217 | 210 | 0 | 51 | 54 | 4 | 4 | 123 | 113 |
| Binary | 11110100 | 10001111 | 10001000 | 0 | 101001 | 101100 | 100 | 100 | 1010011 | 1001011 |
Color Harmonies of #F48F88
Complementary color
Monochromatic Colors of #F48F88
Black with #F48F88
Text Example
Text Example
White with #F48F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F88; }
p { color: rgb(244,143,136); }
H1.HeaderClassName
{
color: #F48F88;
}
.AnyTagClassName
{
color: #F48F88;
}
</style>
background-color css
<style>
a { background-color: #F48F88; }
a { background-color: rgb(244,143,136); }
div.DivClassName
{
background-color: #F48F88;
}
.BgClassName
{
background-color: #F48F88;
}
</style>
border-color css
<style>
span { border-color: #F48F88; }
span { border-color: rgb(244,143,136); }
td.TdClassName
{
border-color: #F48F88;
}
.TagClassName
{
border-color: #F48F88;
}
</style>