Shades of Wewak #F8909A
Tints of Wewak #F8909A
RGB
CMYK
RGB Variations
Color information
#F8909A (or 0xF8909A) is known color: Wewak. HEX triplet: F8, 90 and 9A. RGB value is (248,144,154). Sum of RGB (Red+Green+Blue) = 248+144+154=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8909A is #076F65. Grayscale: #B0B0B0. Windows color (decimal): -487270 or 10129656. OLE color: 10129656.
HSL color Cylindrical-coordinate representation of color #F8909A: hue angle of 354.23º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8909A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 154 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.03 |
| HSL | 354.23º | 0.88% | 0.77% | - |
| HSV(B) | 354.23º | 0.42% | 0.97% | - |
| XYZ | 54.52 | 42.24 | 35.85 | - |
| YUV | 176.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 154 | 0 | 0.42 | 0.38 | 0.03 | 354.23 | 0.88 | 0.77 |
| Hex | F8 | 90 | 9A | 0 | 2A | 26 | 3 | 162 | 58 | 4D |
| Octal | 370 | 220 | 232 | 0 | 52 | 46 | 3 | 542 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10011010 | 0 | 101010 | 100110 | 11 | 101100010 | 1011000 | 1001101 |
Color Harmonies of #F8909A
Complementary color
Monochromatic Colors of #F8909A
Black with #F8909A
Text Example
Text Example
White with #F8909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8909A; }
p { color: rgb(248,144,154); }
H1.HeaderClassName
{
color: #F8909A;
}
.AnyTagClassName
{
color: #F8909A;
}
</style>
background-color css
<style>
a { background-color: #F8909A; }
a { background-color: rgb(248,144,154); }
div.DivClassName
{
background-color: #F8909A;
}
.BgClassName
{
background-color: #F8909A;
}
</style>
border-color css
<style>
span { border-color: #F8909A; }
span { border-color: rgb(248,144,154); }
td.TdClassName
{
border-color: #F8909A;
}
.TagClassName
{
border-color: #F8909A;
}
</style>