Shades of Wewak #F98992
Tints of Wewak #F98992
RGB
CMYK
RGB Variations
Color information
#F98992 (or 0xF98992) is known color: Wewak. HEX triplet: F9, 89 and 92. RGB value is (249,137,146). Sum of RGB (Red+Green+Blue) = 249+137+146=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F98992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98992 is #06766D. Grayscale: #ABABAB. Windows color (decimal): -423534 or 9603577. OLE color: 9603577.
HSL color Cylindrical-coordinate representation of color #F98992: hue angle of 355.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98992 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 146 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.02 |
| HSL | 355.18º | 0.9% | 0.76% | - |
| HSV(B) | 355.18º | 0.45% | 0.98% | - |
| XYZ | 53.2 | 40.11 | 32.13 | - |
| YUV | 171.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 146 | 0 | 0.45 | 0.41 | 0.02 | 355.18 | 0.9 | 0.76 |
| Hex | F9 | 89 | 92 | 0 | 2D | 29 | 2 | 163 | 5A | 4C |
| Octal | 371 | 211 | 222 | 0 | 55 | 51 | 2 | 543 | 132 | 114 |
| Binary | 11111001 | 10001001 | 10010010 | 0 | 101101 | 101001 | 10 | 101100011 | 1011010 | 1001100 |
Color Harmonies of #F98992
Complementary color
Monochromatic Colors of #F98992
Black with #F98992
Text Example
Text Example
White with #F98992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98992; }
p { color: rgb(249,137,146); }
H1.HeaderClassName
{
color: #F98992;
}
.AnyTagClassName
{
color: #F98992;
}
</style>
background-color css
<style>
a { background-color: #F98992; }
a { background-color: rgb(249,137,146); }
div.DivClassName
{
background-color: #F98992;
}
.BgClassName
{
background-color: #F98992;
}
</style>
border-color css
<style>
span { border-color: #F98992; }
span { border-color: rgb(249,137,146); }
td.TdClassName
{
border-color: #F98992;
}
.TagClassName
{
border-color: #F98992;
}
</style>