Shades of Wewak #F9848C
Tints of Wewak #F9848C
RGB
CMYK
RGB Variations
Color information
#F9848C (or 0xF9848C) is known color: Wewak. HEX triplet: F9, 84 and 8C. RGB value is (249,132,140). Sum of RGB (Red+Green+Blue) = 249+132+140=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9848C is #067B73. Grayscale: #A7A7A7. Windows color (decimal): -424820 or 9209081. OLE color: 9209081.
HSL color Cylindrical-coordinate representation of color #F9848C: hue angle of 355.9º 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 #F9848C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 140 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 355.9º | 0.91% | 0.75% | - |
| HSV(B) | 355.9º | 0.47% | 0.98% | - |
| XYZ | 52.05 | 38.54 | 29.51 | - |
| YUV | 167.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 140 | 0 | 0.47 | 0.44 | 0.02 | 355.9 | 0.91 | 0.75 |
| Hex | F9 | 84 | 8C | 0 | 2F | 2C | 2 | 164 | 5B | 4B |
| Octal | 371 | 204 | 214 | 0 | 57 | 54 | 2 | 544 | 133 | 113 |
| Binary | 11111001 | 10000100 | 10001100 | 0 | 101111 | 101100 | 10 | 101100100 | 1011011 | 1001011 |
Color Harmonies of #F9848C
Complementary color
Monochromatic Colors of #F9848C
Black with #F9848C
Text Example
Text Example
White with #F9848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9848C; }
p { color: rgb(249,132,140); }
H1.HeaderClassName
{
color: #F9848C;
}
.AnyTagClassName
{
color: #F9848C;
}
</style>
background-color css
<style>
a { background-color: #F9848C; }
a { background-color: rgb(249,132,140); }
div.DivClassName
{
background-color: #F9848C;
}
.BgClassName
{
background-color: #F9848C;
}
</style>
border-color css
<style>
span { border-color: #F9848C; }
span { border-color: rgb(249,132,140); }
td.TdClassName
{
border-color: #F9848C;
}
.TagClassName
{
border-color: #F9848C;
}
</style>