Shades of Wewak #F88A9A
Tints of Wewak #F88A9A
RGB
CMYK
RGB Variations
Color information
#F88A9A (or 0xF88A9A) is known color: Wewak. HEX triplet: F8, 8A and 9A. RGB value is (248,138,154). Sum of RGB (Red+Green+Blue) = 248+138+154=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88A9A is #077565. Grayscale: #ACACAC. Windows color (decimal): -488806 or 10128120. OLE color: 10128120.
HSL color Cylindrical-coordinate representation of color #F88A9A: hue angle of 351.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88A9A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 154 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.03 |
| HSL | 351.27º | 0.89% | 0.76% | - |
| HSV(B) | 351.27º | 0.44% | 0.97% | - |
| XYZ | 53.63 | 40.47 | 35.56 | - |
| YUV | 172.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 154 | 0 | 0.44 | 0.38 | 0.03 | 351.27 | 0.89 | 0.76 |
| Hex | F8 | 8A | 9A | 0 | 2C | 26 | 3 | 15F | 59 | 4C |
| Octal | 370 | 212 | 232 | 0 | 54 | 46 | 3 | 537 | 131 | 114 |
| Binary | 11111000 | 10001010 | 10011010 | 0 | 101100 | 100110 | 11 | 101011111 | 1011001 | 1001100 |
Color Harmonies of #F88A9A
Complementary color
Monochromatic Colors of #F88A9A
Black with #F88A9A
Text Example
Text Example
White with #F88A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88A9A; }
p { color: rgb(248,138,154); }
H1.HeaderClassName
{
color: #F88A9A;
}
.AnyTagClassName
{
color: #F88A9A;
}
</style>
background-color css
<style>
a { background-color: #F88A9A; }
a { background-color: rgb(248,138,154); }
div.DivClassName
{
background-color: #F88A9A;
}
.BgClassName
{
background-color: #F88A9A;
}
</style>
border-color css
<style>
span { border-color: #F88A9A; }
span { border-color: rgb(248,138,154); }
td.TdClassName
{
border-color: #F88A9A;
}
.TagClassName
{
border-color: #F88A9A;
}
</style>