Shades of Wewak #F38D9A
Tints of Wewak #F38D9A
RGB
CMYK
RGB Variations
Color information
#F38D9A (or 0xF38D9A) is known color: Wewak. HEX triplet: F3, 8D and 9A. RGB value is (243,141,154). Sum of RGB (Red+Green+Blue) = 243+141+154=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38D9A is #0C7265. Grayscale: #ADADAD. Windows color (decimal): -815718 or 10128883. OLE color: 10128883.
HSL color Cylindrical-coordinate representation of color #F38D9A: hue angle of 352.35º 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 #F38D9A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 154 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.05 |
| HSL | 352.35º | 0.81% | 0.75% | - |
| HSV(B) | 352.35º | 0.42% | 0.95% | - |
| XYZ | 52.32 | 40.44 | 35.62 | - |
| YUV | 172.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 154 | 0 | 0.42 | 0.37 | 0.05 | 352.35 | 0.81 | 0.75 |
| Hex | F3 | 8D | 9A | 0 | 2A | 25 | 5 | 160 | 51 | 4B |
| Octal | 363 | 215 | 232 | 0 | 52 | 45 | 5 | 540 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10011010 | 0 | 101010 | 100101 | 101 | 101100000 | 1010001 | 1001011 |
Color Harmonies of #F38D9A
Complementary color
Monochromatic Colors of #F38D9A
Black with #F38D9A
Text Example
Text Example
White with #F38D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D9A; }
p { color: rgb(243,141,154); }
H1.HeaderClassName
{
color: #F38D9A;
}
.AnyTagClassName
{
color: #F38D9A;
}
</style>
background-color css
<style>
a { background-color: #F38D9A; }
a { background-color: rgb(243,141,154); }
div.DivClassName
{
background-color: #F38D9A;
}
.BgClassName
{
background-color: #F38D9A;
}
</style>
border-color css
<style>
span { border-color: #F38D9A; }
span { border-color: rgb(243,141,154); }
td.TdClassName
{
border-color: #F38D9A;
}
.TagClassName
{
border-color: #F38D9A;
}
</style>