Shades of Wewak #F592A1
Tints of Wewak #F592A1
RGB
CMYK
RGB Variations
Color information
#F592A1 (or 0xF592A1) is known color: Wewak. HEX triplet: F5, 92 and A1. RGB value is (245,146,161). Sum of RGB (Red+Green+Blue) = 245+146+161=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F592A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F592A1 is #0A6D5E. Grayscale: #B1B1B1. Windows color (decimal): -683359 or 10588917. OLE color: 10588917.
HSL color Cylindrical-coordinate representation of color #F592A1: hue angle of 350.91º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592A1 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 161 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.04 |
| HSL | 350.91º | 0.83% | 0.77% | - |
| HSV(B) | 350.91º | 0.4% | 0.96% | - |
| XYZ | 54.37 | 42.54 | 39.06 | - |
| YUV | 177.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 161 | 0 | 0.40 | 0.34 | 0.04 | 350.91 | 0.83 | 0.77 |
| Hex | F5 | 92 | A1 | 0 | 28 | 22 | 4 | 15F | 53 | 4D |
| Octal | 365 | 222 | 241 | 0 | 50 | 42 | 4 | 537 | 123 | 115 |
| Binary | 11110101 | 10010010 | 10100001 | 0 | 101000 | 100010 | 100 | 101011111 | 1010011 | 1001101 |
Color Harmonies of #F592A1
Complementary color
Monochromatic Colors of #F592A1
Black with #F592A1
Text Example
Text Example
White with #F592A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592A1; }
p { color: rgb(245,146,161); }
H1.HeaderClassName
{
color: #F592A1;
}
.AnyTagClassName
{
color: #F592A1;
}
</style>
background-color css
<style>
a { background-color: #F592A1; }
a { background-color: rgb(245,146,161); }
div.DivClassName
{
background-color: #F592A1;
}
.BgClassName
{
background-color: #F592A1;
}
</style>
border-color css
<style>
span { border-color: #F592A1; }
span { border-color: rgb(245,146,161); }
td.TdClassName
{
border-color: #F592A1;
}
.TagClassName
{
border-color: #F592A1;
}
</style>