Shades of Wewak #F5909A
Tints of Wewak #F5909A
RGB
CMYK
RGB Variations
Color information
#F5909A (or 0xF5909A) is known color: Wewak. HEX triplet: F5, 90 and 9A. RGB value is (245,144,154). Sum of RGB (Red+Green+Blue) = 245+144+154=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5909A is #0A6F65. Grayscale: #AFAFAF. Windows color (decimal): -683878 or 10129653. OLE color: 10129653.
HSL color Cylindrical-coordinate representation of color #F5909A: hue angle of 354.06º 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 #F5909A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 154 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.04 |
| HSL | 354.06º | 0.83% | 0.76% | - |
| HSV(B) | 354.06º | 0.41% | 0.96% | - |
| XYZ | 53.46 | 41.69 | 35.8 | - |
| YUV | 175.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 154 | 0 | 0.41 | 0.37 | 0.04 | 354.06 | 0.83 | 0.76 |
| Hex | F5 | 90 | 9A | 0 | 29 | 25 | 4 | 162 | 53 | 4C |
| Octal | 365 | 220 | 232 | 0 | 51 | 45 | 4 | 542 | 123 | 114 |
| Binary | 11110101 | 10010000 | 10011010 | 0 | 101001 | 100101 | 100 | 101100010 | 1010011 | 1001100 |
Color Harmonies of #F5909A
Complementary color
Monochromatic Colors of #F5909A
Black with #F5909A
Text Example
Text Example
White with #F5909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5909A; }
p { color: rgb(245,144,154); }
H1.HeaderClassName
{
color: #F5909A;
}
.AnyTagClassName
{
color: #F5909A;
}
</style>
background-color css
<style>
a { background-color: #F5909A; }
a { background-color: rgb(245,144,154); }
div.DivClassName
{
background-color: #F5909A;
}
.BgClassName
{
background-color: #F5909A;
}
</style>
border-color css
<style>
span { border-color: #F5909A; }
span { border-color: rgb(245,144,154); }
td.TdClassName
{
border-color: #F5909A;
}
.TagClassName
{
border-color: #F5909A;
}
</style>