Shades of Wewak #F08A9A
Tints of Wewak #F08A9A
RGB
CMYK
RGB Variations
Color information
#F08A9A (or 0xF08A9A) is known color: Wewak. HEX triplet: F0, 8A and 9A. RGB value is (240,138,154). Sum of RGB (Red+Green+Blue) = 240+138+154=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A9A is #0F7565. Grayscale: #AAAAAA. Windows color (decimal): -1013094 or 10128112. OLE color: 10128112.
HSL color Cylindrical-coordinate representation of color #F08A9A: hue angle of 350.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08A9A is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 154 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.06 |
| HSL | 350.59º | 0.77% | 0.74% | - |
| HSV(B) | 350.59º | 0.43% | 0.94% | - |
| XYZ | 50.86 | 39.04 | 35.43 | - |
| YUV | 170.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 154 | 0 | 0.42 | 0.36 | 0.06 | 350.59 | 0.77 | 0.74 |
| Hex | F0 | 8A | 9A | 0 | 2A | 24 | 6 | 15F | 4D | 4A |
| Octal | 360 | 212 | 232 | 0 | 52 | 44 | 6 | 537 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10011010 | 0 | 101010 | 100100 | 110 | 101011111 | 1001101 | 1001010 |
Color Harmonies of #F08A9A
Complementary color
Monochromatic Colors of #F08A9A
Black with #F08A9A
Text Example
Text Example
White with #F08A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A9A; }
p { color: rgb(240,138,154); }
H1.HeaderClassName
{
color: #F08A9A;
}
.AnyTagClassName
{
color: #F08A9A;
}
</style>
background-color css
<style>
a { background-color: #F08A9A; }
a { background-color: rgb(240,138,154); }
div.DivClassName
{
background-color: #F08A9A;
}
.BgClassName
{
background-color: #F08A9A;
}
</style>
border-color css
<style>
span { border-color: #F08A9A; }
span { border-color: rgb(240,138,154); }
td.TdClassName
{
border-color: #F08A9A;
}
.TagClassName
{
border-color: #F08A9A;
}
</style>