Shades of Wewak #F3848A
Tints of Wewak #F3848A
RGB
CMYK
RGB Variations
Color information
#F3848A (or 0xF3848A) is known color: Wewak. HEX triplet: F3, 84 and 8A. RGB value is (243,132,138). Sum of RGB (Red+Green+Blue) = 243+132+138=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3848A is #0C7B75. Grayscale: #A5A5A5. Windows color (decimal): -818038 or 9078003. OLE color: 9078003.
HSL color Cylindrical-coordinate representation of color #F3848A: hue angle of 356.76º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3848A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 138 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.05 |
| HSL | 356.76º | 0.82% | 0.74% | - |
| HSV(B) | 356.76º | 0.46% | 0.95% | - |
| XYZ | 49.8 | 37.39 | 28.64 | - |
| YUV | 165.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 138 | 0 | 0.46 | 0.43 | 0.05 | 356.76 | 0.82 | 0.74 |
| Hex | F3 | 84 | 8A | 0 | 2E | 2B | 5 | 165 | 52 | 4A |
| Octal | 363 | 204 | 212 | 0 | 56 | 53 | 5 | 545 | 122 | 112 |
| Binary | 11110011 | 10000100 | 10001010 | 0 | 101110 | 101011 | 101 | 101100101 | 1010010 | 1001010 |
Color Harmonies of #F3848A
Complementary color
Monochromatic Colors of #F3848A
Black with #F3848A
Text Example
Text Example
White with #F3848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3848A; }
p { color: rgb(243,132,138); }
H1.HeaderClassName
{
color: #F3848A;
}
.AnyTagClassName
{
color: #F3848A;
}
</style>
background-color css
<style>
a { background-color: #F3848A; }
a { background-color: rgb(243,132,138); }
div.DivClassName
{
background-color: #F3848A;
}
.BgClassName
{
background-color: #F3848A;
}
</style>
border-color css
<style>
span { border-color: #F3848A; }
span { border-color: rgb(243,132,138); }
td.TdClassName
{
border-color: #F3848A;
}
.TagClassName
{
border-color: #F3848A;
}
</style>