Shades of Wewak #F993A2
Tints of Wewak #F993A2
RGB
CMYK
RGB Variations
Color information
#F993A2 (or 0xF993A2) is known color: Wewak. HEX triplet: F9, 93 and A2. RGB value is (249,147,162). Sum of RGB (Red+Green+Blue) = 249+147+162=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F993A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F993A2 is #066C5D. Grayscale: #B3B3B3. Windows color (decimal): -420958 or 10654713. OLE color: 10654713.
HSL color Cylindrical-coordinate representation of color #F993A2: hue angle of 351.18º 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 #F993A2 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 162 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.02 |
| HSL | 351.18º | 0.89% | 0.78% | - |
| HSV(B) | 351.18º | 0.41% | 0.98% | - |
| XYZ | 56.02 | 43.62 | 39.65 | - |
| YUV | 179.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 162 | 0 | 0.41 | 0.35 | 0.02 | 351.18 | 0.89 | 0.78 |
| Hex | F9 | 93 | A2 | 0 | 29 | 23 | 2 | 15F | 59 | 4E |
| Octal | 371 | 223 | 242 | 0 | 51 | 43 | 2 | 537 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10100010 | 0 | 101001 | 100011 | 10 | 101011111 | 1011001 | 1001110 |
Color Harmonies of #F993A2
Complementary color
Monochromatic Colors of #F993A2
Black with #F993A2
Text Example
Text Example
White with #F993A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993A2; }
p { color: rgb(249,147,162); }
H1.HeaderClassName
{
color: #F993A2;
}
.AnyTagClassName
{
color: #F993A2;
}
</style>
background-color css
<style>
a { background-color: #F993A2; }
a { background-color: rgb(249,147,162); }
div.DivClassName
{
background-color: #F993A2;
}
.BgClassName
{
background-color: #F993A2;
}
</style>
border-color css
<style>
span { border-color: #F993A2; }
span { border-color: rgb(249,147,162); }
td.TdClassName
{
border-color: #F993A2;
}
.TagClassName
{
border-color: #F993A2;
}
</style>