Shades of Wewak #F7858D
Tints of Wewak #F7858D
RGB
CMYK
RGB Variations
Color information
#F7858D (or 0xF7858D) is known color: Wewak. HEX triplet: F7, 85 and 8D. RGB value is (247,133,141). Sum of RGB (Red+Green+Blue) = 247+133+141=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7858D is #087A72. Grayscale: #A8A8A8. Windows color (decimal): -555635 or 9274871. OLE color: 9274871.
HSL color Cylindrical-coordinate representation of color #F7858D: hue angle of 355.79º 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 #F7858D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 141 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.03 |
| HSL | 355.79º | 0.88% | 0.75% | - |
| HSV(B) | 355.79º | 0.46% | 0.97% | - |
| XYZ | 51.55 | 38.47 | 29.91 | - |
| YUV | 168 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 141 | 0 | 0.46 | 0.43 | 0.03 | 355.79 | 0.88 | 0.75 |
| Hex | F7 | 85 | 8D | 0 | 2E | 2B | 3 | 164 | 58 | 4B |
| Octal | 367 | 205 | 215 | 0 | 56 | 53 | 3 | 544 | 130 | 113 |
| Binary | 11110111 | 10000101 | 10001101 | 0 | 101110 | 101011 | 11 | 101100100 | 1011000 | 1001011 |
Color Harmonies of #F7858D
Complementary color
Monochromatic Colors of #F7858D
Black with #F7858D
Text Example
Text Example
White with #F7858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7858D; }
p { color: rgb(247,133,141); }
H1.HeaderClassName
{
color: #F7858D;
}
.AnyTagClassName
{
color: #F7858D;
}
</style>
background-color css
<style>
a { background-color: #F7858D; }
a { background-color: rgb(247,133,141); }
div.DivClassName
{
background-color: #F7858D;
}
.BgClassName
{
background-color: #F7858D;
}
</style>
border-color css
<style>
span { border-color: #F7858D; }
span { border-color: rgb(247,133,141); }
td.TdClassName
{
border-color: #F7858D;
}
.TagClassName
{
border-color: #F7858D;
}
</style>