Shades of Wewak #F08D9A
Tints of Wewak #F08D9A
RGB
CMYK
RGB Variations
Color information
#F08D9A (or 0xF08D9A) is known color: Wewak. HEX triplet: F0, 8D and 9A. RGB value is (240,141,154). Sum of RGB (Red+Green+Blue) = 240+141+154=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D9A is #0F7265. Grayscale: #ACACAC. Windows color (decimal): -1012326 or 10128880. OLE color: 10128880.
HSL color Cylindrical-coordinate representation of color #F08D9A: hue angle of 352.12º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08D9A is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 154 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.06 |
| HSL | 352.12º | 0.77% | 0.75% | - |
| HSV(B) | 352.12º | 0.41% | 0.94% | - |
| XYZ | 51.29 | 39.91 | 35.57 | - |
| YUV | 172.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 154 | 0 | 0.41 | 0.36 | 0.06 | 352.12 | 0.77 | 0.75 |
| Hex | F0 | 8D | 9A | 0 | 29 | 24 | 6 | 160 | 4D | 4B |
| Octal | 360 | 215 | 232 | 0 | 51 | 44 | 6 | 540 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10011010 | 0 | 101001 | 100100 | 110 | 101100000 | 1001101 | 1001011 |
Color Harmonies of #F08D9A
Complementary color
Monochromatic Colors of #F08D9A
Black with #F08D9A
Text Example
Text Example
White with #F08D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D9A; }
p { color: rgb(240,141,154); }
H1.HeaderClassName
{
color: #F08D9A;
}
.AnyTagClassName
{
color: #F08D9A;
}
</style>
background-color css
<style>
a { background-color: #F08D9A; }
a { background-color: rgb(240,141,154); }
div.DivClassName
{
background-color: #F08D9A;
}
.BgClassName
{
background-color: #F08D9A;
}
</style>
border-color css
<style>
span { border-color: #F08D9A; }
span { border-color: rgb(240,141,154); }
td.TdClassName
{
border-color: #F08D9A;
}
.TagClassName
{
border-color: #F08D9A;
}
</style>