Shades of Wewak #F0969D
Tints of Wewak #F0969D
RGB
CMYK
RGB Variations
Color information
#F0969D (or 0xF0969D) is known color: Wewak. HEX triplet: F0, 96 and 9D. RGB value is (240,150,157). Sum of RGB (Red+Green+Blue) = 240+150+157=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0969D is #0F6962. Grayscale: #B1B1B1. Windows color (decimal): -1010019 or 10327792. OLE color: 10327792.
HSL color Cylindrical-coordinate representation of color #F0969D: hue angle of 355.33º 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 #F0969D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 157 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.06 |
| HSL | 355.33º | 0.75% | 0.76% | - |
| HSV(B) | 355.33º | 0.38% | 0.94% | - |
| XYZ | 52.93 | 42.77 | 37.36 | - |
| YUV | 177.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 157 | 0 | 0.37 | 0.35 | 0.06 | 355.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | 9D | 0 | 25 | 23 | 6 | 163 | 4B | 4C |
| Octal | 360 | 226 | 235 | 0 | 45 | 43 | 6 | 543 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10011101 | 0 | 100101 | 100011 | 110 | 101100011 | 1001011 | 1001100 |
Color Harmonies of #F0969D
Complementary color
Monochromatic Colors of #F0969D
Black with #F0969D
Text Example
Text Example
White with #F0969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0969D; }
p { color: rgb(240,150,157); }
H1.HeaderClassName
{
color: #F0969D;
}
.AnyTagClassName
{
color: #F0969D;
}
</style>
background-color css
<style>
a { background-color: #F0969D; }
a { background-color: rgb(240,150,157); }
div.DivClassName
{
background-color: #F0969D;
}
.BgClassName
{
background-color: #F0969D;
}
</style>
border-color css
<style>
span { border-color: #F0969D; }
span { border-color: rgb(240,150,157); }
td.TdClassName
{
border-color: #F0969D;
}
.TagClassName
{
border-color: #F0969D;
}
</style>