Shades of Wewak #F995A2
Tints of Wewak #F995A2
RGB
CMYK
RGB Variations
Color information
#F995A2 (or 0xF995A2) is known color: Wewak. HEX triplet: F9, 95 and A2. RGB value is (249,149,162). Sum of RGB (Red+Green+Blue) = 249+149+162=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F995A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F995A2 is #066A5D. Grayscale: #B4B4B4. Windows color (decimal): -420446 or 10655225. OLE color: 10655225.
HSL color Cylindrical-coordinate representation of color #F995A2: hue angle of 352.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995A2 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 162 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.02 |
| HSL | 352.2º | 0.89% | 0.78% | - |
| HSV(B) | 352.2º | 0.4% | 0.98% | - |
| XYZ | 56.34 | 44.24 | 39.75 | - |
| YUV | 180.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 162 | 0 | 0.40 | 0.35 | 0.02 | 352.2 | 0.89 | 0.78 |
| Hex | F9 | 95 | A2 | 0 | 28 | 23 | 2 | 160 | 59 | 4E |
| Octal | 371 | 225 | 242 | 0 | 50 | 43 | 2 | 540 | 131 | 116 |
| Binary | 11111001 | 10010101 | 10100010 | 0 | 101000 | 100011 | 10 | 101100000 | 1011001 | 1001110 |
Color Harmonies of #F995A2
Complementary color
Monochromatic Colors of #F995A2
Black with #F995A2
Text Example
Text Example
White with #F995A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995A2; }
p { color: rgb(249,149,162); }
H1.HeaderClassName
{
color: #F995A2;
}
.AnyTagClassName
{
color: #F995A2;
}
</style>
background-color css
<style>
a { background-color: #F995A2; }
a { background-color: rgb(249,149,162); }
div.DivClassName
{
background-color: #F995A2;
}
.BgClassName
{
background-color: #F995A2;
}
</style>
border-color css
<style>
span { border-color: #F995A2; }
span { border-color: rgb(249,149,162); }
td.TdClassName
{
border-color: #F995A2;
}
.TagClassName
{
border-color: #F995A2;
}
</style>