Shades of Wewak #F0858A
Tints of Wewak #F0858A
RGB
CMYK
RGB Variations
Color information
#F0858A (or 0xF0858A) is known color: Wewak. HEX triplet: F0, 85 and 8A. RGB value is (240,133,138). Sum of RGB (Red+Green+Blue) = 240+133+138=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0858A is #0F7A75. Grayscale: #A5A5A5. Windows color (decimal): -1014390 or 9078256. OLE color: 9078256.
HSL color Cylindrical-coordinate representation of color #F0858A: hue angle of 357.2º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0858A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 138 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.06 |
| HSL | 357.2º | 0.78% | 0.73% | - |
| HSV(B) | 357.2º | 0.45% | 0.94% | - |
| XYZ | 48.91 | 37.14 | 28.63 | - |
| YUV | 165.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 138 | 0 | 0.45 | 0.42 | 0.06 | 357.2 | 0.78 | 0.73 |
| Hex | F0 | 85 | 8A | 0 | 2D | 2A | 6 | 165 | 4E | 49 |
| Octal | 360 | 205 | 212 | 0 | 55 | 52 | 6 | 545 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10001010 | 0 | 101101 | 101010 | 110 | 101100101 | 1001110 | 1001001 |
Color Harmonies of #F0858A
Complementary color
Monochromatic Colors of #F0858A
Black with #F0858A
Text Example
Text Example
White with #F0858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0858A; }
p { color: rgb(240,133,138); }
H1.HeaderClassName
{
color: #F0858A;
}
.AnyTagClassName
{
color: #F0858A;
}
</style>
background-color css
<style>
a { background-color: #F0858A; }
a { background-color: rgb(240,133,138); }
div.DivClassName
{
background-color: #F0858A;
}
.BgClassName
{
background-color: #F0858A;
}
</style>
border-color css
<style>
span { border-color: #F0858A; }
span { border-color: rgb(240,133,138); }
td.TdClassName
{
border-color: #F0858A;
}
.TagClassName
{
border-color: #F0858A;
}
</style>