Shades of Wewak #F992A0
Tints of Wewak #F992A0
RGB
CMYK
RGB Variations
Color information
#F992A0 (or 0xF992A0) is known color: Wewak. HEX triplet: F9, 92 and A0. RGB value is (249,146,160). Sum of RGB (Red+Green+Blue) = 249+146+160=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F992A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992A0 is #066D5F. Grayscale: #B2B2B2. Windows color (decimal): -421216 or 10523385. OLE color: 10523385.
HSL color Cylindrical-coordinate representation of color #F992A0: hue angle of 351.84º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992A0 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 160 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.02 |
| HSL | 351.84º | 0.9% | 0.77% | - |
| HSV(B) | 351.84º | 0.41% | 0.98% | - |
| XYZ | 55.69 | 43.24 | 38.67 | - |
| YUV | 178.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 160 | 0 | 0.41 | 0.36 | 0.02 | 351.84 | 0.9 | 0.77 |
| Hex | F9 | 92 | A0 | 0 | 29 | 24 | 2 | 160 | 5A | 4D |
| Octal | 371 | 222 | 240 | 0 | 51 | 44 | 2 | 540 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10100000 | 0 | 101001 | 100100 | 10 | 101100000 | 1011010 | 1001101 |
Color Harmonies of #F992A0
Complementary color
Monochromatic Colors of #F992A0
Black with #F992A0
Text Example
Text Example
White with #F992A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992A0; }
p { color: rgb(249,146,160); }
H1.HeaderClassName
{
color: #F992A0;
}
.AnyTagClassName
{
color: #F992A0;
}
</style>
background-color css
<style>
a { background-color: #F992A0; }
a { background-color: rgb(249,146,160); }
div.DivClassName
{
background-color: #F992A0;
}
.BgClassName
{
background-color: #F992A0;
}
</style>
border-color css
<style>
span { border-color: #F992A0; }
span { border-color: rgb(249,146,160); }
td.TdClassName
{
border-color: #F992A0;
}
.TagClassName
{
border-color: #F992A0;
}
</style>