Shades of Wewak #F9909D
Tints of Wewak #F9909D
RGB
CMYK
RGB Variations
Color information
#F9909D (or 0xF9909D) is known color: Wewak. HEX triplet: F9, 90 and 9D. RGB value is (249,144,157). Sum of RGB (Red+Green+Blue) = 249+144+157=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9909D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9909D is #066F62. Grayscale: #B0B0B0. Windows color (decimal): -421731 or 10326265. OLE color: 10326265.
HSL color Cylindrical-coordinate representation of color #F9909D: hue angle of 352.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9909D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 157 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.02 |
| HSL | 352.57º | 0.9% | 0.77% | - |
| HSV(B) | 352.57º | 0.42% | 0.98% | - |
| XYZ | 55.13 | 42.52 | 37.2 | - |
| YUV | 176.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 157 | 0 | 0.42 | 0.37 | 0.02 | 352.57 | 0.9 | 0.77 |
| Hex | F9 | 90 | 9D | 0 | 2A | 25 | 2 | 161 | 5A | 4D |
| Octal | 371 | 220 | 235 | 0 | 52 | 45 | 2 | 541 | 132 | 115 |
| Binary | 11111001 | 10010000 | 10011101 | 0 | 101010 | 100101 | 10 | 101100001 | 1011010 | 1001101 |
Color Harmonies of #F9909D
Complementary color
Monochromatic Colors of #F9909D
Black with #F9909D
Text Example
Text Example
White with #F9909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9909D; }
p { color: rgb(249,144,157); }
H1.HeaderClassName
{
color: #F9909D;
}
.AnyTagClassName
{
color: #F9909D;
}
</style>
background-color css
<style>
a { background-color: #F9909D; }
a { background-color: rgb(249,144,157); }
div.DivClassName
{
background-color: #F9909D;
}
.BgClassName
{
background-color: #F9909D;
}
</style>
border-color css
<style>
span { border-color: #F9909D; }
span { border-color: rgb(249,144,157); }
td.TdClassName
{
border-color: #F9909D;
}
.TagClassName
{
border-color: #F9909D;
}
</style>