Shades of Wewak #F48C8D
Tints of Wewak #F48C8D
RGB
CMYK
RGB Variations
Color information
#F48C8D (or 0xF48C8D) is known color: Wewak. HEX triplet: F4, 8C and 8D. RGB value is (244,140,141). Sum of RGB (Red+Green+Blue) = 244+140+141=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48C8D is #0B7372. Grayscale: #ABABAB. Windows color (decimal): -750451 or 9276660. OLE color: 9276660.
HSL color Cylindrical-coordinate representation of color #F48C8D: hue angle of 359.42º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48C8D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 141 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.04 |
| HSL | 359.42º | 0.83% | 0.75% | - |
| HSV(B) | 359.42º | 0.43% | 0.96% | - |
| XYZ | 51.49 | 39.91 | 30.19 | - |
| YUV | 171.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 141 | 0 | 0.43 | 0.42 | 0.04 | 359.42 | 0.83 | 0.75 |
| Hex | F4 | 8C | 8D | 0 | 2B | 2A | 4 | 167 | 53 | 4B |
| Octal | 364 | 214 | 215 | 0 | 53 | 52 | 4 | 547 | 123 | 113 |
| Binary | 11110100 | 10001100 | 10001101 | 0 | 101011 | 101010 | 100 | 101100111 | 1010011 | 1001011 |
Color Harmonies of #F48C8D
Complementary color
Monochromatic Colors of #F48C8D
Black with #F48C8D
Text Example
Text Example
White with #F48C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C8D; }
p { color: rgb(244,140,141); }
H1.HeaderClassName
{
color: #F48C8D;
}
.AnyTagClassName
{
color: #F48C8D;
}
</style>
background-color css
<style>
a { background-color: #F48C8D; }
a { background-color: rgb(244,140,141); }
div.DivClassName
{
background-color: #F48C8D;
}
.BgClassName
{
background-color: #F48C8D;
}
</style>
border-color css
<style>
span { border-color: #F48C8D; }
span { border-color: rgb(244,140,141); }
td.TdClassName
{
border-color: #F48C8D;
}
.TagClassName
{
border-color: #F48C8D;
}
</style>