Shades of Wewak #F78486
Tints of Wewak #F78486
RGB
CMYK
RGB Variations
Color information
#F78486 (or 0xF78486) is known color: Wewak. HEX triplet: F7, 84 and 86. RGB value is (247,132,134). Sum of RGB (Red+Green+Blue) = 247+132+134=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F78486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78486 is #087B79. Grayscale: #A6A6A6. Windows color (decimal): -555898 or 8815863. OLE color: 8815863.
HSL color Cylindrical-coordinate representation of color #F78486: hue angle of 358.96º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F78486 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 134 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.03 |
| HSL | 358.96º | 0.88% | 0.74% | - |
| HSV(B) | 358.96º | 0.47% | 0.97% | - |
| XYZ | 50.91 | 38 | 27.21 | - |
| YUV | 166.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 134 | 0 | 0.47 | 0.46 | 0.03 | 358.96 | 0.88 | 0.74 |
| Hex | F7 | 84 | 86 | 0 | 2F | 2E | 3 | 167 | 58 | 4A |
| Octal | 367 | 204 | 206 | 0 | 57 | 56 | 3 | 547 | 130 | 112 |
| Binary | 11110111 | 10000100 | 10000110 | 0 | 101111 | 101110 | 11 | 101100111 | 1011000 | 1001010 |
Color Harmonies of #F78486
Complementary color
Monochromatic Colors of #F78486
Black with #F78486
Text Example
Text Example
White with #F78486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78486; }
p { color: rgb(247,132,134); }
H1.HeaderClassName
{
color: #F78486;
}
.AnyTagClassName
{
color: #F78486;
}
</style>
background-color css
<style>
a { background-color: #F78486; }
a { background-color: rgb(247,132,134); }
div.DivClassName
{
background-color: #F78486;
}
.BgClassName
{
background-color: #F78486;
}
</style>
border-color css
<style>
span { border-color: #F78486; }
span { border-color: rgb(247,132,134); }
td.TdClassName
{
border-color: #F78486;
}
.TagClassName
{
border-color: #F78486;
}
</style>