Shades of Wewak #F9909A
Tints of Wewak #F9909A
RGB
CMYK
RGB Variations
Color information
#F9909A (or 0xF9909A) is known color: Wewak. HEX triplet: F9, 90 and 9A. RGB value is (249,144,154). Sum of RGB (Red+Green+Blue) = 249+144+154=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9909A is #066F65. Grayscale: #B0B0B0. Windows color (decimal): -421734 or 10129657. OLE color: 10129657.
HSL color Cylindrical-coordinate representation of color #F9909A: hue angle of 354.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9909A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 154 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.02 |
| HSL | 354.29º | 0.9% | 0.77% | - |
| HSV(B) | 354.29º | 0.42% | 0.98% | - |
| XYZ | 54.87 | 42.42 | 35.87 | - |
| YUV | 176.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 154 | 0 | 0.42 | 0.38 | 0.02 | 354.29 | 0.9 | 0.77 |
| Hex | F9 | 90 | 9A | 0 | 2A | 26 | 2 | 162 | 5A | 4D |
| Octal | 371 | 220 | 232 | 0 | 52 | 46 | 2 | 542 | 132 | 115 |
| Binary | 11111001 | 10010000 | 10011010 | 0 | 101010 | 100110 | 10 | 101100010 | 1011010 | 1001101 |
Color Harmonies of #F9909A
Complementary color
Monochromatic Colors of #F9909A
Black with #F9909A
Text Example
Text Example
White with #F9909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9909A; }
p { color: rgb(249,144,154); }
H1.HeaderClassName
{
color: #F9909A;
}
.AnyTagClassName
{
color: #F9909A;
}
</style>
background-color css
<style>
a { background-color: #F9909A; }
a { background-color: rgb(249,144,154); }
div.DivClassName
{
background-color: #F9909A;
}
.BgClassName
{
background-color: #F9909A;
}
</style>
border-color css
<style>
span { border-color: #F9909A; }
span { border-color: rgb(249,144,154); }
td.TdClassName
{
border-color: #F9909A;
}
.TagClassName
{
border-color: #F9909A;
}
</style>