Shades of Wewak #F3949D
Tints of Wewak #F3949D
RGB
CMYK
RGB Variations
Color information
#F3949D (or 0xF3949D) is known color: Wewak. HEX triplet: F3, 94 and 9D. RGB value is (243,148,157). Sum of RGB (Red+Green+Blue) = 243+148+157=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F3949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3949D is #0C6B62. Grayscale: #B1B1B1. Windows color (decimal): -813923 or 10327283. OLE color: 10327283.
HSL color Cylindrical-coordinate representation of color #F3949D: hue angle of 354.32º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3949D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 157 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.05 |
| HSL | 354.32º | 0.8% | 0.77% | - |
| HSV(B) | 354.32º | 0.39% | 0.95% | - |
| XYZ | 53.64 | 42.67 | 37.31 | - |
| YUV | 177.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 157 | 0 | 0.39 | 0.35 | 0.05 | 354.32 | 0.8 | 0.77 |
| Hex | F3 | 94 | 9D | 0 | 27 | 23 | 5 | 162 | 50 | 4D |
| Octal | 363 | 224 | 235 | 0 | 47 | 43 | 5 | 542 | 120 | 115 |
| Binary | 11110011 | 10010100 | 10011101 | 0 | 100111 | 100011 | 101 | 101100010 | 1010000 | 1001101 |
Color Harmonies of #F3949D
Complementary color
Monochromatic Colors of #F3949D
Black with #F3949D
Text Example
Text Example
White with #F3949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3949D; }
p { color: rgb(243,148,157); }
H1.HeaderClassName
{
color: #F3949D;
}
.AnyTagClassName
{
color: #F3949D;
}
</style>
background-color css
<style>
a { background-color: #F3949D; }
a { background-color: rgb(243,148,157); }
div.DivClassName
{
background-color: #F3949D;
}
.BgClassName
{
background-color: #F3949D;
}
</style>
border-color css
<style>
span { border-color: #F3949D; }
span { border-color: rgb(243,148,157); }
td.TdClassName
{
border-color: #F3949D;
}
.TagClassName
{
border-color: #F3949D;
}
</style>