Shades of Wewak #F18A93
Tints of Wewak #F18A93
RGB
CMYK
RGB Variations
Color information
#F18A93 (or 0xF18A93) is known color: Wewak. HEX triplet: F1, 8A and 93. RGB value is (241,138,147). Sum of RGB (Red+Green+Blue) = 241+138+147=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A93 is #0E756C. Grayscale: #A9A9A9. Windows color (decimal): -947565 or 9669361. OLE color: 9669361.
HSL color Cylindrical-coordinate representation of color #F18A93: hue angle of 354.76º 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 #F18A93 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 147 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.05 |
| HSL | 354.76º | 0.79% | 0.74% | - |
| HSV(B) | 354.76º | 0.43% | 0.95% | - |
| XYZ | 50.63 | 38.98 | 32.46 | - |
| YUV | 169.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 147 | 0 | 0.43 | 0.39 | 0.05 | 354.76 | 0.79 | 0.74 |
| Hex | F1 | 8A | 93 | 0 | 2B | 27 | 5 | 163 | 4F | 4A |
| Octal | 361 | 212 | 223 | 0 | 53 | 47 | 5 | 543 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10010011 | 0 | 101011 | 100111 | 101 | 101100011 | 1001111 | 1001010 |
Color Harmonies of #F18A93
Complementary color
Monochromatic Colors of #F18A93
Black with #F18A93
Text Example
Text Example
White with #F18A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A93; }
p { color: rgb(241,138,147); }
H1.HeaderClassName
{
color: #F18A93;
}
.AnyTagClassName
{
color: #F18A93;
}
</style>
background-color css
<style>
a { background-color: #F18A93; }
a { background-color: rgb(241,138,147); }
div.DivClassName
{
background-color: #F18A93;
}
.BgClassName
{
background-color: #F18A93;
}
</style>
border-color css
<style>
span { border-color: #F18A93; }
span { border-color: rgb(241,138,147); }
td.TdClassName
{
border-color: #F18A93;
}
.TagClassName
{
border-color: #F18A93;
}
</style>