Shades of Wewak #FF9FA7
Tints of Wewak #FF9FA7
RGB
CMYK
RGB Variations
Color information
#FF9FA7 (or 0xFF9FA7) is known color: Wewak. HEX triplet: FF, 9F and A7. RGB value is (255,159,167). Sum of RGB (Red+Green+Blue) = 255+159+167=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FA7 is #006058. Grayscale: #BCBCBC. Windows color (decimal): -24665 or 10985471. OLE color: 10985471.
HSL color Cylindrical-coordinate representation of color #FF9FA7: hue angle of 355º 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 #FF9FA7 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 167 | - |
| CMYK | 0 | 0.38 | 0.35 | 0 |
| HSL | 355º | 1% | 0.81% | - |
| HSV(B) | 355º | 0.38% | 1% | - |
| XYZ | 60.61 | 48.85 | 42.79 | - |
| YUV | 188.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 167 | 0 | 0.38 | 0.35 | 0 | 355 | 1 | 0.81 |
| Hex | FF | 9F | A7 | 0 | 26 | 23 | 0 | 163 | 64 | 51 |
| Octal | 377 | 237 | 247 | 0 | 46 | 43 | 0 | 543 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10100111 | 0 | 100110 | 100011 | 0 | 101100011 | 1100100 | 1010001 |
Color Harmonies of #FF9FA7
Complementary color
Monochromatic Colors of #FF9FA7
Black with #FF9FA7
Text Example
Text Example
White with #FF9FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FA7; }
p { color: rgb(255,159,167); }
H1.HeaderClassName
{
color: #FF9FA7;
}
.AnyTagClassName
{
color: #FF9FA7;
}
</style>
background-color css
<style>
a { background-color: #FF9FA7; }
a { background-color: rgb(255,159,167); }
div.DivClassName
{
background-color: #FF9FA7;
}
.BgClassName
{
background-color: #FF9FA7;
}
</style>
border-color css
<style>
span { border-color: #FF9FA7; }
span { border-color: rgb(255,159,167); }
td.TdClassName
{
border-color: #FF9FA7;
}
.TagClassName
{
border-color: #FF9FA7;
}
</style>