Shades of Wewak #FF8591
Tints of Wewak #FF8591
RGB
CMYK
RGB Variations
Color information
#FF8591 (or 0xFF8591) is known color: Wewak. HEX triplet: FF, 85 and 91. RGB value is (255,133,145). Sum of RGB (Red+Green+Blue) = 255+133+145=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8591 is #007A6E. Grayscale: #AAAAAA. Windows color (decimal): -31343 or 9537023. OLE color: 9537023.
HSL color Cylindrical-coordinate representation of color #FF8591: hue angle of 354.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF8591 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 145 | - |
| CMYK | 0 | 0.48 | 0.43 | 0 |
| HSL | 354.1º | 1% | 0.76% | - |
| HSV(B) | 354.1º | 0.48% | 1% | - |
| XYZ | 54.74 | 40.08 | 31.64 | - |
| YUV | 170.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 145 | 0 | 0.48 | 0.43 | 0 | 354.1 | 1 | 0.76 |
| Hex | FF | 85 | 91 | 0 | 30 | 2B | 0 | 162 | 64 | 4C |
| Octal | 377 | 205 | 221 | 0 | 60 | 53 | 0 | 542 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10010001 | 0 | 110000 | 101011 | 0 | 101100010 | 1100100 | 1001100 |
Color Harmonies of #FF8591
Complementary color
Monochromatic Colors of #FF8591
Black with #FF8591
Text Example
Text Example
White with #FF8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8591; }
p { color: rgb(255,133,145); }
H1.HeaderClassName
{
color: #FF8591;
}
.AnyTagClassName
{
color: #FF8591;
}
</style>
background-color css
<style>
a { background-color: #FF8591; }
a { background-color: rgb(255,133,145); }
div.DivClassName
{
background-color: #FF8591;
}
.BgClassName
{
background-color: #FF8591;
}
</style>
border-color css
<style>
span { border-color: #FF8591; }
span { border-color: rgb(255,133,145); }
td.TdClassName
{
border-color: #FF8591;
}
.TagClassName
{
border-color: #FF8591;
}
</style>