Shades of Wewak #F38D8F
Tints of Wewak #F38D8F
RGB
CMYK
RGB Variations
Color information
#F38D8F (or 0xF38D8F) is known color: Wewak. HEX triplet: F3, 8D and 8F. RGB value is (243,141,143). Sum of RGB (Red+Green+Blue) = 243+141+143=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38D8F is #0C7270. Grayscale: #ABABAB. Windows color (decimal): -815729 or 9407987. OLE color: 9407987.
HSL color Cylindrical-coordinate representation of color #F38D8F: hue angle of 358.82º 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 #F38D8F is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 143 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.05 |
| HSL | 358.82º | 0.81% | 0.75% | - |
| HSV(B) | 358.82º | 0.42% | 0.95% | - |
| XYZ | 51.44 | 40.09 | 31.01 | - |
| YUV | 171.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 143 | 0 | 0.42 | 0.41 | 0.05 | 358.82 | 0.81 | 0.75 |
| Hex | F3 | 8D | 8F | 0 | 2A | 29 | 5 | 167 | 51 | 4B |
| Octal | 363 | 215 | 217 | 0 | 52 | 51 | 5 | 547 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10001111 | 0 | 101010 | 101001 | 101 | 101100111 | 1010001 | 1001011 |
Color Harmonies of #F38D8F
Complementary color
Monochromatic Colors of #F38D8F
Black with #F38D8F
Text Example
Text Example
White with #F38D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D8F; }
p { color: rgb(243,141,143); }
H1.HeaderClassName
{
color: #F38D8F;
}
.AnyTagClassName
{
color: #F38D8F;
}
</style>
background-color css
<style>
a { background-color: #F38D8F; }
a { background-color: rgb(243,141,143); }
div.DivClassName
{
background-color: #F38D8F;
}
.BgClassName
{
background-color: #F38D8F;
}
</style>
border-color css
<style>
span { border-color: #F38D8F; }
span { border-color: rgb(243,141,143); }
td.TdClassName
{
border-color: #F38D8F;
}
.TagClassName
{
border-color: #F38D8F;
}
</style>