Shades of Wewak #F994A0
Tints of Wewak #F994A0
RGB
CMYK
RGB Variations
Color information
#F994A0 (or 0xF994A0) is known color: Wewak. HEX triplet: F9, 94 and A0. RGB value is (249,148,160). Sum of RGB (Red+Green+Blue) = 249+148+160=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F994A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994A0 is #066B5F. Grayscale: #B3B3B3. Windows color (decimal): -420704 or 10523897. OLE color: 10523897.
HSL color Cylindrical-coordinate representation of color #F994A0: hue angle of 352.87º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994A0 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 160 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.02 |
| HSL | 352.87º | 0.89% | 0.78% | - |
| HSV(B) | 352.87º | 0.41% | 0.98% | - |
| XYZ | 56 | 43.86 | 38.77 | - |
| YUV | 179.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 160 | 0 | 0.41 | 0.36 | 0.02 | 352.87 | 0.89 | 0.78 |
| Hex | F9 | 94 | A0 | 0 | 29 | 24 | 2 | 161 | 59 | 4E |
| Octal | 371 | 224 | 240 | 0 | 51 | 44 | 2 | 541 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10100000 | 0 | 101001 | 100100 | 10 | 101100001 | 1011001 | 1001110 |
Color Harmonies of #F994A0
Complementary color
Monochromatic Colors of #F994A0
Black with #F994A0
Text Example
Text Example
White with #F994A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994A0; }
p { color: rgb(249,148,160); }
H1.HeaderClassName
{
color: #F994A0;
}
.AnyTagClassName
{
color: #F994A0;
}
</style>
background-color css
<style>
a { background-color: #F994A0; }
a { background-color: rgb(249,148,160); }
div.DivClassName
{
background-color: #F994A0;
}
.BgClassName
{
background-color: #F994A0;
}
</style>
border-color css
<style>
span { border-color: #F994A0; }
span { border-color: rgb(249,148,160); }
td.TdClassName
{
border-color: #F994A0;
}
.TagClassName
{
border-color: #F994A0;
}
</style>