Shades of Wewak #F5999A
Tints of Wewak #F5999A
RGB
CMYK
RGB Variations
Color information
#F5999A (or 0xF5999A) is known color: Wewak. HEX triplet: F5, 99 and 9A. RGB value is (245,153,154). Sum of RGB (Red+Green+Blue) = 245+153+154=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5999A is #0A6665. Grayscale: #B4B4B4. Windows color (decimal): -681574 or 10131957. OLE color: 10131957.
HSL color Cylindrical-coordinate representation of color #F5999A: hue angle of 359.35º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5999A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 154 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.04 |
| HSL | 359.35º | 0.82% | 0.78% | - |
| HSV(B) | 359.35º | 0.38% | 0.96% | - |
| XYZ | 54.88 | 44.53 | 36.27 | - |
| YUV | 180.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 154 | 0 | 0.38 | 0.37 | 0.04 | 359.35 | 0.82 | 0.78 |
| Hex | F5 | 99 | 9A | 0 | 26 | 25 | 4 | 167 | 52 | 4E |
| Octal | 365 | 231 | 232 | 0 | 46 | 45 | 4 | 547 | 122 | 116 |
| Binary | 11110101 | 10011001 | 10011010 | 0 | 100110 | 100101 | 100 | 101100111 | 1010010 | 1001110 |
Color Harmonies of #F5999A
Complementary color
Monochromatic Colors of #F5999A
Black with #F5999A
Text Example
Text Example
White with #F5999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5999A; }
p { color: rgb(245,153,154); }
H1.HeaderClassName
{
color: #F5999A;
}
.AnyTagClassName
{
color: #F5999A;
}
</style>
background-color css
<style>
a { background-color: #F5999A; }
a { background-color: rgb(245,153,154); }
div.DivClassName
{
background-color: #F5999A;
}
.BgClassName
{
background-color: #F5999A;
}
</style>
border-color css
<style>
span { border-color: #F5999A; }
span { border-color: rgb(245,153,154); }
td.TdClassName
{
border-color: #F5999A;
}
.TagClassName
{
border-color: #F5999A;
}
</style>