Shades of Wewak #F09A9F
Tints of Wewak #F09A9F
RGB
CMYK
RGB Variations
Color information
#F09A9F (or 0xF09A9F) is known color: Wewak. HEX triplet: F0, 9A and 9F. RGB value is (240,154,159). Sum of RGB (Red+Green+Blue) = 240+154+159=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A9F is #0F6560. Grayscale: #B4B4B4. Windows color (decimal): -1008993 or 10459888. OLE color: 10459888.
HSL color Cylindrical-coordinate representation of color #F09A9F: hue angle of 356.51º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09A9F is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 159 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.06 |
| HSL | 356.51º | 0.74% | 0.77% | - |
| HSV(B) | 356.51º | 0.36% | 0.94% | - |
| XYZ | 53.75 | 44.14 | 38.49 | - |
| YUV | 180.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 159 | 0 | 0.36 | 0.34 | 0.06 | 356.51 | 0.74 | 0.77 |
| Hex | F0 | 9A | 9F | 0 | 24 | 22 | 6 | 165 | 4A | 4D |
| Octal | 360 | 232 | 237 | 0 | 44 | 42 | 6 | 545 | 112 | 115 |
| Binary | 11110000 | 10011010 | 10011111 | 0 | 100100 | 100010 | 110 | 101100101 | 1001010 | 1001101 |
Color Harmonies of #F09A9F
Complementary color
Monochromatic Colors of #F09A9F
Black with #F09A9F
Text Example
Text Example
White with #F09A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A9F; }
p { color: rgb(240,154,159); }
H1.HeaderClassName
{
color: #F09A9F;
}
.AnyTagClassName
{
color: #F09A9F;
}
</style>
background-color css
<style>
a { background-color: #F09A9F; }
a { background-color: rgb(240,154,159); }
div.DivClassName
{
background-color: #F09A9F;
}
.BgClassName
{
background-color: #F09A9F;
}
</style>
border-color css
<style>
span { border-color: #F09A9F; }
span { border-color: rgb(240,154,159); }
td.TdClassName
{
border-color: #F09A9F;
}
.TagClassName
{
border-color: #F09A9F;
}
</style>