Shades of Wewak #F08A92
Tints of Wewak #F08A92
RGB
CMYK
RGB Variations
Color information
#F08A92 (or 0xF08A92) is known color: Wewak. HEX triplet: F0, 8A and 92. RGB value is (240,138,146). Sum of RGB (Red+Green+Blue) = 240+138+146=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A92 is #0F756D. Grayscale: #A9A9A9. Windows color (decimal): -1013102 or 9603824. OLE color: 9603824.
HSL color Cylindrical-coordinate representation of color #F08A92: hue angle of 355.29º 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 #F08A92 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 146 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.06 |
| HSL | 355.29º | 0.77% | 0.74% | - |
| HSV(B) | 355.29º | 0.43% | 0.94% | - |
| XYZ | 50.21 | 38.78 | 32.03 | - |
| YUV | 169.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 146 | 0 | 0.42 | 0.39 | 0.06 | 355.29 | 0.77 | 0.74 |
| Hex | F0 | 8A | 92 | 0 | 2A | 27 | 6 | 163 | 4D | 4A |
| Octal | 360 | 212 | 222 | 0 | 52 | 47 | 6 | 543 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10010010 | 0 | 101010 | 100111 | 110 | 101100011 | 1001101 | 1001010 |
Color Harmonies of #F08A92
Complementary color
Monochromatic Colors of #F08A92
Black with #F08A92
Text Example
Text Example
White with #F08A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A92; }
p { color: rgb(240,138,146); }
H1.HeaderClassName
{
color: #F08A92;
}
.AnyTagClassName
{
color: #F08A92;
}
</style>
background-color css
<style>
a { background-color: #F08A92; }
a { background-color: rgb(240,138,146); }
div.DivClassName
{
background-color: #F08A92;
}
.BgClassName
{
background-color: #F08A92;
}
</style>
border-color css
<style>
span { border-color: #F08A92; }
span { border-color: rgb(240,138,146); }
td.TdClassName
{
border-color: #F08A92;
}
.TagClassName
{
border-color: #F08A92;
}
</style>