Shades of Wewak #F88287
Tints of Wewak #F88287
RGB
CMYK
RGB Variations
Color information
#F88287 (or 0xF88287) is known color: Wewak. HEX triplet: F8, 82 and 87. RGB value is (248,130,135). Sum of RGB (Red+Green+Blue) = 248+130+135=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F88287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88287 is #077D78. Grayscale: #A5A5A5. Windows color (decimal): -490873 or 8880888. OLE color: 8880888.
HSL color Cylindrical-coordinate representation of color #F88287: hue angle of 357.46º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88287 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 135 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.03 |
| HSL | 357.46º | 0.89% | 0.74% | - |
| HSV(B) | 357.46º | 0.48% | 0.97% | - |
| XYZ | 51.07 | 37.67 | 27.5 | - |
| YUV | 165.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 135 | 0 | 0.48 | 0.46 | 0.03 | 357.46 | 0.89 | 0.74 |
| Hex | F8 | 82 | 87 | 0 | 30 | 2E | 3 | 165 | 59 | 4A |
| Octal | 370 | 202 | 207 | 0 | 60 | 56 | 3 | 545 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10000111 | 0 | 110000 | 101110 | 11 | 101100101 | 1011001 | 1001010 |
Color Harmonies of #F88287
Complementary color
Monochromatic Colors of #F88287
Black with #F88287
Text Example
Text Example
White with #F88287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88287; }
p { color: rgb(248,130,135); }
H1.HeaderClassName
{
color: #F88287;
}
.AnyTagClassName
{
color: #F88287;
}
</style>
background-color css
<style>
a { background-color: #F88287; }
a { background-color: rgb(248,130,135); }
div.DivClassName
{
background-color: #F88287;
}
.BgClassName
{
background-color: #F88287;
}
</style>
border-color css
<style>
span { border-color: #F88287; }
span { border-color: rgb(248,130,135); }
td.TdClassName
{
border-color: #F88287;
}
.TagClassName
{
border-color: #F88287;
}
</style>