Shades of Wewak #F98291
Tints of Wewak #F98291
RGB
CMYK
RGB Variations
Color information
#F98291 (or 0xF98291) is known color: Wewak. HEX triplet: F9, 82 and 91. RGB value is (249,130,145). Sum of RGB (Red+Green+Blue) = 249+130+145=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F98291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98291 is #067D6E. Grayscale: #A7A7A7. Windows color (decimal): -425327 or 9536249. OLE color: 9536249.
HSL color Cylindrical-coordinate representation of color #F98291: hue angle of 352.44º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F98291 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 145 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.02 |
| HSL | 352.44º | 0.91% | 0.74% | - |
| HSV(B) | 352.44º | 0.48% | 0.98% | - |
| XYZ | 52.16 | 38.15 | 31.4 | - |
| YUV | 167.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 145 | 0 | 0.48 | 0.42 | 0.02 | 352.44 | 0.91 | 0.74 |
| Hex | F9 | 82 | 91 | 0 | 30 | 2A | 2 | 160 | 5B | 4A |
| Octal | 371 | 202 | 221 | 0 | 60 | 52 | 2 | 540 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10010001 | 0 | 110000 | 101010 | 10 | 101100000 | 1011011 | 1001010 |
Color Harmonies of #F98291
Complementary color
Monochromatic Colors of #F98291
Black with #F98291
Text Example
Text Example
White with #F98291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98291; }
p { color: rgb(249,130,145); }
H1.HeaderClassName
{
color: #F98291;
}
.AnyTagClassName
{
color: #F98291;
}
</style>
background-color css
<style>
a { background-color: #F98291; }
a { background-color: rgb(249,130,145); }
div.DivClassName
{
background-color: #F98291;
}
.BgClassName
{
background-color: #F98291;
}
</style>
border-color css
<style>
span { border-color: #F98291; }
span { border-color: rgb(249,130,145); }
td.TdClassName
{
border-color: #F98291;
}
.TagClassName
{
border-color: #F98291;
}
</style>