Shades of Wewak #F99BA0
Tints of Wewak #F99BA0
RGB
CMYK
RGB Variations
Color information
#F99BA0 (or 0xF99BA0) is known color: Wewak. HEX triplet: F9, 9B and A0. RGB value is (249,155,160). Sum of RGB (Red+Green+Blue) = 249+155+160=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99BA0 is #06645F. Grayscale: #B7B7B7. Windows color (decimal): -418912 or 10525689. OLE color: 10525689.
HSL color Cylindrical-coordinate representation of color #F99BA0: hue angle of 356.81º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BA0 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 160 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.02 |
| HSL | 356.81º | 0.89% | 0.79% | - |
| HSV(B) | 356.81º | 0.38% | 0.98% | - |
| XYZ | 57.13 | 46.12 | 39.15 | - |
| YUV | 183.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 160 | 0 | 0.38 | 0.36 | 0.02 | 356.81 | 0.89 | 0.79 |
| Hex | F9 | 9B | A0 | 0 | 26 | 24 | 2 | 165 | 59 | 4F |
| Octal | 371 | 233 | 240 | 0 | 46 | 44 | 2 | 545 | 131 | 117 |
| Binary | 11111001 | 10011011 | 10100000 | 0 | 100110 | 100100 | 10 | 101100101 | 1011001 | 1001111 |
Color Harmonies of #F99BA0
Complementary color
Monochromatic Colors of #F99BA0
Black with #F99BA0
Text Example
Text Example
White with #F99BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BA0; }
p { color: rgb(249,155,160); }
H1.HeaderClassName
{
color: #F99BA0;
}
.AnyTagClassName
{
color: #F99BA0;
}
</style>
background-color css
<style>
a { background-color: #F99BA0; }
a { background-color: rgb(249,155,160); }
div.DivClassName
{
background-color: #F99BA0;
}
.BgClassName
{
background-color: #F99BA0;
}
</style>
border-color css
<style>
span { border-color: #F99BA0; }
span { border-color: rgb(249,155,160); }
td.TdClassName
{
border-color: #F99BA0;
}
.TagClassName
{
border-color: #F99BA0;
}
</style>