Shades of Wewak #F08A8C
Tints of Wewak #F08A8C
RGB
CMYK
RGB Variations
Color information
#F08A8C (or 0xF08A8C) is known color: Wewak. HEX triplet: F0, 8A and 8C. RGB value is (240,138,140). Sum of RGB (Red+Green+Blue) = 240+138+140=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A8C is #0F7573. Grayscale: #A8A8A8. Windows color (decimal): -1013108 or 9210608. OLE color: 9210608.
HSL color Cylindrical-coordinate representation of color #F08A8C: hue angle of 358.82º 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 #F08A8C is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 140 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.06 |
| HSL | 358.82º | 0.77% | 0.74% | - |
| HSV(B) | 358.82º | 0.43% | 0.94% | - |
| XYZ | 49.76 | 38.6 | 29.64 | - |
| YUV | 168.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 140 | 0 | 0.42 | 0.42 | 0.06 | 358.82 | 0.77 | 0.74 |
| Hex | F0 | 8A | 8C | 0 | 2A | 2A | 6 | 167 | 4D | 4A |
| Octal | 360 | 212 | 214 | 0 | 52 | 52 | 6 | 547 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10001100 | 0 | 101010 | 101010 | 110 | 101100111 | 1001101 | 1001010 |
Color Harmonies of #F08A8C
Complementary color
Monochromatic Colors of #F08A8C
Black with #F08A8C
Text Example
Text Example
White with #F08A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A8C; }
p { color: rgb(240,138,140); }
H1.HeaderClassName
{
color: #F08A8C;
}
.AnyTagClassName
{
color: #F08A8C;
}
</style>
background-color css
<style>
a { background-color: #F08A8C; }
a { background-color: rgb(240,138,140); }
div.DivClassName
{
background-color: #F08A8C;
}
.BgClassName
{
background-color: #F08A8C;
}
</style>
border-color css
<style>
span { border-color: #F08A8C; }
span { border-color: rgb(240,138,140); }
td.TdClassName
{
border-color: #F08A8C;
}
.TagClassName
{
border-color: #F08A8C;
}
</style>