Shades of Wewak #F4868D
Tints of Wewak #F4868D
RGB
CMYK
RGB Variations
Color information
#F4868D (or 0xF4868D) is known color: Wewak. HEX triplet: F4, 86 and 8D. RGB value is (244,134,141). Sum of RGB (Red+Green+Blue) = 244+134+141=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4868D is #0B7972. Grayscale: #A7A7A7. Windows color (decimal): -751987 or 9275124. OLE color: 9275124.
HSL color Cylindrical-coordinate representation of color #F4868D: hue angle of 356.18º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4868D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 141 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.04 |
| HSL | 356.18º | 0.83% | 0.74% | - |
| HSV(B) | 356.18º | 0.45% | 0.96% | - |
| XYZ | 50.64 | 38.21 | 29.9 | - |
| YUV | 167.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 141 | 0 | 0.45 | 0.42 | 0.04 | 356.18 | 0.83 | 0.74 |
| Hex | F4 | 86 | 8D | 0 | 2D | 2A | 4 | 164 | 53 | 4A |
| Octal | 364 | 206 | 215 | 0 | 55 | 52 | 4 | 544 | 123 | 112 |
| Binary | 11110100 | 10000110 | 10001101 | 0 | 101101 | 101010 | 100 | 101100100 | 1010011 | 1001010 |
Color Harmonies of #F4868D
Complementary color
Monochromatic Colors of #F4868D
Black with #F4868D
Text Example
Text Example
White with #F4868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4868D; }
p { color: rgb(244,134,141); }
H1.HeaderClassName
{
color: #F4868D;
}
.AnyTagClassName
{
color: #F4868D;
}
</style>
background-color css
<style>
a { background-color: #F4868D; }
a { background-color: rgb(244,134,141); }
div.DivClassName
{
background-color: #F4868D;
}
.BgClassName
{
background-color: #F4868D;
}
</style>
border-color css
<style>
span { border-color: #F4868D; }
span { border-color: rgb(244,134,141); }
td.TdClassName
{
border-color: #F4868D;
}
.TagClassName
{
border-color: #F4868D;
}
</style>