Shades of Wewak #F38C8D
Tints of Wewak #F38C8D
RGB
CMYK
RGB Variations
Color information
#F38C8D (or 0xF38C8D) is known color: Wewak. HEX triplet: F3, 8C and 8D. RGB value is (243,140,141). Sum of RGB (Red+Green+Blue) = 243+140+141=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C8D is #0C7372. Grayscale: #ABABAB. Windows color (decimal): -815987 or 9276659. OLE color: 9276659.
HSL color Cylindrical-coordinate representation of color #F38C8D: hue angle of 359.42º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38C8D is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 141 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.05 |
| HSL | 359.42º | 0.81% | 0.75% | - |
| HSV(B) | 359.42º | 0.42% | 0.95% | - |
| XYZ | 51.15 | 39.73 | 30.17 | - |
| YUV | 170.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 141 | 0 | 0.42 | 0.42 | 0.05 | 359.42 | 0.81 | 0.75 |
| Hex | F3 | 8C | 8D | 0 | 2A | 2A | 5 | 167 | 51 | 4B |
| Octal | 363 | 214 | 215 | 0 | 52 | 52 | 5 | 547 | 121 | 113 |
| Binary | 11110011 | 10001100 | 10001101 | 0 | 101010 | 101010 | 101 | 101100111 | 1010001 | 1001011 |
Color Harmonies of #F38C8D
Complementary color
Monochromatic Colors of #F38C8D
Black with #F38C8D
Text Example
Text Example
White with #F38C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C8D; }
p { color: rgb(243,140,141); }
H1.HeaderClassName
{
color: #F38C8D;
}
.AnyTagClassName
{
color: #F38C8D;
}
</style>
background-color css
<style>
a { background-color: #F38C8D; }
a { background-color: rgb(243,140,141); }
div.DivClassName
{
background-color: #F38C8D;
}
.BgClassName
{
background-color: #F38C8D;
}
</style>
border-color css
<style>
span { border-color: #F38C8D; }
span { border-color: rgb(243,140,141); }
td.TdClassName
{
border-color: #F38C8D;
}
.TagClassName
{
border-color: #F38C8D;
}
</style>