Shades of Wewak #F38C9A
Tints of Wewak #F38C9A
RGB
CMYK
RGB Variations
Color information
#F38C9A (or 0xF38C9A) is known color: Wewak. HEX triplet: F3, 8C and 9A. RGB value is (243,140,154). Sum of RGB (Red+Green+Blue) = 243+140+154=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C9A is #0C7365. Grayscale: #ACACAC. Windows color (decimal): -815974 or 10128627. OLE color: 10128627.
HSL color Cylindrical-coordinate representation of color #F38C9A: hue angle of 351.84º 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 #F38C9A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 154 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.05 |
| HSL | 351.84º | 0.81% | 0.75% | - |
| HSV(B) | 351.84º | 0.42% | 0.95% | - |
| XYZ | 52.17 | 40.14 | 35.57 | - |
| YUV | 172.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 154 | 0 | 0.42 | 0.37 | 0.05 | 351.84 | 0.81 | 0.75 |
| Hex | F3 | 8C | 9A | 0 | 2A | 25 | 5 | 160 | 51 | 4B |
| Octal | 363 | 214 | 232 | 0 | 52 | 45 | 5 | 540 | 121 | 113 |
| Binary | 11110011 | 10001100 | 10011010 | 0 | 101010 | 100101 | 101 | 101100000 | 1010001 | 1001011 |
Color Harmonies of #F38C9A
Complementary color
Monochromatic Colors of #F38C9A
Black with #F38C9A
Text Example
Text Example
White with #F38C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C9A; }
p { color: rgb(243,140,154); }
H1.HeaderClassName
{
color: #F38C9A;
}
.AnyTagClassName
{
color: #F38C9A;
}
</style>
background-color css
<style>
a { background-color: #F38C9A; }
a { background-color: rgb(243,140,154); }
div.DivClassName
{
background-color: #F38C9A;
}
.BgClassName
{
background-color: #F38C9A;
}
</style>
border-color css
<style>
span { border-color: #F38C9A; }
span { border-color: rgb(243,140,154); }
td.TdClassName
{
border-color: #F38C9A;
}
.TagClassName
{
border-color: #F38C9A;
}
</style>