Shades of Wewak #F7858C
Tints of Wewak #F7858C
RGB
CMYK
RGB Variations
Color information
#F7858C (or 0xF7858C) is known color: Wewak. HEX triplet: F7, 85 and 8C. RGB value is (247,133,140). Sum of RGB (Red+Green+Blue) = 247+133+140=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7858C is #087A73. Grayscale: #A7A7A7. Windows color (decimal): -555636 or 9209335. OLE color: 9209335.
HSL color Cylindrical-coordinate representation of color #F7858C: hue angle of 356.32º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7858C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 140 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.03 |
| HSL | 356.32º | 0.88% | 0.75% | - |
| HSV(B) | 356.32º | 0.46% | 0.97% | - |
| XYZ | 51.48 | 38.44 | 29.52 | - |
| YUV | 167.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 140 | 0 | 0.46 | 0.43 | 0.03 | 356.32 | 0.88 | 0.75 |
| Hex | F7 | 85 | 8C | 0 | 2E | 2B | 3 | 164 | 58 | 4B |
| Octal | 367 | 205 | 214 | 0 | 56 | 53 | 3 | 544 | 130 | 113 |
| Binary | 11110111 | 10000101 | 10001100 | 0 | 101110 | 101011 | 11 | 101100100 | 1011000 | 1001011 |
Color Harmonies of #F7858C
Complementary color
Monochromatic Colors of #F7858C
Black with #F7858C
Text Example
Text Example
White with #F7858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7858C; }
p { color: rgb(247,133,140); }
H1.HeaderClassName
{
color: #F7858C;
}
.AnyTagClassName
{
color: #F7858C;
}
</style>
background-color css
<style>
a { background-color: #F7858C; }
a { background-color: rgb(247,133,140); }
div.DivClassName
{
background-color: #F7858C;
}
.BgClassName
{
background-color: #F7858C;
}
</style>
border-color css
<style>
span { border-color: #F7858C; }
span { border-color: rgb(247,133,140); }
td.TdClassName
{
border-color: #F7858C;
}
.TagClassName
{
border-color: #F7858C;
}
</style>