Shades of Sweet Pink #F49487
Tints of Sweet Pink #F49487
RGB
CMYK
RGB Variations
Color information
#F49487 (or 0xF49487) is known color: Sweet Pink. HEX triplet: F4, 94 and 87. RGB value is (244,148,135). Sum of RGB (Red+Green+Blue) = 244+148+135=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F49487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49487 is #0B6B78. Grayscale: #AFAFAF. Windows color (decimal): -748409 or 8885492. OLE color: 8885492.
HSL color Cylindrical-coordinate representation of color #F49487: hue angle of 7.16º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F49487 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 135 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.04 |
| HSL | 7.16º | 0.83% | 0.74% | - |
| HSV(B) | 7.16º | 0.45% | 0.96% | - |
| XYZ | 52.27 | 42.16 | 28.3 | - |
| YUV | 175.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 135 | 0 | 0.39 | 0.45 | 0.04 | 7.16 | 0.83 | 0.74 |
| Hex | F4 | 94 | 87 | 0 | 27 | 2D | 4 | 7 | 53 | 4A |
| Octal | 364 | 224 | 207 | 0 | 47 | 55 | 4 | 7 | 123 | 112 |
| Binary | 11110100 | 10010100 | 10000111 | 0 | 100111 | 101101 | 100 | 111 | 1010011 | 1001010 |
Color Harmonies of #F49487
Complementary color
Monochromatic Colors of #F49487
Black with #F49487
Text Example
Text Example
White with #F49487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49487; }
p { color: rgb(244,148,135); }
H1.HeaderClassName
{
color: #F49487;
}
.AnyTagClassName
{
color: #F49487;
}
</style>
background-color css
<style>
a { background-color: #F49487; }
a { background-color: rgb(244,148,135); }
div.DivClassName
{
background-color: #F49487;
}
.BgClassName
{
background-color: #F49487;
}
</style>
border-color css
<style>
span { border-color: #F49487; }
span { border-color: rgb(244,148,135); }
td.TdClassName
{
border-color: #F49487;
}
.TagClassName
{
border-color: #F49487;
}
</style>