Shades of Wewak #F9828B
Tints of Wewak #F9828B
RGB
CMYK
RGB Variations
Color information
#F9828B (or 0xF9828B) is known color: Wewak. HEX triplet: F9, 82 and 8B. RGB value is (249,130,139). Sum of RGB (Red+Green+Blue) = 249+130+139=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9828B is #067D74. Grayscale: #A6A6A6. Windows color (decimal): -425333 or 9143033. OLE color: 9143033.
HSL color Cylindrical-coordinate representation of color #F9828B: hue angle of 355.46º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9828B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 139 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.02 |
| HSL | 355.46º | 0.91% | 0.74% | - |
| HSV(B) | 355.46º | 0.48% | 0.98% | - |
| XYZ | 51.71 | 37.97 | 29.03 | - |
| YUV | 166.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 139 | 0 | 0.48 | 0.44 | 0.02 | 355.46 | 0.91 | 0.74 |
| Hex | F9 | 82 | 8B | 0 | 30 | 2C | 2 | 163 | 5B | 4A |
| Octal | 371 | 202 | 213 | 0 | 60 | 54 | 2 | 543 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10001011 | 0 | 110000 | 101100 | 10 | 101100011 | 1011011 | 1001010 |
Color Harmonies of #F9828B
Complementary color
Monochromatic Colors of #F9828B
Black with #F9828B
Text Example
Text Example
White with #F9828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9828B; }
p { color: rgb(249,130,139); }
H1.HeaderClassName
{
color: #F9828B;
}
.AnyTagClassName
{
color: #F9828B;
}
</style>
background-color css
<style>
a { background-color: #F9828B; }
a { background-color: rgb(249,130,139); }
div.DivClassName
{
background-color: #F9828B;
}
.BgClassName
{
background-color: #F9828B;
}
</style>
border-color css
<style>
span { border-color: #F9828B; }
span { border-color: rgb(249,130,139); }
td.TdClassName
{
border-color: #F9828B;
}
.TagClassName
{
border-color: #F9828B;
}
</style>