Shades of Wewak #F38A8B
Tints of Wewak #F38A8B
RGB
CMYK
RGB Variations
Color information
#F38A8B (or 0xF38A8B) is known color: Wewak. HEX triplet: F3, 8A and 8B. RGB value is (243,138,139). Sum of RGB (Red+Green+Blue) = 243+138+139=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38A8B is #0C7574. Grayscale: #A9A9A9. Windows color (decimal): -816501 or 9145075. OLE color: 9145075.
HSL color Cylindrical-coordinate representation of color #F38A8B: hue angle of 359.43º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38A8B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 139 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.05 |
| HSL | 359.43º | 0.81% | 0.75% | - |
| HSV(B) | 359.43º | 0.43% | 0.95% | - |
| XYZ | 50.71 | 39.1 | 29.3 | - |
| YUV | 169.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 139 | 0 | 0.43 | 0.43 | 0.05 | 359.43 | 0.81 | 0.75 |
| Hex | F3 | 8A | 8B | 0 | 2B | 2B | 5 | 167 | 51 | 4B |
| Octal | 363 | 212 | 213 | 0 | 53 | 53 | 5 | 547 | 121 | 113 |
| Binary | 11110011 | 10001010 | 10001011 | 0 | 101011 | 101011 | 101 | 101100111 | 1010001 | 1001011 |
Color Harmonies of #F38A8B
Complementary color
Monochromatic Colors of #F38A8B
Black with #F38A8B
Text Example
Text Example
White with #F38A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A8B; }
p { color: rgb(243,138,139); }
H1.HeaderClassName
{
color: #F38A8B;
}
.AnyTagClassName
{
color: #F38A8B;
}
</style>
background-color css
<style>
a { background-color: #F38A8B; }
a { background-color: rgb(243,138,139); }
div.DivClassName
{
background-color: #F38A8B;
}
.BgClassName
{
background-color: #F38A8B;
}
</style>
border-color css
<style>
span { border-color: #F38A8B; }
span { border-color: rgb(243,138,139); }
td.TdClassName
{
border-color: #F38A8B;
}
.TagClassName
{
border-color: #F38A8B;
}
</style>