Shades of Wewak #F58595
Tints of Wewak #F58595
RGB
CMYK
RGB Variations
Color information
#F58595 (or 0xF58595) is known color: Wewak. HEX triplet: F5, 85 and 95. RGB value is (245,133,149). Sum of RGB (Red+Green+Blue) = 245+133+149=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F58595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58595 is #0A7A6A. Grayscale: #A8A8A8. Windows color (decimal): -686699 or 9799157. OLE color: 9799157.
HSL color Cylindrical-coordinate representation of color #F58595: hue angle of 351.43º 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 #F58595 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 149 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.04 |
| HSL | 351.43º | 0.85% | 0.74% | - |
| HSV(B) | 351.43º | 0.46% | 0.96% | - |
| XYZ | 51.47 | 38.36 | 33.12 | - |
| YUV | 168.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 149 | 0 | 0.46 | 0.39 | 0.04 | 351.43 | 0.85 | 0.74 |
| Hex | F5 | 85 | 95 | 0 | 2E | 27 | 4 | 15F | 55 | 4A |
| Octal | 365 | 205 | 225 | 0 | 56 | 47 | 4 | 537 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10010101 | 0 | 101110 | 100111 | 100 | 101011111 | 1010101 | 1001010 |
Color Harmonies of #F58595
Complementary color
Monochromatic Colors of #F58595
Black with #F58595
Text Example
Text Example
White with #F58595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58595; }
p { color: rgb(245,133,149); }
H1.HeaderClassName
{
color: #F58595;
}
.AnyTagClassName
{
color: #F58595;
}
</style>
background-color css
<style>
a { background-color: #F58595; }
a { background-color: rgb(245,133,149); }
div.DivClassName
{
background-color: #F58595;
}
.BgClassName
{
background-color: #F58595;
}
</style>
border-color css
<style>
span { border-color: #F58595; }
span { border-color: rgb(245,133,149); }
td.TdClassName
{
border-color: #F58595;
}
.TagClassName
{
border-color: #F58595;
}
</style>