Shades of Wewak #F5869C
Tints of Wewak #F5869C
RGB
CMYK
RGB Variations
Color information
#F5869C (or 0xF5869C) is known color: Wewak. HEX triplet: F5, 86 and 9C. RGB value is (245,134,156). Sum of RGB (Red+Green+Blue) = 245+134+156=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5869C is #0A7963. Grayscale: #A9A9A9. Windows color (decimal): -686436 or 10258165. OLE color: 10258165.
HSL color Cylindrical-coordinate representation of color #F5869C: hue angle of 348.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5869C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 156 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.04 |
| HSL | 348.11º | 0.85% | 0.74% | - |
| HSV(B) | 348.11º | 0.45% | 0.96% | - |
| XYZ | 52.18 | 38.86 | 36.2 | - |
| YUV | 169.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 156 | 0 | 0.45 | 0.36 | 0.04 | 348.11 | 0.85 | 0.74 |
| Hex | F5 | 86 | 9C | 0 | 2D | 24 | 4 | 15C | 55 | 4A |
| Octal | 365 | 206 | 234 | 0 | 55 | 44 | 4 | 534 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10011100 | 0 | 101101 | 100100 | 100 | 101011100 | 1010101 | 1001010 |
Color Harmonies of #F5869C
Complementary color
Monochromatic Colors of #F5869C
Black with #F5869C
Text Example
Text Example
White with #F5869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5869C; }
p { color: rgb(245,134,156); }
H1.HeaderClassName
{
color: #F5869C;
}
.AnyTagClassName
{
color: #F5869C;
}
</style>
background-color css
<style>
a { background-color: #F5869C; }
a { background-color: rgb(245,134,156); }
div.DivClassName
{
background-color: #F5869C;
}
.BgClassName
{
background-color: #F5869C;
}
</style>
border-color css
<style>
span { border-color: #F5869C; }
span { border-color: rgb(245,134,156); }
td.TdClassName
{
border-color: #F5869C;
}
.TagClassName
{
border-color: #F5869C;
}
</style>