Shades of Wewak #FF979D
Tints of Wewak #FF979D
RGB
CMYK
RGB Variations
Color information
#FF979D (or 0xFF979D) is known color: Wewak. HEX triplet: FF, 97 and 9D. RGB value is (255,151,157). Sum of RGB (Red+Green+Blue) = 255+151+157=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF979D is #006862. Grayscale: #B6B6B6. Windows color (decimal): -26723 or 10328063. OLE color: 10328063.
HSL color Cylindrical-coordinate representation of color #FF979D: hue angle of 356.54º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF979D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 157 | - |
| CMYK | 0 | 0.41 | 0.38 | 0 |
| HSL | 356.54º | 1% | 0.8% | - |
| HSV(B) | 356.54º | 0.41% | 1% | - |
| XYZ | 58.39 | 45.83 | 37.67 | - |
| YUV | 182.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 157 | 0 | 0.41 | 0.38 | 0 | 356.54 | 1 | 0.8 |
| Hex | FF | 97 | 9D | 0 | 29 | 26 | 0 | 165 | 64 | 50 |
| Octal | 377 | 227 | 235 | 0 | 51 | 46 | 0 | 545 | 144 | 120 |
| Binary | 11111111 | 10010111 | 10011101 | 0 | 101001 | 100110 | 0 | 101100101 | 1100100 | 1010000 |
Color Harmonies of #FF979D
Complementary color
Monochromatic Colors of #FF979D
Black with #FF979D
Text Example
Text Example
White with #FF979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF979D; }
p { color: rgb(255,151,157); }
H1.HeaderClassName
{
color: #FF979D;
}
.AnyTagClassName
{
color: #FF979D;
}
</style>
background-color css
<style>
a { background-color: #FF979D; }
a { background-color: rgb(255,151,157); }
div.DivClassName
{
background-color: #FF979D;
}
.BgClassName
{
background-color: #FF979D;
}
</style>
border-color css
<style>
span { border-color: #FF979D; }
span { border-color: rgb(255,151,157); }
td.TdClassName
{
border-color: #FF979D;
}
.TagClassName
{
border-color: #FF979D;
}
</style>