Shades of Wewak #F18F90
Tints of Wewak #F18F90
RGB
CMYK
RGB Variations
Color information
#F18F90 (or 0xF18F90) is known color: Wewak. HEX triplet: F1, 8F and 90. RGB value is (241,143,144). Sum of RGB (Red+Green+Blue) = 241+143+144=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F90 is #0E706F. Grayscale: #ACACAC. Windows color (decimal): -946288 or 9474033. OLE color: 9474033.
HSL color Cylindrical-coordinate representation of color #F18F90: hue angle of 359.39º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18F90 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 144 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.05 |
| HSL | 359.39º | 0.78% | 0.75% | - |
| HSV(B) | 359.39º | 0.41% | 0.95% | - |
| XYZ | 51.13 | 40.36 | 31.48 | - |
| YUV | 172.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 144 | 0 | 0.41 | 0.40 | 0.05 | 359.39 | 0.78 | 0.75 |
| Hex | F1 | 8F | 90 | 0 | 29 | 28 | 5 | 167 | 4E | 4B |
| Octal | 361 | 217 | 220 | 0 | 51 | 50 | 5 | 547 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10010000 | 0 | 101001 | 101000 | 101 | 101100111 | 1001110 | 1001011 |
Color Harmonies of #F18F90
Complementary color
Monochromatic Colors of #F18F90
Black with #F18F90
Text Example
Text Example
White with #F18F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F90; }
p { color: rgb(241,143,144); }
H1.HeaderClassName
{
color: #F18F90;
}
.AnyTagClassName
{
color: #F18F90;
}
</style>
background-color css
<style>
a { background-color: #F18F90; }
a { background-color: rgb(241,143,144); }
div.DivClassName
{
background-color: #F18F90;
}
.BgClassName
{
background-color: #F18F90;
}
</style>
border-color css
<style>
span { border-color: #F18F90; }
span { border-color: rgb(241,143,144); }
td.TdClassName
{
border-color: #F18F90;
}
.TagClassName
{
border-color: #F18F90;
}
</style>