Shades of Wewak #F48488
Tints of Wewak #F48488
RGB
CMYK
RGB Variations
Color information
#F48488 (or 0xF48488) is known color: Wewak. HEX triplet: F4, 84 and 88. RGB value is (244,132,136). Sum of RGB (Red+Green+Blue) = 244+132+136=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F48488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48488 is #0B7B77. Grayscale: #A6A6A6. Windows color (decimal): -752504 or 8946932. OLE color: 8946932.
HSL color Cylindrical-coordinate representation of color #F48488: hue angle of 357.86º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F48488 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 136 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.04 |
| HSL | 357.86º | 0.84% | 0.74% | - |
| HSV(B) | 357.86º | 0.46% | 0.96% | - |
| XYZ | 50 | 37.51 | 27.9 | - |
| YUV | 165.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 136 | 0 | 0.46 | 0.44 | 0.04 | 357.86 | 0.84 | 0.74 |
| Hex | F4 | 84 | 88 | 0 | 2E | 2C | 4 | 166 | 54 | 4A |
| Octal | 364 | 204 | 210 | 0 | 56 | 54 | 4 | 546 | 124 | 112 |
| Binary | 11110100 | 10000100 | 10001000 | 0 | 101110 | 101100 | 100 | 101100110 | 1010100 | 1001010 |
Color Harmonies of #F48488
Complementary color
Monochromatic Colors of #F48488
Black with #F48488
Text Example
Text Example
White with #F48488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48488; }
p { color: rgb(244,132,136); }
H1.HeaderClassName
{
color: #F48488;
}
.AnyTagClassName
{
color: #F48488;
}
</style>
background-color css
<style>
a { background-color: #F48488; }
a { background-color: rgb(244,132,136); }
div.DivClassName
{
background-color: #F48488;
}
.BgClassName
{
background-color: #F48488;
}
</style>
border-color css
<style>
span { border-color: #F48488; }
span { border-color: rgb(244,132,136); }
td.TdClassName
{
border-color: #F48488;
}
.TagClassName
{
border-color: #F48488;
}
</style>