Shades of Wewak #F58594
Tints of Wewak #F58594
RGB
CMYK
RGB Variations
Color information
#F58594 (or 0xF58594) is known color: Wewak. HEX triplet: F5, 85 and 94. RGB value is (245,133,148). Sum of RGB (Red+Green+Blue) = 245+133+148=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F58594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58594 is #0A7A6B. Grayscale: #A8A8A8. Windows color (decimal): -686700 or 9733621. OLE color: 9733621.
HSL color Cylindrical-coordinate representation of color #F58594: hue angle of 351.96º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F58594 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 148 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.04 |
| HSL | 351.96º | 0.85% | 0.74% | - |
| HSV(B) | 351.96º | 0.46% | 0.96% | - |
| XYZ | 51.39 | 38.33 | 32.71 | - |
| YUV | 168.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 148 | 0 | 0.46 | 0.40 | 0.04 | 351.96 | 0.85 | 0.74 |
| Hex | F5 | 85 | 94 | 0 | 2E | 28 | 4 | 160 | 55 | 4A |
| Octal | 365 | 205 | 224 | 0 | 56 | 50 | 4 | 540 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10010100 | 0 | 101110 | 101000 | 100 | 101100000 | 1010101 | 1001010 |
Color Harmonies of #F58594
Complementary color
Monochromatic Colors of #F58594
Black with #F58594
Text Example
Text Example
White with #F58594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58594; }
p { color: rgb(245,133,148); }
H1.HeaderClassName
{
color: #F58594;
}
.AnyTagClassName
{
color: #F58594;
}
</style>
background-color css
<style>
a { background-color: #F58594; }
a { background-color: rgb(245,133,148); }
div.DivClassName
{
background-color: #F58594;
}
.BgClassName
{
background-color: #F58594;
}
</style>
border-color css
<style>
span { border-color: #F58594; }
span { border-color: rgb(245,133,148); }
td.TdClassName
{
border-color: #F58594;
}
.TagClassName
{
border-color: #F58594;
}
</style>