Shades of Wewak #F68385
Tints of Wewak #F68385
RGB
CMYK
RGB Variations
Color information
#F68385 (or 0xF68385) is known color: Wewak. HEX triplet: F6, 83 and 85. RGB value is (246,131,133). Sum of RGB (Red+Green+Blue) = 246+131+133=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F68385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68385 is #097C7A. Grayscale: #A5A5A5. Windows color (decimal): -621691 or 8750070. OLE color: 8750070.
HSL color Cylindrical-coordinate representation of color #F68385: hue angle of 358.96º 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 #F68385 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 133 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.04 |
| HSL | 358.96º | 0.86% | 0.74% | - |
| HSV(B) | 358.96º | 0.47% | 0.96% | - |
| XYZ | 50.36 | 37.52 | 26.78 | - |
| YUV | 165.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 133 | 0 | 0.47 | 0.46 | 0.04 | 358.96 | 0.86 | 0.74 |
| Hex | F6 | 83 | 85 | 0 | 2F | 2E | 4 | 167 | 56 | 4A |
| Octal | 366 | 203 | 205 | 0 | 57 | 56 | 4 | 547 | 126 | 112 |
| Binary | 11110110 | 10000011 | 10000101 | 0 | 101111 | 101110 | 100 | 101100111 | 1010110 | 1001010 |
Color Harmonies of #F68385
Complementary color
Monochromatic Colors of #F68385
Black with #F68385
Text Example
Text Example
White with #F68385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68385; }
p { color: rgb(246,131,133); }
H1.HeaderClassName
{
color: #F68385;
}
.AnyTagClassName
{
color: #F68385;
}
</style>
background-color css
<style>
a { background-color: #F68385; }
a { background-color: rgb(246,131,133); }
div.DivClassName
{
background-color: #F68385;
}
.BgClassName
{
background-color: #F68385;
}
</style>
border-color css
<style>
span { border-color: #F68385; }
span { border-color: rgb(246,131,133); }
td.TdClassName
{
border-color: #F68385;
}
.TagClassName
{
border-color: #F68385;
}
</style>