Shades of Wewak #F9979D
Tints of Wewak #F9979D
RGB
CMYK
RGB Variations
Color information
#F9979D (or 0xF9979D) is known color: Wewak. HEX triplet: F9, 97 and 9D. RGB value is (249,151,157). Sum of RGB (Red+Green+Blue) = 249+151+157=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9979D is #066862. Grayscale: #B5B5B5. Windows color (decimal): -419939 or 10328057. OLE color: 10328057.
HSL color Cylindrical-coordinate representation of color #F9979D: hue angle of 356.33º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9979D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 157 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.02 |
| HSL | 356.33º | 0.89% | 0.78% | - |
| HSV(B) | 356.33º | 0.39% | 0.98% | - |
| XYZ | 56.22 | 44.71 | 37.56 | - |
| YUV | 180.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 157 | 0 | 0.39 | 0.37 | 0.02 | 356.33 | 0.89 | 0.78 |
| Hex | F9 | 97 | 9D | 0 | 27 | 25 | 2 | 164 | 59 | 4E |
| Octal | 371 | 227 | 235 | 0 | 47 | 45 | 2 | 544 | 131 | 116 |
| Binary | 11111001 | 10010111 | 10011101 | 0 | 100111 | 100101 | 10 | 101100100 | 1011001 | 1001110 |
Color Harmonies of #F9979D
Complementary color
Monochromatic Colors of #F9979D
Black with #F9979D
Text Example
Text Example
White with #F9979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9979D; }
p { color: rgb(249,151,157); }
H1.HeaderClassName
{
color: #F9979D;
}
.AnyTagClassName
{
color: #F9979D;
}
</style>
background-color css
<style>
a { background-color: #F9979D; }
a { background-color: rgb(249,151,157); }
div.DivClassName
{
background-color: #F9979D;
}
.BgClassName
{
background-color: #F9979D;
}
</style>
border-color css
<style>
span { border-color: #F9979D; }
span { border-color: rgb(249,151,157); }
td.TdClassName
{
border-color: #F9979D;
}
.TagClassName
{
border-color: #F9979D;
}
</style>