Shades of Wewak #F091A1
Tints of Wewak #F091A1
RGB
CMYK
RGB Variations
Color information
#F091A1 (or 0xF091A1) is known color: Wewak. HEX triplet: F0, 91 and A1. RGB value is (240,145,161). Sum of RGB (Red+Green+Blue) = 240+145+161=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F091A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091A1 is #0F6E5E. Grayscale: #AFAFAF. Windows color (decimal): -1011295 or 10588656. OLE color: 10588656.
HSL color Cylindrical-coordinate representation of color #F091A1: hue angle of 349.89º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091A1 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 161 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.06 |
| HSL | 349.89º | 0.76% | 0.75% | - |
| HSV(B) | 349.89º | 0.4% | 0.94% | - |
| XYZ | 52.49 | 41.35 | 38.93 | - |
| YUV | 175.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 161 | 0 | 0.40 | 0.33 | 0.06 | 349.89 | 0.76 | 0.75 |
| Hex | F0 | 91 | A1 | 0 | 28 | 21 | 6 | 15E | 4C | 4B |
| Octal | 360 | 221 | 241 | 0 | 50 | 41 | 6 | 536 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10100001 | 0 | 101000 | 100001 | 110 | 101011110 | 1001100 | 1001011 |
Color Harmonies of #F091A1
Complementary color
Monochromatic Colors of #F091A1
Black with #F091A1
Text Example
Text Example
White with #F091A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091A1; }
p { color: rgb(240,145,161); }
H1.HeaderClassName
{
color: #F091A1;
}
.AnyTagClassName
{
color: #F091A1;
}
</style>
background-color css
<style>
a { background-color: #F091A1; }
a { background-color: rgb(240,145,161); }
div.DivClassName
{
background-color: #F091A1;
}
.BgClassName
{
background-color: #F091A1;
}
</style>
border-color css
<style>
span { border-color: #F091A1; }
span { border-color: rgb(240,145,161); }
td.TdClassName
{
border-color: #F091A1;
}
.TagClassName
{
border-color: #F091A1;
}
</style>