Shades of Wewak #F2868C
Tints of Wewak #F2868C
RGB
CMYK
RGB Variations
Color information
#F2868C (or 0xF2868C) is known color: Wewak. HEX triplet: F2, 86 and 8C. RGB value is (242,134,140). Sum of RGB (Red+Green+Blue) = 242+134+140=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2868C is #0D7973. Grayscale: #A7A7A7. Windows color (decimal): -883060 or 9209586. OLE color: 9209586.
HSL color Cylindrical-coordinate representation of color #F2868C: hue angle of 356.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2868C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 140 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.05 |
| HSL | 356.67º | 0.81% | 0.74% | - |
| HSV(B) | 356.67º | 0.45% | 0.95% | - |
| XYZ | 49.88 | 37.82 | 29.48 | - |
| YUV | 166.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 140 | 0 | 0.45 | 0.42 | 0.05 | 356.67 | 0.81 | 0.74 |
| Hex | F2 | 86 | 8C | 0 | 2D | 2A | 5 | 165 | 51 | 4A |
| Octal | 362 | 206 | 214 | 0 | 55 | 52 | 5 | 545 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10001100 | 0 | 101101 | 101010 | 101 | 101100101 | 1010001 | 1001010 |
Color Harmonies of #F2868C
Complementary color
Monochromatic Colors of #F2868C
Black with #F2868C
Text Example
Text Example
White with #F2868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2868C; }
p { color: rgb(242,134,140); }
H1.HeaderClassName
{
color: #F2868C;
}
.AnyTagClassName
{
color: #F2868C;
}
</style>
background-color css
<style>
a { background-color: #F2868C; }
a { background-color: rgb(242,134,140); }
div.DivClassName
{
background-color: #F2868C;
}
.BgClassName
{
background-color: #F2868C;
}
</style>
border-color css
<style>
span { border-color: #F2868C; }
span { border-color: rgb(242,134,140); }
td.TdClassName
{
border-color: #F2868C;
}
.TagClassName
{
border-color: #F2868C;
}
</style>