Shades of Wewak #FF9D9F
Tints of Wewak #FF9D9F
RGB
CMYK
RGB Variations
Color information
#FF9D9F (or 0xFF9D9F) is known color: Wewak. HEX triplet: FF, 9D and 9F. RGB value is (255,157,159). Sum of RGB (Red+Green+Blue) = 255+157+159=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D9F is #006260. Grayscale: #BABABA. Windows color (decimal): -25185 or 10460671. OLE color: 10460671.
HSL color Cylindrical-coordinate representation of color #FF9D9F: hue angle of 358.78º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9D9F is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 159 | - |
| CMYK | 0 | 0.38 | 0.38 | 0 |
| HSL | 358.78º | 1% | 0.81% | - |
| HSV(B) | 358.78º | 0.38% | 1% | - |
| XYZ | 59.55 | 47.88 | 38.9 | - |
| YUV | 186.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 159 | 0 | 0.38 | 0.38 | 0 | 358.78 | 1 | 0.81 |
| Hex | FF | 9D | 9F | 0 | 26 | 26 | 0 | 167 | 64 | 51 |
| Octal | 377 | 235 | 237 | 0 | 46 | 46 | 0 | 547 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10011111 | 0 | 100110 | 100110 | 0 | 101100111 | 1100100 | 1010001 |
Color Harmonies of #FF9D9F
Complementary color
Monochromatic Colors of #FF9D9F
Black with #FF9D9F
Text Example
Text Example
White with #FF9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D9F; }
p { color: rgb(255,157,159); }
H1.HeaderClassName
{
color: #FF9D9F;
}
.AnyTagClassName
{
color: #FF9D9F;
}
</style>
background-color css
<style>
a { background-color: #FF9D9F; }
a { background-color: rgb(255,157,159); }
div.DivClassName
{
background-color: #FF9D9F;
}
.BgClassName
{
background-color: #FF9D9F;
}
</style>
border-color css
<style>
span { border-color: #FF9D9F; }
span { border-color: rgb(255,157,159); }
td.TdClassName
{
border-color: #FF9D9F;
}
.TagClassName
{
border-color: #FF9D9F;
}
</style>