Shades of Wewak #F8838B
Tints of Wewak #F8838B
RGB
CMYK
RGB Variations
Color information
#F8838B (or 0xF8838B) is known color: Wewak. HEX triplet: F8, 83 and 8B. RGB value is (248,131,139). Sum of RGB (Red+Green+Blue) = 248+131+139=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8838B is #077C74. Grayscale: #A6A6A6. Windows color (decimal): -490613 or 9143288. OLE color: 9143288.
HSL color Cylindrical-coordinate representation of color #F8838B: hue angle of 355.9º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8838B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 139 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.03 |
| HSL | 355.9º | 0.89% | 0.74% | - |
| HSV(B) | 355.9º | 0.47% | 0.97% | - |
| XYZ | 51.49 | 38.05 | 29.06 | - |
| YUV | 166.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 139 | 0 | 0.47 | 0.44 | 0.03 | 355.9 | 0.89 | 0.74 |
| Hex | F8 | 83 | 8B | 0 | 2F | 2C | 3 | 164 | 59 | 4A |
| Octal | 370 | 203 | 213 | 0 | 57 | 54 | 3 | 544 | 131 | 112 |
| Binary | 11111000 | 10000011 | 10001011 | 0 | 101111 | 101100 | 11 | 101100100 | 1011001 | 1001010 |
Color Harmonies of #F8838B
Complementary color
Monochromatic Colors of #F8838B
Black with #F8838B
Text Example
Text Example
White with #F8838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8838B; }
p { color: rgb(248,131,139); }
H1.HeaderClassName
{
color: #F8838B;
}
.AnyTagClassName
{
color: #F8838B;
}
</style>
background-color css
<style>
a { background-color: #F8838B; }
a { background-color: rgb(248,131,139); }
div.DivClassName
{
background-color: #F8838B;
}
.BgClassName
{
background-color: #F8838B;
}
</style>
border-color css
<style>
span { border-color: #F8838B; }
span { border-color: rgb(248,131,139); }
td.TdClassName
{
border-color: #F8838B;
}
.TagClassName
{
border-color: #F8838B;
}
</style>