Shades of Wewak #F98395
Tints of Wewak #F98395
RGB
CMYK
RGB Variations
Color information
#F98395 (or 0xF98395) is known color: Wewak. HEX triplet: F9, 83 and 95. RGB value is (249,131,149). Sum of RGB (Red+Green+Blue) = 249+131+149=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F98395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98395 is #067C6A. Grayscale: #A8A8A8. Windows color (decimal): -425067 or 9798649. OLE color: 9798649.
HSL color Cylindrical-coordinate representation of color #F98395: hue angle of 350.85º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98395 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 149 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.02 |
| HSL | 350.85º | 0.91% | 0.75% | - |
| HSV(B) | 350.85º | 0.47% | 0.98% | - |
| XYZ | 52.61 | 38.54 | 33.1 | - |
| YUV | 168.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 149 | 0 | 0.47 | 0.40 | 0.02 | 350.85 | 0.91 | 0.75 |
| Hex | F9 | 83 | 95 | 0 | 2F | 28 | 2 | 15F | 5B | 4B |
| Octal | 371 | 203 | 225 | 0 | 57 | 50 | 2 | 537 | 133 | 113 |
| Binary | 11111001 | 10000011 | 10010101 | 0 | 101111 | 101000 | 10 | 101011111 | 1011011 | 1001011 |
Color Harmonies of #F98395
Complementary color
Monochromatic Colors of #F98395
Black with #F98395
Text Example
Text Example
White with #F98395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98395; }
p { color: rgb(249,131,149); }
H1.HeaderClassName
{
color: #F98395;
}
.AnyTagClassName
{
color: #F98395;
}
</style>
background-color css
<style>
a { background-color: #F98395; }
a { background-color: rgb(249,131,149); }
div.DivClassName
{
background-color: #F98395;
}
.BgClassName
{
background-color: #F98395;
}
</style>
border-color css
<style>
span { border-color: #F98395; }
span { border-color: rgb(249,131,149); }
td.TdClassName
{
border-color: #F98395;
}
.TagClassName
{
border-color: #F98395;
}
</style>