Shades of Wewak #F28C8D
Tints of Wewak #F28C8D
RGB
CMYK
RGB Variations
Color information
#F28C8D (or 0xF28C8D) is known color: Wewak. HEX triplet: F2, 8C and 8D. RGB value is (242,140,141). Sum of RGB (Red+Green+Blue) = 242+140+141=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C8D is #0D7372. Grayscale: #AAAAAA. Windows color (decimal): -881523 or 9276658. OLE color: 9276658.
HSL color Cylindrical-coordinate representation of color #F28C8D: hue angle of 359.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28C8D is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 141 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.05 |
| HSL | 359.41º | 0.8% | 0.75% | - |
| HSV(B) | 359.41º | 0.42% | 0.95% | - |
| XYZ | 50.8 | 39.56 | 30.16 | - |
| YUV | 170.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 141 | 0 | 0.42 | 0.42 | 0.05 | 359.41 | 0.8 | 0.75 |
| Hex | F2 | 8C | 8D | 0 | 2A | 2A | 5 | 167 | 50 | 4B |
| Octal | 362 | 214 | 215 | 0 | 52 | 52 | 5 | 547 | 120 | 113 |
| Binary | 11110010 | 10001100 | 10001101 | 0 | 101010 | 101010 | 101 | 101100111 | 1010000 | 1001011 |
Color Harmonies of #F28C8D
Complementary color
Monochromatic Colors of #F28C8D
Black with #F28C8D
Text Example
Text Example
White with #F28C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C8D; }
p { color: rgb(242,140,141); }
H1.HeaderClassName
{
color: #F28C8D;
}
.AnyTagClassName
{
color: #F28C8D;
}
</style>
background-color css
<style>
a { background-color: #F28C8D; }
a { background-color: rgb(242,140,141); }
div.DivClassName
{
background-color: #F28C8D;
}
.BgClassName
{
background-color: #F28C8D;
}
</style>
border-color css
<style>
span { border-color: #F28C8D; }
span { border-color: rgb(242,140,141); }
td.TdClassName
{
border-color: #F28C8D;
}
.TagClassName
{
border-color: #F28C8D;
}
</style>