Shades of Wewak #F08A99
Tints of Wewak #F08A99
RGB
CMYK
RGB Variations
Color information
#F08A99 (or 0xF08A99) is known color: Wewak. HEX triplet: F0, 8A and 99. RGB value is (240,138,153). Sum of RGB (Red+Green+Blue) = 240+138+153=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A99 is #0F7566. Grayscale: #AAAAAA. Windows color (decimal): -1013095 or 10062576. OLE color: 10062576.
HSL color Cylindrical-coordinate representation of color #F08A99: hue angle of 351.18º 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 #F08A99 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 153 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.06 |
| HSL | 351.18º | 0.77% | 0.74% | - |
| HSV(B) | 351.18º | 0.43% | 0.94% | - |
| XYZ | 50.77 | 39 | 34.99 | - |
| YUV | 170.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 153 | 0 | 0.42 | 0.36 | 0.06 | 351.18 | 0.77 | 0.74 |
| Hex | F0 | 8A | 99 | 0 | 2A | 24 | 6 | 15F | 4D | 4A |
| Octal | 360 | 212 | 231 | 0 | 52 | 44 | 6 | 537 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10011001 | 0 | 101010 | 100100 | 110 | 101011111 | 1001101 | 1001010 |
Color Harmonies of #F08A99
Complementary color
Monochromatic Colors of #F08A99
Black with #F08A99
Text Example
Text Example
White with #F08A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A99; }
p { color: rgb(240,138,153); }
H1.HeaderClassName
{
color: #F08A99;
}
.AnyTagClassName
{
color: #F08A99;
}
</style>
background-color css
<style>
a { background-color: #F08A99; }
a { background-color: rgb(240,138,153); }
div.DivClassName
{
background-color: #F08A99;
}
.BgClassName
{
background-color: #F08A99;
}
</style>
border-color css
<style>
span { border-color: #F08A99; }
span { border-color: rgb(240,138,153); }
td.TdClassName
{
border-color: #F08A99;
}
.TagClassName
{
border-color: #F08A99;
}
</style>