Shades of Wewak #F59293
Tints of Wewak #F59293
RGB
CMYK
RGB Variations
Color information
#F59293 (or 0xF59293) is known color: Wewak. HEX triplet: F5, 92 and 93. RGB value is (245,146,147). Sum of RGB (Red+Green+Blue) = 245+146+147=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F59293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59293 is #0A6D6C. Grayscale: #AFAFAF. Windows color (decimal): -683373 or 9671413. OLE color: 9671413.
HSL color Cylindrical-coordinate representation of color #F59293: hue angle of 359.39º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F59293 is Cyan = 0, Magento = 0.40, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 147 | - |
| CMYK | 0 | 0.40 | 0.4 | 0.04 |
| HSL | 359.39º | 0.83% | 0.77% | - |
| HSV(B) | 359.39º | 0.4% | 0.96% | - |
| XYZ | 53.2 | 42.08 | 32.92 | - |
| YUV | 175.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 147 | 0 | 0.40 | 0.4 | 0.04 | 359.39 | 0.83 | 0.77 |
| Hex | F5 | 92 | 93 | 0 | 28 | 28 | 4 | 167 | 53 | 4D |
| Octal | 365 | 222 | 223 | 0 | 50 | 50 | 4 | 547 | 123 | 115 |
| Binary | 11110101 | 10010010 | 10010011 | 0 | 101000 | 101000 | 100 | 101100111 | 1010011 | 1001101 |
Color Harmonies of #F59293
Complementary color
Monochromatic Colors of #F59293
Black with #F59293
Text Example
Text Example
White with #F59293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59293; }
p { color: rgb(245,146,147); }
H1.HeaderClassName
{
color: #F59293;
}
.AnyTagClassName
{
color: #F59293;
}
</style>
background-color css
<style>
a { background-color: #F59293; }
a { background-color: rgb(245,146,147); }
div.DivClassName
{
background-color: #F59293;
}
.BgClassName
{
background-color: #F59293;
}
</style>
border-color css
<style>
span { border-color: #F59293; }
span { border-color: rgb(245,146,147); }
td.TdClassName
{
border-color: #F59293;
}
.TagClassName
{
border-color: #F59293;
}
</style>