Shades of Wewak #FF9FA0
Tints of Wewak #FF9FA0
RGB
CMYK
RGB Variations
Color information
#FF9FA0 (or 0xFF9FA0) is known color: Wewak. HEX triplet: FF, 9F and A0. RGB value is (255,159,160). Sum of RGB (Red+Green+Blue) = 255+159+160=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FA0 is #00605F. Grayscale: #BBBBBB. Windows color (decimal): -24672 or 10526719. OLE color: 10526719.
HSL color Cylindrical-coordinate representation of color #FF9FA0: hue angle of 359.38º 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 #FF9FA0 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 160 | - |
| CMYK | 0 | 0.38 | 0.37 | 0 |
| HSL | 359.38º | 1% | 0.81% | - |
| HSV(B) | 359.38º | 0.38% | 1% | - |
| XYZ | 59.98 | 48.59 | 39.48 | - |
| YUV | 187.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 160 | 0 | 0.38 | 0.37 | 0 | 359.38 | 1 | 0.81 |
| Hex | FF | 9F | A0 | 0 | 26 | 25 | 0 | 167 | 64 | 51 |
| Octal | 377 | 237 | 240 | 0 | 46 | 45 | 0 | 547 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10100000 | 0 | 100110 | 100101 | 0 | 101100111 | 1100100 | 1010001 |
Color Harmonies of #FF9FA0
Complementary color
Monochromatic Colors of #FF9FA0
Black with #FF9FA0
Text Example
Text Example
White with #FF9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FA0; }
p { color: rgb(255,159,160); }
H1.HeaderClassName
{
color: #FF9FA0;
}
.AnyTagClassName
{
color: #FF9FA0;
}
</style>
background-color css
<style>
a { background-color: #FF9FA0; }
a { background-color: rgb(255,159,160); }
div.DivClassName
{
background-color: #FF9FA0;
}
.BgClassName
{
background-color: #FF9FA0;
}
</style>
border-color css
<style>
span { border-color: #FF9FA0; }
span { border-color: rgb(255,159,160); }
td.TdClassName
{
border-color: #FF9FA0;
}
.TagClassName
{
border-color: #FF9FA0;
}
</style>