Shades of Wewak #F0959A
Tints of Wewak #F0959A
RGB
CMYK
RGB Variations
Color information
#F0959A (or 0xF0959A) is known color: Wewak. HEX triplet: F0, 95 and 9A. RGB value is (240,149,154). Sum of RGB (Red+Green+Blue) = 240+149+154=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0959A is #0F6A65. Grayscale: #B0B0B0. Windows color (decimal): -1010278 or 10130928. OLE color: 10130928.
HSL color Cylindrical-coordinate representation of color #F0959A: hue angle of 356.7º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0959A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 154 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.06 |
| HSL | 356.7º | 0.75% | 0.76% | - |
| HSV(B) | 356.7º | 0.38% | 0.94% | - |
| XYZ | 52.52 | 42.35 | 35.98 | - |
| YUV | 176.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 154 | 0 | 0.38 | 0.36 | 0.06 | 356.7 | 0.75 | 0.76 |
| Hex | F0 | 95 | 9A | 0 | 26 | 24 | 6 | 165 | 4B | 4C |
| Octal | 360 | 225 | 232 | 0 | 46 | 44 | 6 | 545 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10011010 | 0 | 100110 | 100100 | 110 | 101100101 | 1001011 | 1001100 |
Color Harmonies of #F0959A
Complementary color
Monochromatic Colors of #F0959A
Black with #F0959A
Text Example
Text Example
White with #F0959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0959A; }
p { color: rgb(240,149,154); }
H1.HeaderClassName
{
color: #F0959A;
}
.AnyTagClassName
{
color: #F0959A;
}
</style>
background-color css
<style>
a { background-color: #F0959A; }
a { background-color: rgb(240,149,154); }
div.DivClassName
{
background-color: #F0959A;
}
.BgClassName
{
background-color: #F0959A;
}
</style>
border-color css
<style>
span { border-color: #F0959A; }
span { border-color: rgb(240,149,154); }
td.TdClassName
{
border-color: #F0959A;
}
.TagClassName
{
border-color: #F0959A;
}
</style>