Shades of Wewak #F28B8C
Tints of Wewak #F28B8C
RGB
CMYK
RGB Variations
Color information
#F28B8C (or 0xF28B8C) is known color: Wewak. HEX triplet: F2, 8B and 8C. RGB value is (242,139,140). Sum of RGB (Red+Green+Blue) = 242+139+140=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28B8C is #0D7473. Grayscale: #AAAAAA. Windows color (decimal): -881780 or 9210866. OLE color: 9210866.
HSL color Cylindrical-coordinate representation of color #F28B8C: hue angle of 359.42º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28B8C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 140 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.05 |
| HSL | 359.42º | 0.8% | 0.75% | - |
| HSV(B) | 359.42º | 0.43% | 0.95% | - |
| XYZ | 50.58 | 39.24 | 29.72 | - |
| YUV | 169.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 140 | 0 | 0.43 | 0.42 | 0.05 | 359.42 | 0.8 | 0.75 |
| Hex | F2 | 8B | 8C | 0 | 2B | 2A | 5 | 167 | 50 | 4B |
| Octal | 362 | 213 | 214 | 0 | 53 | 52 | 5 | 547 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10001100 | 0 | 101011 | 101010 | 101 | 101100111 | 1010000 | 1001011 |
Color Harmonies of #F28B8C
Complementary color
Monochromatic Colors of #F28B8C
Black with #F28B8C
Text Example
Text Example
White with #F28B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B8C; }
p { color: rgb(242,139,140); }
H1.HeaderClassName
{
color: #F28B8C;
}
.AnyTagClassName
{
color: #F28B8C;
}
</style>
background-color css
<style>
a { background-color: #F28B8C; }
a { background-color: rgb(242,139,140); }
div.DivClassName
{
background-color: #F28B8C;
}
.BgClassName
{
background-color: #F28B8C;
}
</style>
border-color css
<style>
span { border-color: #F28B8C; }
span { border-color: rgb(242,139,140); }
td.TdClassName
{
border-color: #F28B8C;
}
.TagClassName
{
border-color: #F28B8C;
}
</style>