Shades of Wewak #F492A1
Tints of Wewak #F492A1
RGB
CMYK
RGB Variations
Color information
#F492A1 (or 0xF492A1) is known color: Wewak. HEX triplet: F4, 92 and A1. RGB value is (244,146,161). Sum of RGB (Red+Green+Blue) = 244+146+161=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F492A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F492A1 is #0B6D5E. Grayscale: #B1B1B1. Windows color (decimal): -748895 or 10588916. OLE color: 10588916.
HSL color Cylindrical-coordinate representation of color #F492A1: hue angle of 350.82º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492A1 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 161 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.04 |
| HSL | 350.82º | 0.82% | 0.76% | - |
| HSV(B) | 350.82º | 0.4% | 0.96% | - |
| XYZ | 54.02 | 42.36 | 39.05 | - |
| YUV | 177.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 161 | 0 | 0.40 | 0.34 | 0.04 | 350.82 | 0.82 | 0.76 |
| Hex | F4 | 92 | A1 | 0 | 28 | 22 | 4 | 15F | 52 | 4C |
| Octal | 364 | 222 | 241 | 0 | 50 | 42 | 4 | 537 | 122 | 114 |
| Binary | 11110100 | 10010010 | 10100001 | 0 | 101000 | 100010 | 100 | 101011111 | 1010010 | 1001100 |
Color Harmonies of #F492A1
Complementary color
Monochromatic Colors of #F492A1
Black with #F492A1
Text Example
Text Example
White with #F492A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492A1; }
p { color: rgb(244,146,161); }
H1.HeaderClassName
{
color: #F492A1;
}
.AnyTagClassName
{
color: #F492A1;
}
</style>
background-color css
<style>
a { background-color: #F492A1; }
a { background-color: rgb(244,146,161); }
div.DivClassName
{
background-color: #F492A1;
}
.BgClassName
{
background-color: #F492A1;
}
</style>
border-color css
<style>
span { border-color: #F492A1; }
span { border-color: rgb(244,146,161); }
td.TdClassName
{
border-color: #F492A1;
}
.TagClassName
{
border-color: #F492A1;
}
</style>