Shades of Wewak #F9959F
Tints of Wewak #F9959F
RGB
CMYK
RGB Variations
Color information
#F9959F (or 0xF9959F) is known color: Wewak. HEX triplet: F9, 95 and 9F. RGB value is (249,149,159). Sum of RGB (Red+Green+Blue) = 249+149+159=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9959F is #066A60. Grayscale: #B4B4B4. Windows color (decimal): -420449 or 10458617. OLE color: 10458617.
HSL color Cylindrical-coordinate representation of color #F9959F: hue angle of 354º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9959F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 159 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.02 |
| HSL | 354º | 0.89% | 0.78% | - |
| HSV(B) | 354º | 0.4% | 0.98% | - |
| XYZ | 56.07 | 44.14 | 38.37 | - |
| YUV | 180.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 159 | 0 | 0.40 | 0.36 | 0.02 | 354 | 0.89 | 0.78 |
| Hex | F9 | 95 | 9F | 0 | 28 | 24 | 2 | 162 | 59 | 4E |
| Octal | 371 | 225 | 237 | 0 | 50 | 44 | 2 | 542 | 131 | 116 |
| Binary | 11111001 | 10010101 | 10011111 | 0 | 101000 | 100100 | 10 | 101100010 | 1011001 | 1001110 |
Color Harmonies of #F9959F
Complementary color
Monochromatic Colors of #F9959F
Black with #F9959F
Text Example
Text Example
White with #F9959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9959F; }
p { color: rgb(249,149,159); }
H1.HeaderClassName
{
color: #F9959F;
}
.AnyTagClassName
{
color: #F9959F;
}
</style>
background-color css
<style>
a { background-color: #F9959F; }
a { background-color: rgb(249,149,159); }
div.DivClassName
{
background-color: #F9959F;
}
.BgClassName
{
background-color: #F9959F;
}
</style>
border-color css
<style>
span { border-color: #F9959F; }
span { border-color: rgb(249,149,159); }
td.TdClassName
{
border-color: #F9959F;
}
.TagClassName
{
border-color: #F9959F;
}
</style>