Shades of Wewak #F18993
Tints of Wewak #F18993
RGB
CMYK
RGB Variations
Color information
#F18993 (or 0xF18993) is known color: Wewak. HEX triplet: F1, 89 and 93. RGB value is (241,137,147). Sum of RGB (Red+Green+Blue) = 241+137+147=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F18993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18993 is #0E766C. Grayscale: #A9A9A9. Windows color (decimal): -947821 or 9669105. OLE color: 9669105.
HSL color Cylindrical-coordinate representation of color #F18993: hue angle of 354.23º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18993 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 147 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.05 |
| HSL | 354.23º | 0.79% | 0.74% | - |
| HSV(B) | 354.23º | 0.43% | 0.95% | - |
| XYZ | 50.49 | 38.7 | 32.41 | - |
| YUV | 169.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 147 | 0 | 0.43 | 0.39 | 0.05 | 354.23 | 0.79 | 0.74 |
| Hex | F1 | 89 | 93 | 0 | 2B | 27 | 5 | 162 | 4F | 4A |
| Octal | 361 | 211 | 223 | 0 | 53 | 47 | 5 | 542 | 117 | 112 |
| Binary | 11110001 | 10001001 | 10010011 | 0 | 101011 | 100111 | 101 | 101100010 | 1001111 | 1001010 |
Color Harmonies of #F18993
Complementary color
Monochromatic Colors of #F18993
Black with #F18993
Text Example
Text Example
White with #F18993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18993; }
p { color: rgb(241,137,147); }
H1.HeaderClassName
{
color: #F18993;
}
.AnyTagClassName
{
color: #F18993;
}
</style>
background-color css
<style>
a { background-color: #F18993; }
a { background-color: rgb(241,137,147); }
div.DivClassName
{
background-color: #F18993;
}
.BgClassName
{
background-color: #F18993;
}
</style>
border-color css
<style>
span { border-color: #F18993; }
span { border-color: rgb(241,137,147); }
td.TdClassName
{
border-color: #F18993;
}
.TagClassName
{
border-color: #F18993;
}
</style>