Shades of Wewak #F08895
Tints of Wewak #F08895
RGB
CMYK
RGB Variations
Color information
#F08895 (or 0xF08895) is known color: Wewak. HEX triplet: F0, 88 and 95. RGB value is (240,136,149). Sum of RGB (Red+Green+Blue) = 240+136+149=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F08895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08895 is #0F776A. Grayscale: #A8A8A8. Windows color (decimal): -1013611 or 9799920. OLE color: 9799920.
HSL color Cylindrical-coordinate representation of color #F08895: hue angle of 352.5º degrees, saturation: 0.78, 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 #F08895 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 149 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.06 |
| HSL | 352.5º | 0.78% | 0.74% | - |
| HSV(B) | 352.5º | 0.43% | 0.94% | - |
| XYZ | 50.16 | 38.3 | 33.18 | - |
| YUV | 168.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 149 | 0 | 0.43 | 0.38 | 0.06 | 352.5 | 0.78 | 0.74 |
| Hex | F0 | 88 | 95 | 0 | 2B | 26 | 6 | 160 | 4E | 4A |
| Octal | 360 | 210 | 225 | 0 | 53 | 46 | 6 | 540 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10010101 | 0 | 101011 | 100110 | 110 | 101100000 | 1001110 | 1001010 |
Color Harmonies of #F08895
Complementary color
Monochromatic Colors of #F08895
Black with #F08895
Text Example
Text Example
White with #F08895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08895; }
p { color: rgb(240,136,149); }
H1.HeaderClassName
{
color: #F08895;
}
.AnyTagClassName
{
color: #F08895;
}
</style>
background-color css
<style>
a { background-color: #F08895; }
a { background-color: rgb(240,136,149); }
div.DivClassName
{
background-color: #F08895;
}
.BgClassName
{
background-color: #F08895;
}
</style>
border-color css
<style>
span { border-color: #F08895; }
span { border-color: rgb(240,136,149); }
td.TdClassName
{
border-color: #F08895;
}
.TagClassName
{
border-color: #F08895;
}
</style>