Shades of Wewak #F58593
Tints of Wewak #F58593
RGB
CMYK
RGB Variations
Color information
#F58593 (or 0xF58593) is known color: Wewak. HEX triplet: F5, 85 and 93. RGB value is (245,133,147). Sum of RGB (Red+Green+Blue) = 245+133+147=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F58593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58593 is #0A7A6C. Grayscale: #A8A8A8. Windows color (decimal): -686701 or 9668085. OLE color: 9668085.
HSL color Cylindrical-coordinate representation of color #F58593: hue angle of 352.5º 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 #F58593 is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 147 | - |
| CMYK | 0 | 0.46 | 0.4 | 0.04 |
| HSL | 352.5º | 0.85% | 0.74% | - |
| HSV(B) | 352.5º | 0.46% | 0.96% | - |
| XYZ | 51.31 | 38.29 | 32.29 | - |
| YUV | 168.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 147 | 0 | 0.46 | 0.4 | 0.04 | 352.5 | 0.85 | 0.74 |
| Hex | F5 | 85 | 93 | 0 | 2E | 28 | 4 | 160 | 55 | 4A |
| Octal | 365 | 205 | 223 | 0 | 56 | 50 | 4 | 540 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10010011 | 0 | 101110 | 101000 | 100 | 101100000 | 1010101 | 1001010 |
Color Harmonies of #F58593
Complementary color
Monochromatic Colors of #F58593
Black with #F58593
Text Example
Text Example
White with #F58593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58593; }
p { color: rgb(245,133,147); }
H1.HeaderClassName
{
color: #F58593;
}
.AnyTagClassName
{
color: #F58593;
}
</style>
background-color css
<style>
a { background-color: #F58593; }
a { background-color: rgb(245,133,147); }
div.DivClassName
{
background-color: #F58593;
}
.BgClassName
{
background-color: #F58593;
}
</style>
border-color css
<style>
span { border-color: #F58593; }
span { border-color: rgb(245,133,147); }
td.TdClassName
{
border-color: #F58593;
}
.TagClassName
{
border-color: #F58593;
}
</style>