Shades of Wewak #F48D9A
Tints of Wewak #F48D9A
RGB
CMYK
RGB Variations
Color information
#F48D9A (or 0xF48D9A) is known color: Wewak. HEX triplet: F4, 8D and 9A. RGB value is (244,141,154). Sum of RGB (Red+Green+Blue) = 244+141+154=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48D9A is #0B7265. Grayscale: #ADADAD. Windows color (decimal): -750182 or 10128884. OLE color: 10128884.
HSL color Cylindrical-coordinate representation of color #F48D9A: hue angle of 352.43º 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 #F48D9A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 154 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.04 |
| HSL | 352.43º | 0.82% | 0.75% | - |
| HSV(B) | 352.43º | 0.42% | 0.96% | - |
| XYZ | 52.67 | 40.62 | 35.64 | - |
| YUV | 173.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 154 | 0 | 0.42 | 0.37 | 0.04 | 352.43 | 0.82 | 0.75 |
| Hex | F4 | 8D | 9A | 0 | 2A | 25 | 4 | 160 | 52 | 4B |
| Octal | 364 | 215 | 232 | 0 | 52 | 45 | 4 | 540 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10011010 | 0 | 101010 | 100101 | 100 | 101100000 | 1010010 | 1001011 |
Color Harmonies of #F48D9A
Complementary color
Monochromatic Colors of #F48D9A
Black with #F48D9A
Text Example
Text Example
White with #F48D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D9A; }
p { color: rgb(244,141,154); }
H1.HeaderClassName
{
color: #F48D9A;
}
.AnyTagClassName
{
color: #F48D9A;
}
</style>
background-color css
<style>
a { background-color: #F48D9A; }
a { background-color: rgb(244,141,154); }
div.DivClassName
{
background-color: #F48D9A;
}
.BgClassName
{
background-color: #F48D9A;
}
</style>
border-color css
<style>
span { border-color: #F48D9A; }
span { border-color: rgb(244,141,154); }
td.TdClassName
{
border-color: #F48D9A;
}
.TagClassName
{
border-color: #F48D9A;
}
</style>