Shades of Wewak #F38696
Tints of Wewak #F38696
RGB
CMYK
RGB Variations
Color information
#F38696 (or 0xF38696) is known color: Wewak. HEX triplet: F3, 86 and 96. RGB value is (243,134,150). Sum of RGB (Red+Green+Blue) = 243+134+150=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F38696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38696 is #0C7969. Grayscale: #A8A8A8. Windows color (decimal): -817514 or 9864947. OLE color: 9864947.
HSL color Cylindrical-coordinate representation of color #F38696: hue angle of 351.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F38696 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 150 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.05 |
| HSL | 351.19º | 0.82% | 0.74% | - |
| HSV(B) | 351.19º | 0.45% | 0.95% | - |
| XYZ | 50.99 | 38.31 | 33.56 | - |
| YUV | 168.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 150 | 0 | 0.45 | 0.38 | 0.05 | 351.19 | 0.82 | 0.74 |
| Hex | F3 | 86 | 96 | 0 | 2D | 26 | 5 | 15F | 52 | 4A |
| Octal | 363 | 206 | 226 | 0 | 55 | 46 | 5 | 537 | 122 | 112 |
| Binary | 11110011 | 10000110 | 10010110 | 0 | 101101 | 100110 | 101 | 101011111 | 1010010 | 1001010 |
Color Harmonies of #F38696
Complementary color
Monochromatic Colors of #F38696
Black with #F38696
Text Example
Text Example
White with #F38696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38696; }
p { color: rgb(243,134,150); }
H1.HeaderClassName
{
color: #F38696;
}
.AnyTagClassName
{
color: #F38696;
}
</style>
background-color css
<style>
a { background-color: #F38696; }
a { background-color: rgb(243,134,150); }
div.DivClassName
{
background-color: #F38696;
}
.BgClassName
{
background-color: #F38696;
}
</style>
border-color css
<style>
span { border-color: #F38696; }
span { border-color: rgb(243,134,150); }
td.TdClassName
{
border-color: #F38696;
}
.TagClassName
{
border-color: #F38696;
}
</style>