Shades of Wewak #F0969A
Tints of Wewak #F0969A
RGB
CMYK
RGB Variations
Color information
#F0969A (or 0xF0969A) is known color: Wewak. HEX triplet: F0, 96 and 9A. RGB value is (240,150,154). Sum of RGB (Red+Green+Blue) = 240+150+154=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0969A is #0F6965. Grayscale: #B1B1B1. Windows color (decimal): -1010022 or 10131184. OLE color: 10131184.
HSL color Cylindrical-coordinate representation of color #F0969A: hue angle of 357.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 #F0969A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 154 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.06 |
| HSL | 357.33º | 0.75% | 0.76% | - |
| HSV(B) | 357.33º | 0.38% | 0.94% | - |
| XYZ | 52.67 | 42.67 | 36.03 | - |
| YUV | 177.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 154 | 0 | 0.37 | 0.36 | 0.06 | 357.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | 9A | 0 | 25 | 24 | 6 | 165 | 4B | 4C |
| Octal | 360 | 226 | 232 | 0 | 45 | 44 | 6 | 545 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10011010 | 0 | 100101 | 100100 | 110 | 101100101 | 1001011 | 1001100 |
Color Harmonies of #F0969A
Complementary color
Monochromatic Colors of #F0969A
Black with #F0969A
Text Example
Text Example
White with #F0969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0969A; }
p { color: rgb(240,150,154); }
H1.HeaderClassName
{
color: #F0969A;
}
.AnyTagClassName
{
color: #F0969A;
}
</style>
background-color css
<style>
a { background-color: #F0969A; }
a { background-color: rgb(240,150,154); }
div.DivClassName
{
background-color: #F0969A;
}
.BgClassName
{
background-color: #F0969A;
}
</style>
border-color css
<style>
span { border-color: #F0969A; }
span { border-color: rgb(240,150,154); }
td.TdClassName
{
border-color: #F0969A;
}
.TagClassName
{
border-color: #F0969A;
}
</style>