Shades of Wewak #F98593
Tints of Wewak #F98593
RGB
CMYK
RGB Variations
Color information
#F98593 (or 0xF98593) is known color: Wewak. HEX triplet: F9, 85 and 93. RGB value is (249,133,147). Sum of RGB (Red+Green+Blue) = 249+133+147=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F98593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98593 is #067A6C. Grayscale: #A9A9A9. Windows color (decimal): -424557 or 9668089. OLE color: 9668089.
HSL color Cylindrical-coordinate representation of color #F98593: hue angle of 352.76º 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 #F98593 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 147 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.02 |
| HSL | 352.76º | 0.91% | 0.75% | - |
| HSV(B) | 352.76º | 0.47% | 0.98% | - |
| XYZ | 52.72 | 39.02 | 32.36 | - |
| YUV | 169.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 147 | 0 | 0.47 | 0.41 | 0.02 | 352.76 | 0.91 | 0.75 |
| Hex | F9 | 85 | 93 | 0 | 2F | 29 | 2 | 161 | 5B | 4B |
| Octal | 371 | 205 | 223 | 0 | 57 | 51 | 2 | 541 | 133 | 113 |
| Binary | 11111001 | 10000101 | 10010011 | 0 | 101111 | 101001 | 10 | 101100001 | 1011011 | 1001011 |
Color Harmonies of #F98593
Complementary color
Monochromatic Colors of #F98593
Black with #F98593
Text Example
Text Example
White with #F98593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98593; }
p { color: rgb(249,133,147); }
H1.HeaderClassName
{
color: #F98593;
}
.AnyTagClassName
{
color: #F98593;
}
</style>
background-color css
<style>
a { background-color: #F98593; }
a { background-color: rgb(249,133,147); }
div.DivClassName
{
background-color: #F98593;
}
.BgClassName
{
background-color: #F98593;
}
</style>
border-color css
<style>
span { border-color: #F98593; }
span { border-color: rgb(249,133,147); }
td.TdClassName
{
border-color: #F98593;
}
.TagClassName
{
border-color: #F98593;
}
</style>