Shades of Wewak #F7848D
Tints of Wewak #F7848D
RGB
CMYK
RGB Variations
Color information
#F7848D (or 0xF7848D) is known color: Wewak. HEX triplet: F7, 84 and 8D. RGB value is (247,132,141). Sum of RGB (Red+Green+Blue) = 247+132+141=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7848D is #087B72. Grayscale: #A7A7A7. Windows color (decimal): -555891 or 9274615. OLE color: 9274615.
HSL color Cylindrical-coordinate representation of color #F7848D: hue angle of 355.3º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7848D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 141 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.03 |
| HSL | 355.3º | 0.88% | 0.74% | - |
| HSV(B) | 355.3º | 0.47% | 0.97% | - |
| XYZ | 51.42 | 38.2 | 29.86 | - |
| YUV | 167.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 141 | 0 | 0.47 | 0.43 | 0.03 | 355.3 | 0.88 | 0.74 |
| Hex | F7 | 84 | 8D | 0 | 2F | 2B | 3 | 163 | 58 | 4A |
| Octal | 367 | 204 | 215 | 0 | 57 | 53 | 3 | 543 | 130 | 112 |
| Binary | 11110111 | 10000100 | 10001101 | 0 | 101111 | 101011 | 11 | 101100011 | 1011000 | 1001010 |
Color Harmonies of #F7848D
Complementary color
Monochromatic Colors of #F7848D
Black with #F7848D
Text Example
Text Example
White with #F7848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7848D; }
p { color: rgb(247,132,141); }
H1.HeaderClassName
{
color: #F7848D;
}
.AnyTagClassName
{
color: #F7848D;
}
</style>
background-color css
<style>
a { background-color: #F7848D; }
a { background-color: rgb(247,132,141); }
div.DivClassName
{
background-color: #F7848D;
}
.BgClassName
{
background-color: #F7848D;
}
</style>
border-color css
<style>
span { border-color: #F7848D; }
span { border-color: rgb(247,132,141); }
td.TdClassName
{
border-color: #F7848D;
}
.TagClassName
{
border-color: #F7848D;
}
</style>