Shades of Wewak #F8828F
Tints of Wewak #F8828F
RGB
CMYK
RGB Variations
Color information
#F8828F (or 0xF8828F) is known color: Wewak. HEX triplet: F8, 82 and 8F. RGB value is (248,130,143). Sum of RGB (Red+Green+Blue) = 248+130+143=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8828F is #077D70. Grayscale: #A6A6A6. Windows color (decimal): -490865 or 9405176. OLE color: 9405176.
HSL color Cylindrical-coordinate representation of color #F8828F: hue angle of 353.39º 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 #F8828F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 143 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.03 |
| HSL | 353.39º | 0.89% | 0.74% | - |
| HSV(B) | 353.39º | 0.48% | 0.97% | - |
| XYZ | 51.65 | 37.9 | 30.58 | - |
| YUV | 166.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 143 | 0 | 0.48 | 0.42 | 0.03 | 353.39 | 0.89 | 0.74 |
| Hex | F8 | 82 | 8F | 0 | 30 | 2A | 3 | 161 | 59 | 4A |
| Octal | 370 | 202 | 217 | 0 | 60 | 52 | 3 | 541 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10001111 | 0 | 110000 | 101010 | 11 | 101100001 | 1011001 | 1001010 |
Color Harmonies of #F8828F
Complementary color
Monochromatic Colors of #F8828F
Black with #F8828F
Text Example
Text Example
White with #F8828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8828F; }
p { color: rgb(248,130,143); }
H1.HeaderClassName
{
color: #F8828F;
}
.AnyTagClassName
{
color: #F8828F;
}
</style>
background-color css
<style>
a { background-color: #F8828F; }
a { background-color: rgb(248,130,143); }
div.DivClassName
{
background-color: #F8828F;
}
.BgClassName
{
background-color: #F8828F;
}
</style>
border-color css
<style>
span { border-color: #F8828F; }
span { border-color: rgb(248,130,143); }
td.TdClassName
{
border-color: #F8828F;
}
.TagClassName
{
border-color: #F8828F;
}
</style>