Shades of Wewak #F38C8F
Tints of Wewak #F38C8F
RGB
CMYK
RGB Variations
Color information
#F38C8F (or 0xF38C8F) is known color: Wewak. HEX triplet: F3, 8C and 8F. RGB value is (243,140,143). Sum of RGB (Red+Green+Blue) = 243+140+143=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C8F is #0C7370. Grayscale: #ABABAB. Windows color (decimal): -815985 or 9407731. OLE color: 9407731.
HSL color Cylindrical-coordinate representation of color #F38C8F: hue angle of 358.25º 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 #F38C8F is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 143 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.05 |
| HSL | 358.25º | 0.81% | 0.75% | - |
| HSV(B) | 358.25º | 0.42% | 0.95% | - |
| XYZ | 51.3 | 39.79 | 30.96 | - |
| YUV | 171.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 143 | 0 | 0.42 | 0.41 | 0.05 | 358.25 | 0.81 | 0.75 |
| Hex | F3 | 8C | 8F | 0 | 2A | 29 | 5 | 166 | 51 | 4B |
| Octal | 363 | 214 | 217 | 0 | 52 | 51 | 5 | 546 | 121 | 113 |
| Binary | 11110011 | 10001100 | 10001111 | 0 | 101010 | 101001 | 101 | 101100110 | 1010001 | 1001011 |
Color Harmonies of #F38C8F
Complementary color
Monochromatic Colors of #F38C8F
Black with #F38C8F
Text Example
Text Example
White with #F38C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C8F; }
p { color: rgb(243,140,143); }
H1.HeaderClassName
{
color: #F38C8F;
}
.AnyTagClassName
{
color: #F38C8F;
}
</style>
background-color css
<style>
a { background-color: #F38C8F; }
a { background-color: rgb(243,140,143); }
div.DivClassName
{
background-color: #F38C8F;
}
.BgClassName
{
background-color: #F38C8F;
}
</style>
border-color css
<style>
span { border-color: #F38C8F; }
span { border-color: rgb(243,140,143); }
td.TdClassName
{
border-color: #F38C8F;
}
.TagClassName
{
border-color: #F38C8F;
}
</style>