Shades of Wewak #F5909E
Tints of Wewak #F5909E
RGB
CMYK
RGB Variations
Color information
#F5909E (or 0xF5909E) is known color: Wewak. HEX triplet: F5, 90 and 9E. RGB value is (245,144,158). Sum of RGB (Red+Green+Blue) = 245+144+158=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5909E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5909E is #0A6F61. Grayscale: #AFAFAF. Windows color (decimal): -683874 or 10391797. OLE color: 10391797.
HSL color Cylindrical-coordinate representation of color #F5909E: hue angle of 351.68º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5909E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 158 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.04 |
| HSL | 351.68º | 0.83% | 0.76% | - |
| HSV(B) | 351.68º | 0.41% | 0.96% | - |
| XYZ | 53.8 | 41.83 | 37.59 | - |
| YUV | 175.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 158 | 0 | 0.41 | 0.36 | 0.04 | 351.68 | 0.83 | 0.76 |
| Hex | F5 | 90 | 9E | 0 | 29 | 24 | 4 | 160 | 53 | 4C |
| Octal | 365 | 220 | 236 | 0 | 51 | 44 | 4 | 540 | 123 | 114 |
| Binary | 11110101 | 10010000 | 10011110 | 0 | 101001 | 100100 | 100 | 101100000 | 1010011 | 1001100 |
Color Harmonies of #F5909E
Complementary color
Monochromatic Colors of #F5909E
Black with #F5909E
Text Example
Text Example
White with #F5909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5909E; }
p { color: rgb(245,144,158); }
H1.HeaderClassName
{
color: #F5909E;
}
.AnyTagClassName
{
color: #F5909E;
}
</style>
background-color css
<style>
a { background-color: #F5909E; }
a { background-color: rgb(245,144,158); }
div.DivClassName
{
background-color: #F5909E;
}
.BgClassName
{
background-color: #F5909E;
}
</style>
border-color css
<style>
span { border-color: #F5909E; }
span { border-color: rgb(245,144,158); }
td.TdClassName
{
border-color: #F5909E;
}
.TagClassName
{
border-color: #F5909E;
}
</style>