Shades of Wewak #F9858D
Tints of Wewak #F9858D
RGB
CMYK
RGB Variations
Color information
#F9858D (or 0xF9858D) is known color: Wewak. HEX triplet: F9, 85 and 8D. RGB value is (249,133,141). Sum of RGB (Red+Green+Blue) = 249+133+141=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9858D is #067A72. Grayscale: #A8A8A8. Windows color (decimal): -424563 or 9274873. OLE color: 9274873.
HSL color Cylindrical-coordinate representation of color #F9858D: hue angle of 355.86º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9858D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 141 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.02 |
| HSL | 355.86º | 0.91% | 0.75% | - |
| HSV(B) | 355.86º | 0.47% | 0.98% | - |
| XYZ | 52.26 | 38.84 | 29.94 | - |
| YUV | 168.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 141 | 0 | 0.47 | 0.43 | 0.02 | 355.86 | 0.91 | 0.75 |
| Hex | F9 | 85 | 8D | 0 | 2F | 2B | 2 | 164 | 5B | 4B |
| Octal | 371 | 205 | 215 | 0 | 57 | 53 | 2 | 544 | 133 | 113 |
| Binary | 11111001 | 10000101 | 10001101 | 0 | 101111 | 101011 | 10 | 101100100 | 1011011 | 1001011 |
Color Harmonies of #F9858D
Complementary color
Monochromatic Colors of #F9858D
Black with #F9858D
Text Example
Text Example
White with #F9858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9858D; }
p { color: rgb(249,133,141); }
H1.HeaderClassName
{
color: #F9858D;
}
.AnyTagClassName
{
color: #F9858D;
}
</style>
background-color css
<style>
a { background-color: #F9858D; }
a { background-color: rgb(249,133,141); }
div.DivClassName
{
background-color: #F9858D;
}
.BgClassName
{
background-color: #F9858D;
}
</style>
border-color css
<style>
span { border-color: #F9858D; }
span { border-color: rgb(249,133,141); }
td.TdClassName
{
border-color: #F9858D;
}
.TagClassName
{
border-color: #F9858D;
}
</style>