Shades of Wewak #F093A0
Tints of Wewak #F093A0
RGB
CMYK
RGB Variations
Color information
#F093A0 (or 0xF093A0) is known color: Wewak. HEX triplet: F0, 93 and A0. RGB value is (240,147,160). Sum of RGB (Red+Green+Blue) = 240+147+160=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F093A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F093A0 is #0F6C5F. Grayscale: #B0B0B0. Windows color (decimal): -1010784 or 10523632. OLE color: 10523632.
HSL color Cylindrical-coordinate representation of color #F093A0: hue angle of 351.61º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093A0 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 160 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.06 |
| HSL | 351.61º | 0.76% | 0.76% | - |
| HSV(B) | 351.61º | 0.39% | 0.94% | - |
| XYZ | 52.71 | 41.93 | 38.57 | - |
| YUV | 176.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 160 | 0 | 0.39 | 0.33 | 0.06 | 351.61 | 0.76 | 0.76 |
| Hex | F0 | 93 | A0 | 0 | 27 | 21 | 6 | 160 | 4C | 4C |
| Octal | 360 | 223 | 240 | 0 | 47 | 41 | 6 | 540 | 114 | 114 |
| Binary | 11110000 | 10010011 | 10100000 | 0 | 100111 | 100001 | 110 | 101100000 | 1001100 | 1001100 |
Color Harmonies of #F093A0
Complementary color
Monochromatic Colors of #F093A0
Black with #F093A0
Text Example
Text Example
White with #F093A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093A0; }
p { color: rgb(240,147,160); }
H1.HeaderClassName
{
color: #F093A0;
}
.AnyTagClassName
{
color: #F093A0;
}
</style>
background-color css
<style>
a { background-color: #F093A0; }
a { background-color: rgb(240,147,160); }
div.DivClassName
{
background-color: #F093A0;
}
.BgClassName
{
background-color: #F093A0;
}
</style>
border-color css
<style>
span { border-color: #F093A0; }
span { border-color: rgb(240,147,160); }
td.TdClassName
{
border-color: #F093A0;
}
.TagClassName
{
border-color: #F093A0;
}
</style>