Shades of Wewak #F9999A
Tints of Wewak #F9999A
RGB
CMYK
RGB Variations
Color information
#F9999A (or 0xF9999A) is known color: Wewak. HEX triplet: F9, 99 and 9A. RGB value is (249,153,154). Sum of RGB (Red+Green+Blue) = 249+153+154=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9999A is #066665. Grayscale: #B5B5B5. Windows color (decimal): -419430 or 10131961. OLE color: 10131961.
HSL color Cylindrical-coordinate representation of color #F9999A: hue angle of 359.38º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9999A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 154 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.02 |
| HSL | 359.38º | 0.89% | 0.79% | - |
| HSV(B) | 359.38º | 0.39% | 0.98% | - |
| XYZ | 56.29 | 45.26 | 36.34 | - |
| YUV | 181.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 154 | 0 | 0.39 | 0.38 | 0.02 | 359.38 | 0.89 | 0.79 |
| Hex | F9 | 99 | 9A | 0 | 27 | 26 | 2 | 167 | 59 | 4F |
| Octal | 371 | 231 | 232 | 0 | 47 | 46 | 2 | 547 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10011010 | 0 | 100111 | 100110 | 10 | 101100111 | 1011001 | 1001111 |
Color Harmonies of #F9999A
Complementary color
Monochromatic Colors of #F9999A
Black with #F9999A
Text Example
Text Example
White with #F9999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9999A; }
p { color: rgb(249,153,154); }
H1.HeaderClassName
{
color: #F9999A;
}
.AnyTagClassName
{
color: #F9999A;
}
</style>
background-color css
<style>
a { background-color: #F9999A; }
a { background-color: rgb(249,153,154); }
div.DivClassName
{
background-color: #F9999A;
}
.BgClassName
{
background-color: #F9999A;
}
</style>
border-color css
<style>
span { border-color: #F9999A; }
span { border-color: rgb(249,153,154); }
td.TdClassName
{
border-color: #F9999A;
}
.TagClassName
{
border-color: #F9999A;
}
</style>