Shades of Wewak #F78A8C
Tints of Wewak #F78A8C
RGB
CMYK
RGB Variations
Color information
#F78A8C (or 0xF78A8C) is known color: Wewak. HEX triplet: F7, 8A and 8C. RGB value is (247,138,140). Sum of RGB (Red+Green+Blue) = 247+138+140=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78A8C is #087573. Grayscale: #AAAAAA. Windows color (decimal): -554356 or 9210615. OLE color: 9210615.
HSL color Cylindrical-coordinate representation of color #F78A8C: hue angle of 358.9º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78A8C is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 140 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.03 |
| HSL | 358.9º | 0.87% | 0.75% | - |
| HSV(B) | 358.9º | 0.44% | 0.97% | - |
| XYZ | 52.18 | 39.84 | 29.75 | - |
| YUV | 170.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 140 | 0 | 0.44 | 0.43 | 0.03 | 358.9 | 0.87 | 0.75 |
| Hex | F7 | 8A | 8C | 0 | 2C | 2B | 3 | 167 | 57 | 4B |
| Octal | 367 | 212 | 214 | 0 | 54 | 53 | 3 | 547 | 127 | 113 |
| Binary | 11110111 | 10001010 | 10001100 | 0 | 101100 | 101011 | 11 | 101100111 | 1010111 | 1001011 |
Color Harmonies of #F78A8C
Complementary color
Monochromatic Colors of #F78A8C
Black with #F78A8C
Text Example
Text Example
White with #F78A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A8C; }
p { color: rgb(247,138,140); }
H1.HeaderClassName
{
color: #F78A8C;
}
.AnyTagClassName
{
color: #F78A8C;
}
</style>
background-color css
<style>
a { background-color: #F78A8C; }
a { background-color: rgb(247,138,140); }
div.DivClassName
{
background-color: #F78A8C;
}
.BgClassName
{
background-color: #F78A8C;
}
</style>
border-color css
<style>
span { border-color: #F78A8C; }
span { border-color: rgb(247,138,140); }
td.TdClassName
{
border-color: #F78A8C;
}
.TagClassName
{
border-color: #F78A8C;
}
</style>