Shades of Wewak #FF9FA5
Tints of Wewak #FF9FA5
RGB
CMYK
RGB Variations
Color information
#FF9FA5 (or 0xFF9FA5) is known color: Wewak. HEX triplet: FF, 9F and A5. RGB value is (255,159,165). Sum of RGB (Red+Green+Blue) = 255+159+165=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FA5 is #00605A. Grayscale: #BCBCBC. Windows color (decimal): -24667 or 10854399. OLE color: 10854399.
HSL color Cylindrical-coordinate representation of color #FF9FA5: hue angle of 356.25º 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 #FF9FA5 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 165 | - |
| CMYK | 0 | 0.38 | 0.35 | 0 |
| HSL | 356.25º | 1% | 0.81% | - |
| HSV(B) | 356.25º | 0.38% | 1% | - |
| XYZ | 60.43 | 48.77 | 41.83 | - |
| YUV | 188.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 165 | 0 | 0.38 | 0.35 | 0 | 356.25 | 1 | 0.81 |
| Hex | FF | 9F | A5 | 0 | 26 | 23 | 0 | 164 | 64 | 51 |
| Octal | 377 | 237 | 245 | 0 | 46 | 43 | 0 | 544 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10100101 | 0 | 100110 | 100011 | 0 | 101100100 | 1100100 | 1010001 |
Color Harmonies of #FF9FA5
Complementary color
Monochromatic Colors of #FF9FA5
Black with #FF9FA5
Text Example
Text Example
White with #FF9FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FA5; }
p { color: rgb(255,159,165); }
H1.HeaderClassName
{
color: #FF9FA5;
}
.AnyTagClassName
{
color: #FF9FA5;
}
</style>
background-color css
<style>
a { background-color: #FF9FA5; }
a { background-color: rgb(255,159,165); }
div.DivClassName
{
background-color: #FF9FA5;
}
.BgClassName
{
background-color: #FF9FA5;
}
</style>
border-color css
<style>
span { border-color: #FF9FA5; }
span { border-color: rgb(255,159,165); }
td.TdClassName
{
border-color: #FF9FA5;
}
.TagClassName
{
border-color: #FF9FA5;
}
</style>