Shades of Wewak #F48A8B
Tints of Wewak #F48A8B
RGB
CMYK
RGB Variations
Color information
#F48A8B (or 0xF48A8B) is known color: Wewak. HEX triplet: F4, 8A and 8B. RGB value is (244,138,139). Sum of RGB (Red+Green+Blue) = 244+138+139=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48A8B is #0B7574. Grayscale: #A9A9A9. Windows color (decimal): -750965 or 9145076. OLE color: 9145076.
HSL color Cylindrical-coordinate representation of color #F48A8B: hue angle of 359.43º 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 #F48A8B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 139 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.04 |
| HSL | 359.43º | 0.83% | 0.75% | - |
| HSV(B) | 359.43º | 0.43% | 0.96% | - |
| XYZ | 51.06 | 39.27 | 29.32 | - |
| YUV | 169.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 139 | 0 | 0.43 | 0.43 | 0.04 | 359.43 | 0.83 | 0.75 |
| Hex | F4 | 8A | 8B | 0 | 2B | 2B | 4 | 167 | 53 | 4B |
| Octal | 364 | 212 | 213 | 0 | 53 | 53 | 4 | 547 | 123 | 113 |
| Binary | 11110100 | 10001010 | 10001011 | 0 | 101011 | 101011 | 100 | 101100111 | 1010011 | 1001011 |
Color Harmonies of #F48A8B
Complementary color
Monochromatic Colors of #F48A8B
Black with #F48A8B
Text Example
Text Example
White with #F48A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A8B; }
p { color: rgb(244,138,139); }
H1.HeaderClassName
{
color: #F48A8B;
}
.AnyTagClassName
{
color: #F48A8B;
}
</style>
background-color css
<style>
a { background-color: #F48A8B; }
a { background-color: rgb(244,138,139); }
div.DivClassName
{
background-color: #F48A8B;
}
.BgClassName
{
background-color: #F48A8B;
}
</style>
border-color css
<style>
span { border-color: #F48A8B; }
span { border-color: rgb(244,138,139); }
td.TdClassName
{
border-color: #F48A8B;
}
.TagClassName
{
border-color: #F48A8B;
}
</style>