Shades of Wewak #F58387
Tints of Wewak #F58387
RGB
CMYK
RGB Variations
Color information
#F58387 (or 0xF58387) is known color: Wewak. HEX triplet: F5, 83 and 87. RGB value is (245,131,135). Sum of RGB (Red+Green+Blue) = 245+131+135=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F58387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58387 is #0A7C78. Grayscale: #A5A5A5. Windows color (decimal): -687225 or 8881141. OLE color: 8881141.
HSL color Cylindrical-coordinate representation of color #F58387: hue angle of 357.89º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58387 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 135 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.04 |
| HSL | 357.89º | 0.85% | 0.74% | - |
| HSV(B) | 357.89º | 0.47% | 0.96% | - |
| XYZ | 50.15 | 37.39 | 27.5 | - |
| YUV | 165.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 135 | 0 | 0.47 | 0.45 | 0.04 | 357.89 | 0.85 | 0.74 |
| Hex | F5 | 83 | 87 | 0 | 2F | 2D | 4 | 166 | 55 | 4A |
| Octal | 365 | 203 | 207 | 0 | 57 | 55 | 4 | 546 | 125 | 112 |
| Binary | 11110101 | 10000011 | 10000111 | 0 | 101111 | 101101 | 100 | 101100110 | 1010101 | 1001010 |
Color Harmonies of #F58387
Complementary color
Monochromatic Colors of #F58387
Black with #F58387
Text Example
Text Example
White with #F58387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58387; }
p { color: rgb(245,131,135); }
H1.HeaderClassName
{
color: #F58387;
}
.AnyTagClassName
{
color: #F58387;
}
</style>
background-color css
<style>
a { background-color: #F58387; }
a { background-color: rgb(245,131,135); }
div.DivClassName
{
background-color: #F58387;
}
.BgClassName
{
background-color: #F58387;
}
</style>
border-color css
<style>
span { border-color: #F58387; }
span { border-color: rgb(245,131,135); }
td.TdClassName
{
border-color: #F58387;
}
.TagClassName
{
border-color: #F58387;
}
</style>