Shades of Wewak #F4858B
Tints of Wewak #F4858B
RGB
CMYK
RGB Variations
Color information
#F4858B (or 0xF4858B) is known color: Wewak. HEX triplet: F4, 85 and 8B. RGB value is (244,133,139). Sum of RGB (Red+Green+Blue) = 244+133+139=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4858B is #0B7A74. Grayscale: #A6A6A6. Windows color (decimal): -752245 or 9143796. OLE color: 9143796.
HSL color Cylindrical-coordinate representation of color #F4858B: hue angle of 356.76º 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 #F4858B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 139 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.04 |
| HSL | 356.76º | 0.83% | 0.74% | - |
| HSV(B) | 356.76º | 0.45% | 0.96% | - |
| XYZ | 50.36 | 37.87 | 29.08 | - |
| YUV | 166.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 139 | 0 | 0.45 | 0.43 | 0.04 | 356.76 | 0.83 | 0.74 |
| Hex | F4 | 85 | 8B | 0 | 2D | 2B | 4 | 165 | 53 | 4A |
| Octal | 364 | 205 | 213 | 0 | 55 | 53 | 4 | 545 | 123 | 112 |
| Binary | 11110100 | 10000101 | 10001011 | 0 | 101101 | 101011 | 100 | 101100101 | 1010011 | 1001010 |
Color Harmonies of #F4858B
Complementary color
Monochromatic Colors of #F4858B
Black with #F4858B
Text Example
Text Example
White with #F4858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4858B; }
p { color: rgb(244,133,139); }
H1.HeaderClassName
{
color: #F4858B;
}
.AnyTagClassName
{
color: #F4858B;
}
</style>
background-color css
<style>
a { background-color: #F4858B; }
a { background-color: rgb(244,133,139); }
div.DivClassName
{
background-color: #F4858B;
}
.BgClassName
{
background-color: #F4858B;
}
</style>
border-color css
<style>
span { border-color: #F4858B; }
span { border-color: rgb(244,133,139); }
td.TdClassName
{
border-color: #F4858B;
}
.TagClassName
{
border-color: #F4858B;
}
</style>