Shades of Wewak #F09098
Tints of Wewak #F09098
RGB
CMYK
RGB Variations
Color information
#F09098 (or 0xF09098) is known color: Wewak. HEX triplet: F0, 90 and 98. RGB value is (240,144,152). Sum of RGB (Red+Green+Blue) = 240+144+152=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F09098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09098 is #0F6F67. Grayscale: #ADADAD. Windows color (decimal): -1011560 or 9998576. OLE color: 9998576.
HSL color Cylindrical-coordinate representation of color #F09098: hue angle of 355º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F09098 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 152 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.06 |
| HSL | 355º | 0.76% | 0.75% | - |
| HSV(B) | 355º | 0.4% | 0.94% | - |
| XYZ | 51.58 | 40.74 | 34.85 | - |
| YUV | 173.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 152 | 0 | 0.4 | 0.37 | 0.06 | 355 | 0.76 | 0.75 |
| Hex | F0 | 90 | 98 | 0 | 28 | 25 | 6 | 163 | 4C | 4B |
| Octal | 360 | 220 | 230 | 0 | 50 | 45 | 6 | 543 | 114 | 113 |
| Binary | 11110000 | 10010000 | 10011000 | 0 | 101000 | 100101 | 110 | 101100011 | 1001100 | 1001011 |
Color Harmonies of #F09098
Complementary color
Monochromatic Colors of #F09098
Black with #F09098
Text Example
Text Example
White with #F09098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09098; }
p { color: rgb(240,144,152); }
H1.HeaderClassName
{
color: #F09098;
}
.AnyTagClassName
{
color: #F09098;
}
</style>
background-color css
<style>
a { background-color: #F09098; }
a { background-color: rgb(240,144,152); }
div.DivClassName
{
background-color: #F09098;
}
.BgClassName
{
background-color: #F09098;
}
</style>
border-color css
<style>
span { border-color: #F09098; }
span { border-color: rgb(240,144,152); }
td.TdClassName
{
border-color: #F09098;
}
.TagClassName
{
border-color: #F09098;
}
</style>