Shades of Wewak #F9828D
Tints of Wewak #F9828D
RGB
CMYK
RGB Variations
Color information
#F9828D (or 0xF9828D) is known color: Wewak. HEX triplet: F9, 82 and 8D. RGB value is (249,130,141). Sum of RGB (Red+Green+Blue) = 249+130+141=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9828D is #067D72. Grayscale: #A6A6A6. Windows color (decimal): -425331 or 9274105. OLE color: 9274105.
HSL color Cylindrical-coordinate representation of color #F9828D: hue angle of 354.45º 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 #F9828D is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 141 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.02 |
| HSL | 354.45º | 0.91% | 0.74% | - |
| HSV(B) | 354.45º | 0.48% | 0.98% | - |
| XYZ | 51.86 | 38.03 | 29.81 | - |
| YUV | 166.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 141 | 0 | 0.48 | 0.43 | 0.02 | 354.45 | 0.91 | 0.74 |
| Hex | F9 | 82 | 8D | 0 | 30 | 2B | 2 | 162 | 5B | 4A |
| Octal | 371 | 202 | 215 | 0 | 60 | 53 | 2 | 542 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10001101 | 0 | 110000 | 101011 | 10 | 101100010 | 1011011 | 1001010 |
Color Harmonies of #F9828D
Complementary color
Monochromatic Colors of #F9828D
Black with #F9828D
Text Example
Text Example
White with #F9828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9828D; }
p { color: rgb(249,130,141); }
H1.HeaderClassName
{
color: #F9828D;
}
.AnyTagClassName
{
color: #F9828D;
}
</style>
background-color css
<style>
a { background-color: #F9828D; }
a { background-color: rgb(249,130,141); }
div.DivClassName
{
background-color: #F9828D;
}
.BgClassName
{
background-color: #F9828D;
}
</style>
border-color css
<style>
span { border-color: #F9828D; }
span { border-color: rgb(249,130,141); }
td.TdClassName
{
border-color: #F9828D;
}
.TagClassName
{
border-color: #F9828D;
}
</style>