Shades of Wewak #FF8A97
Tints of Wewak #FF8A97
RGB
CMYK
RGB Variations
Color information
#FF8A97 (or 0xFF8A97) is known color: Wewak. HEX triplet: FF, 8A and 97. RGB value is (255,138,151). Sum of RGB (Red+Green+Blue) = 255+138+151=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8A97 is #007568. Grayscale: #AEAEAE. Windows color (decimal): -30057 or 9931519. OLE color: 9931519.
HSL color Cylindrical-coordinate representation of color #FF8A97: hue angle of 353.33º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8A97 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 151 | - |
| CMYK | 0 | 0.46 | 0.41 | 0 |
| HSL | 353.33º | 1% | 0.77% | - |
| HSV(B) | 353.33º | 0.46% | 1% | - |
| XYZ | 55.91 | 41.67 | 34.37 | - |
| YUV | 174.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 151 | 0 | 0.46 | 0.41 | 0 | 353.33 | 1 | 0.77 |
| Hex | FF | 8A | 97 | 0 | 2E | 29 | 0 | 161 | 64 | 4D |
| Octal | 377 | 212 | 227 | 0 | 56 | 51 | 0 | 541 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10010111 | 0 | 101110 | 101001 | 0 | 101100001 | 1100100 | 1001101 |
Color Harmonies of #FF8A97
Complementary color
Monochromatic Colors of #FF8A97
Black with #FF8A97
Text Example
Text Example
White with #FF8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A97; }
p { color: rgb(255,138,151); }
H1.HeaderClassName
{
color: #FF8A97;
}
.AnyTagClassName
{
color: #FF8A97;
}
</style>
background-color css
<style>
a { background-color: #FF8A97; }
a { background-color: rgb(255,138,151); }
div.DivClassName
{
background-color: #FF8A97;
}
.BgClassName
{
background-color: #FF8A97;
}
</style>
border-color css
<style>
span { border-color: #FF8A97; }
span { border-color: rgb(255,138,151); }
td.TdClassName
{
border-color: #FF8A97;
}
.TagClassName
{
border-color: #FF8A97;
}
</style>