Shades of Wewak #F08FA0
Tints of Wewak #F08FA0
RGB
CMYK
RGB Variations
Color information
#F08FA0 (or 0xF08FA0) is known color: Wewak. HEX triplet: F0, 8F and A0. RGB value is (240,143,160). Sum of RGB (Red+Green+Blue) = 240+143+160=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FA0 is #0F705F. Grayscale: #ADADAD. Windows color (decimal): -1011808 or 10522608. OLE color: 10522608.
HSL color Cylindrical-coordinate representation of color #F08FA0: hue angle of 349.48º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FA0 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 160 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.06 |
| HSL | 349.48º | 0.76% | 0.75% | - |
| HSV(B) | 349.48º | 0.4% | 0.94% | - |
| XYZ | 52.1 | 40.71 | 38.37 | - |
| YUV | 173.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 160 | 0 | 0.40 | 0.33 | 0.06 | 349.48 | 0.76 | 0.75 |
| Hex | F0 | 8F | A0 | 0 | 28 | 21 | 6 | 15D | 4C | 4B |
| Octal | 360 | 217 | 240 | 0 | 50 | 41 | 6 | 535 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10100000 | 0 | 101000 | 100001 | 110 | 101011101 | 1001100 | 1001011 |
Color Harmonies of #F08FA0
Complementary color
Monochromatic Colors of #F08FA0
Black with #F08FA0
Text Example
Text Example
White with #F08FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FA0; }
p { color: rgb(240,143,160); }
H1.HeaderClassName
{
color: #F08FA0;
}
.AnyTagClassName
{
color: #F08FA0;
}
</style>
background-color css
<style>
a { background-color: #F08FA0; }
a { background-color: rgb(240,143,160); }
div.DivClassName
{
background-color: #F08FA0;
}
.BgClassName
{
background-color: #F08FA0;
}
</style>
border-color css
<style>
span { border-color: #F08FA0; }
span { border-color: rgb(240,143,160); }
td.TdClassName
{
border-color: #F08FA0;
}
.TagClassName
{
border-color: #F08FA0;
}
</style>