Shades of Wewak #F895A2
Tints of Wewak #F895A2
RGB
CMYK
RGB Variations
Color information
#F895A2 (or 0xF895A2) is known color: Wewak. HEX triplet: F8, 95 and A2. RGB value is (248,149,162). Sum of RGB (Red+Green+Blue) = 248+149+162=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F895A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F895A2 is #076A5D. Grayscale: #B4B4B4. Windows color (decimal): -485982 or 10655224. OLE color: 10655224.
HSL color Cylindrical-coordinate representation of color #F895A2: hue angle of 352.12º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895A2 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 162 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.03 |
| HSL | 352.12º | 0.88% | 0.78% | - |
| HSV(B) | 352.12º | 0.4% | 0.97% | - |
| XYZ | 55.98 | 44.06 | 39.74 | - |
| YUV | 180.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 162 | 0 | 0.40 | 0.35 | 0.03 | 352.12 | 0.88 | 0.78 |
| Hex | F8 | 95 | A2 | 0 | 28 | 23 | 3 | 160 | 58 | 4E |
| Octal | 370 | 225 | 242 | 0 | 50 | 43 | 3 | 540 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10100010 | 0 | 101000 | 100011 | 11 | 101100000 | 1011000 | 1001110 |
Color Harmonies of #F895A2
Complementary color
Monochromatic Colors of #F895A2
Black with #F895A2
Text Example
Text Example
White with #F895A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895A2; }
p { color: rgb(248,149,162); }
H1.HeaderClassName
{
color: #F895A2;
}
.AnyTagClassName
{
color: #F895A2;
}
</style>
background-color css
<style>
a { background-color: #F895A2; }
a { background-color: rgb(248,149,162); }
div.DivClassName
{
background-color: #F895A2;
}
.BgClassName
{
background-color: #F895A2;
}
</style>
border-color css
<style>
span { border-color: #F895A2; }
span { border-color: rgb(248,149,162); }
td.TdClassName
{
border-color: #F895A2;
}
.TagClassName
{
border-color: #F895A2;
}
</style>