Shades of Wewak #F4858D
Tints of Wewak #F4858D
RGB
CMYK
RGB Variations
Color information
#F4858D (or 0xF4858D) is known color: Wewak. HEX triplet: F4, 85 and 8D. RGB value is (244,133,141). Sum of RGB (Red+Green+Blue) = 244+133+141=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4858D is #0B7A72. Grayscale: #A7A7A7. Windows color (decimal): -752243 or 9274868. OLE color: 9274868.
HSL color Cylindrical-coordinate representation of color #F4858D: hue angle of 355.68º 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 #F4858D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 141 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.04 |
| HSL | 355.68º | 0.83% | 0.74% | - |
| HSV(B) | 355.68º | 0.45% | 0.96% | - |
| XYZ | 50.5 | 37.93 | 29.86 | - |
| YUV | 167.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 141 | 0 | 0.45 | 0.42 | 0.04 | 355.68 | 0.83 | 0.74 |
| Hex | F4 | 85 | 8D | 0 | 2D | 2A | 4 | 164 | 53 | 4A |
| Octal | 364 | 205 | 215 | 0 | 55 | 52 | 4 | 544 | 123 | 112 |
| Binary | 11110100 | 10000101 | 10001101 | 0 | 101101 | 101010 | 100 | 101100100 | 1010011 | 1001010 |
Color Harmonies of #F4858D
Complementary color
Monochromatic Colors of #F4858D
Black with #F4858D
Text Example
Text Example
White with #F4858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4858D; }
p { color: rgb(244,133,141); }
H1.HeaderClassName
{
color: #F4858D;
}
.AnyTagClassName
{
color: #F4858D;
}
</style>
background-color css
<style>
a { background-color: #F4858D; }
a { background-color: rgb(244,133,141); }
div.DivClassName
{
background-color: #F4858D;
}
.BgClassName
{
background-color: #F4858D;
}
</style>
border-color css
<style>
span { border-color: #F4858D; }
span { border-color: rgb(244,133,141); }
td.TdClassName
{
border-color: #F4858D;
}
.TagClassName
{
border-color: #F4858D;
}
</style>