Shades of Wewak #FF97A0
Tints of Wewak #FF97A0
RGB
CMYK
RGB Variations
Color information
#FF97A0 (or 0xFF97A0) is known color: Wewak. HEX triplet: FF, 97 and A0. RGB value is (255,151,160). Sum of RGB (Red+Green+Blue) = 255+151+160=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF97A0 is #00685F. Grayscale: #B7B7B7. Windows color (decimal): -26720 or 10524671. OLE color: 10524671.
HSL color Cylindrical-coordinate representation of color #FF97A0: hue angle of 354.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97A0 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 160 | - |
| CMYK | 0 | 0.41 | 0.37 | 0 |
| HSL | 354.81º | 1% | 0.8% | - |
| HSV(B) | 354.81º | 0.41% | 1% | - |
| XYZ | 58.65 | 45.93 | 39.03 | - |
| YUV | 183.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 160 | 0 | 0.41 | 0.37 | 0 | 354.81 | 1 | 0.8 |
| Hex | FF | 97 | A0 | 0 | 29 | 25 | 0 | 163 | 64 | 50 |
| Octal | 377 | 227 | 240 | 0 | 51 | 45 | 0 | 543 | 144 | 120 |
| Binary | 11111111 | 10010111 | 10100000 | 0 | 101001 | 100101 | 0 | 101100011 | 1100100 | 1010000 |
Color Harmonies of #FF97A0
Complementary color
Monochromatic Colors of #FF97A0
Black with #FF97A0
Text Example
Text Example
White with #FF97A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97A0; }
p { color: rgb(255,151,160); }
H1.HeaderClassName
{
color: #FF97A0;
}
.AnyTagClassName
{
color: #FF97A0;
}
</style>
background-color css
<style>
a { background-color: #FF97A0; }
a { background-color: rgb(255,151,160); }
div.DivClassName
{
background-color: #FF97A0;
}
.BgClassName
{
background-color: #FF97A0;
}
</style>
border-color css
<style>
span { border-color: #FF97A0; }
span { border-color: rgb(255,151,160); }
td.TdClassName
{
border-color: #FF97A0;
}
.TagClassName
{
border-color: #FF97A0;
}
</style>