Shades of Wewak #F68395
Tints of Wewak #F68395
RGB
CMYK
RGB Variations
Color information
#F68395 (or 0xF68395) is known color: Wewak. HEX triplet: F6, 83 and 95. RGB value is (246,131,149). Sum of RGB (Red+Green+Blue) = 246+131+149=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F68395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68395 is #097C6A. Grayscale: #A7A7A7. Windows color (decimal): -621675 or 9798646. OLE color: 9798646.
HSL color Cylindrical-coordinate representation of color #F68395: hue angle of 350.61º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68395 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 149 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.04 |
| HSL | 350.61º | 0.86% | 0.74% | - |
| HSV(B) | 350.61º | 0.47% | 0.96% | - |
| XYZ | 51.55 | 38 | 33.05 | - |
| YUV | 167.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 149 | 0 | 0.47 | 0.39 | 0.04 | 350.61 | 0.86 | 0.74 |
| Hex | F6 | 83 | 95 | 0 | 2F | 27 | 4 | 15F | 56 | 4A |
| Octal | 366 | 203 | 225 | 0 | 57 | 47 | 4 | 537 | 126 | 112 |
| Binary | 11110110 | 10000011 | 10010101 | 0 | 101111 | 100111 | 100 | 101011111 | 1010110 | 1001010 |
Color Harmonies of #F68395
Complementary color
Monochromatic Colors of #F68395
Black with #F68395
Text Example
Text Example
White with #F68395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68395; }
p { color: rgb(246,131,149); }
H1.HeaderClassName
{
color: #F68395;
}
.AnyTagClassName
{
color: #F68395;
}
</style>
background-color css
<style>
a { background-color: #F68395; }
a { background-color: rgb(246,131,149); }
div.DivClassName
{
background-color: #F68395;
}
.BgClassName
{
background-color: #F68395;
}
</style>
border-color css
<style>
span { border-color: #F68395; }
span { border-color: rgb(246,131,149); }
td.TdClassName
{
border-color: #F68395;
}
.TagClassName
{
border-color: #F68395;
}
</style>