Shades of Wewak #F78288
Tints of Wewak #F78288
RGB
CMYK
RGB Variations
Color information
#F78288 (or 0xF78288) is known color: Wewak. HEX triplet: F7, 82 and 88. RGB value is (247,130,136). Sum of RGB (Red+Green+Blue) = 247+130+136=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F78288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78288 is #087D77. Grayscale: #A5A5A5. Windows color (decimal): -556408 or 8946423. OLE color: 8946423.
HSL color Cylindrical-coordinate representation of color #F78288: hue angle of 356.92º 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 #F78288 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 136 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.03 |
| HSL | 356.92º | 0.88% | 0.74% | - |
| HSV(B) | 356.92º | 0.47% | 0.97% | - |
| XYZ | 50.78 | 37.52 | 27.86 | - |
| YUV | 165.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 136 | 0 | 0.47 | 0.45 | 0.03 | 356.92 | 0.88 | 0.74 |
| Hex | F7 | 82 | 88 | 0 | 2F | 2D | 3 | 165 | 58 | 4A |
| Octal | 367 | 202 | 210 | 0 | 57 | 55 | 3 | 545 | 130 | 112 |
| Binary | 11110111 | 10000010 | 10001000 | 0 | 101111 | 101101 | 11 | 101100101 | 1011000 | 1001010 |
Color Harmonies of #F78288
Complementary color
Monochromatic Colors of #F78288
Black with #F78288
Text Example
Text Example
White with #F78288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78288; }
p { color: rgb(247,130,136); }
H1.HeaderClassName
{
color: #F78288;
}
.AnyTagClassName
{
color: #F78288;
}
</style>
background-color css
<style>
a { background-color: #F78288; }
a { background-color: rgb(247,130,136); }
div.DivClassName
{
background-color: #F78288;
}
.BgClassName
{
background-color: #F78288;
}
</style>
border-color css
<style>
span { border-color: #F78288; }
span { border-color: rgb(247,130,136); }
td.TdClassName
{
border-color: #F78288;
}
.TagClassName
{
border-color: #F78288;
}
</style>