Shades of Wewak #F9999B
Tints of Wewak #F9999B
RGB
CMYK
RGB Variations
Color information
#F9999B (or 0xF9999B) is known color: Wewak. HEX triplet: F9, 99 and 9B. RGB value is (249,153,155). Sum of RGB (Red+Green+Blue) = 249+153+155=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9999B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9999B is #066664. Grayscale: #B6B6B6. Windows color (decimal): -419429 or 10197497. OLE color: 10197497.
HSL color Cylindrical-coordinate representation of color #F9999B: hue angle of 358.75º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9999B is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 155 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.02 |
| HSL | 358.75º | 0.89% | 0.79% | - |
| HSV(B) | 358.75º | 0.39% | 0.98% | - |
| XYZ | 56.37 | 45.29 | 36.78 | - |
| YUV | 181.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 155 | 0 | 0.39 | 0.38 | 0.02 | 358.75 | 0.89 | 0.79 |
| Hex | F9 | 99 | 9B | 0 | 27 | 26 | 2 | 167 | 59 | 4F |
| Octal | 371 | 231 | 233 | 0 | 47 | 46 | 2 | 547 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10011011 | 0 | 100111 | 100110 | 10 | 101100111 | 1011001 | 1001111 |
Color Harmonies of #F9999B
Complementary color
Monochromatic Colors of #F9999B
Black with #F9999B
Text Example
Text Example
White with #F9999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9999B; }
p { color: rgb(249,153,155); }
H1.HeaderClassName
{
color: #F9999B;
}
.AnyTagClassName
{
color: #F9999B;
}
</style>
background-color css
<style>
a { background-color: #F9999B; }
a { background-color: rgb(249,153,155); }
div.DivClassName
{
background-color: #F9999B;
}
.BgClassName
{
background-color: #F9999B;
}
</style>
border-color css
<style>
span { border-color: #F9999B; }
span { border-color: rgb(249,153,155); }
td.TdClassName
{
border-color: #F9999B;
}
.TagClassName
{
border-color: #F9999B;
}
</style>