Shades of Wewak #F08A8F
Tints of Wewak #F08A8F
RGB
CMYK
RGB Variations
Color information
#F08A8F (or 0xF08A8F) is known color: Wewak. HEX triplet: F0, 8A and 8F. RGB value is (240,138,143). Sum of RGB (Red+Green+Blue) = 240+138+143=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A8F is #0F7570. Grayscale: #A9A9A9. Windows color (decimal): -1013105 or 9407216. OLE color: 9407216.
HSL color Cylindrical-coordinate representation of color #F08A8F: hue angle of 357.06º 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 #F08A8F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 143 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.06 |
| HSL | 357.06º | 0.77% | 0.74% | - |
| HSV(B) | 357.06º | 0.43% | 0.94% | - |
| XYZ | 49.98 | 38.69 | 30.82 | - |
| YUV | 169.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 143 | 0 | 0.42 | 0.40 | 0.06 | 357.06 | 0.77 | 0.74 |
| Hex | F0 | 8A | 8F | 0 | 2A | 28 | 6 | 165 | 4D | 4A |
| Octal | 360 | 212 | 217 | 0 | 52 | 50 | 6 | 545 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10001111 | 0 | 101010 | 101000 | 110 | 101100101 | 1001101 | 1001010 |
Color Harmonies of #F08A8F
Complementary color
Monochromatic Colors of #F08A8F
Black with #F08A8F
Text Example
Text Example
White with #F08A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A8F; }
p { color: rgb(240,138,143); }
H1.HeaderClassName
{
color: #F08A8F;
}
.AnyTagClassName
{
color: #F08A8F;
}
</style>
background-color css
<style>
a { background-color: #F08A8F; }
a { background-color: rgb(240,138,143); }
div.DivClassName
{
background-color: #F08A8F;
}
.BgClassName
{
background-color: #F08A8F;
}
</style>
border-color css
<style>
span { border-color: #F08A8F; }
span { border-color: rgb(240,138,143); }
td.TdClassName
{
border-color: #F08A8F;
}
.TagClassName
{
border-color: #F08A8F;
}
</style>