Shades of Wewak #F9858A
Tints of Wewak #F9858A
RGB
CMYK
RGB Variations
Color information
#F9858A (or 0xF9858A) is known color: Wewak. HEX triplet: F9, 85 and 8A. RGB value is (249,133,138). Sum of RGB (Red+Green+Blue) = 249+133+138=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9858A is #067A75. Grayscale: #A8A8A8. Windows color (decimal): -424566 or 9078265. OLE color: 9078265.
HSL color Cylindrical-coordinate representation of color #F9858A: hue angle of 357.41º 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 #F9858A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 138 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.02 |
| HSL | 357.41º | 0.91% | 0.75% | - |
| HSV(B) | 357.41º | 0.47% | 0.98% | - |
| XYZ | 52.04 | 38.75 | 28.78 | - |
| YUV | 168.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 138 | 0 | 0.47 | 0.45 | 0.02 | 357.41 | 0.91 | 0.75 |
| Hex | F9 | 85 | 8A | 0 | 2F | 2D | 2 | 165 | 5B | 4B |
| Octal | 371 | 205 | 212 | 0 | 57 | 55 | 2 | 545 | 133 | 113 |
| Binary | 11111001 | 10000101 | 10001010 | 0 | 101111 | 101101 | 10 | 101100101 | 1011011 | 1001011 |
Color Harmonies of #F9858A
Complementary color
Monochromatic Colors of #F9858A
Black with #F9858A
Text Example
Text Example
White with #F9858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9858A; }
p { color: rgb(249,133,138); }
H1.HeaderClassName
{
color: #F9858A;
}
.AnyTagClassName
{
color: #F9858A;
}
</style>
background-color css
<style>
a { background-color: #F9858A; }
a { background-color: rgb(249,133,138); }
div.DivClassName
{
background-color: #F9858A;
}
.BgClassName
{
background-color: #F9858A;
}
</style>
border-color css
<style>
span { border-color: #F9858A; }
span { border-color: rgb(249,133,138); }
td.TdClassName
{
border-color: #F9858A;
}
.TagClassName
{
border-color: #F9858A;
}
</style>