Shades of Wewak #F9939D
Tints of Wewak #F9939D
RGB
CMYK
RGB Variations
Color information
#F9939D (or 0xF9939D) is known color: Wewak. HEX triplet: F9, 93 and 9D. RGB value is (249,147,157). Sum of RGB (Red+Green+Blue) = 249+147+157=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9939D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9939D is #066C62. Grayscale: #B2B2B2. Windows color (decimal): -420963 or 10327033. OLE color: 10327033.
HSL color Cylindrical-coordinate representation of color #F9939D: hue angle of 354.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9939D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 157 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.02 |
| HSL | 354.12º | 0.89% | 0.78% | - |
| HSV(B) | 354.12º | 0.41% | 0.98% | - |
| XYZ | 55.59 | 43.44 | 37.35 | - |
| YUV | 178.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 157 | 0 | 0.41 | 0.37 | 0.02 | 354.12 | 0.89 | 0.78 |
| Hex | F9 | 93 | 9D | 0 | 29 | 25 | 2 | 162 | 59 | 4E |
| Octal | 371 | 223 | 235 | 0 | 51 | 45 | 2 | 542 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10011101 | 0 | 101001 | 100101 | 10 | 101100010 | 1011001 | 1001110 |
Color Harmonies of #F9939D
Complementary color
Monochromatic Colors of #F9939D
Black with #F9939D
Text Example
Text Example
White with #F9939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9939D; }
p { color: rgb(249,147,157); }
H1.HeaderClassName
{
color: #F9939D;
}
.AnyTagClassName
{
color: #F9939D;
}
</style>
background-color css
<style>
a { background-color: #F9939D; }
a { background-color: rgb(249,147,157); }
div.DivClassName
{
background-color: #F9939D;
}
.BgClassName
{
background-color: #F9939D;
}
</style>
border-color css
<style>
span { border-color: #F9939D; }
span { border-color: rgb(249,147,157); }
td.TdClassName
{
border-color: #F9939D;
}
.TagClassName
{
border-color: #F9939D;
}
</style>