Shades of Wewak #F08C8D
Tints of Wewak #F08C8D
RGB
CMYK
RGB Variations
Color information
#F08C8D (or 0xF08C8D) is known color: Wewak. HEX triplet: F0, 8C and 8D. RGB value is (240,140,141). Sum of RGB (Red+Green+Blue) = 240+140+141=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C8D is #0F7372. Grayscale: #AAAAAA. Windows color (decimal): -1012595 or 9276656. OLE color: 9276656.
HSL color Cylindrical-coordinate representation of color #F08C8D: hue angle of 359.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08C8D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 140 | 141 | - |
CMYK | 0 | 0.42 | 0.41 | 0.06 |
HSL | 359.4º | 0.77% | 0.75% | - |
HSV(B) | 359.4º | 0.42% | 0.94% | - |
XYZ | 50.12 | 39.2 | 30.12 | - |
YUV | 170.01 | 111.63 | 177.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 140 | 141 | 0 | 0.42 | 0.41 | 0.06 | 359.4 | 0.77 | 0.75 |
Hex | F0 | 8C | 8D | 0 | 2A | 29 | 6 | 167 | 4D | 4B |
Octal | 360 | 214 | 215 | 0 | 52 | 51 | 6 | 547 | 115 | 113 |
Binary | 11110000 | 10001100 | 10001101 | 0 | 101010 | 101001 | 110 | 101100111 | 1001101 | 1001011 |
Color Harmonies of #F08C8D
Complementary color
Monochromatic Colors of #F08C8D
Black with #F08C8D
Text Example
Text Example
White with #F08C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C8D; }
p { color: rgb(240,140,141); }
H1.HeaderClassName
{
color: #F08C8D;
}
.AnyTagClassName
{
color: #F08C8D;
}
</style>
background-color css
<style>
a { background-color: #F08C8D; }
a { background-color: rgb(240,140,141); }
div.DivClassName
{
background-color: #F08C8D;
}
.BgClassName
{
background-color: #F08C8D;
}
</style>
border-color css
<style>
span { border-color: #F08C8D; }
span { border-color: rgb(240,140,141); }
td.TdClassName
{
border-color: #F08C8D;
}
.TagClassName
{
border-color: #F08C8D;
}
</style>