Shades of Wewak #F18FA0
Tints of Wewak #F18FA0
RGB
CMYK
RGB Variations
Color information
#F18FA0 (or 0xF18FA0) is known color: Wewak. HEX triplet: F1, 8F and A0. RGB value is (241,143,160). Sum of RGB (Red+Green+Blue) = 241+143+160=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18FA0 is #0E705F. Grayscale: #AEAEAE. Windows color (decimal): -946272 or 10522609. OLE color: 10522609.
HSL color Cylindrical-coordinate representation of color #F18FA0: hue angle of 349.59º 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 #F18FA0 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 160 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.05 |
| HSL | 349.59º | 0.78% | 0.75% | - |
| HSV(B) | 349.59º | 0.41% | 0.95% | - |
| XYZ | 52.44 | 40.88 | 38.39 | - |
| YUV | 174.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 160 | 0 | 0.41 | 0.34 | 0.05 | 349.59 | 0.78 | 0.75 |
| Hex | F1 | 8F | A0 | 0 | 29 | 22 | 5 | 15E | 4E | 4B |
| Octal | 361 | 217 | 240 | 0 | 51 | 42 | 5 | 536 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10100000 | 0 | 101001 | 100010 | 101 | 101011110 | 1001110 | 1001011 |
Color Harmonies of #F18FA0
Complementary color
Monochromatic Colors of #F18FA0
Black with #F18FA0
Text Example
Text Example
White with #F18FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FA0; }
p { color: rgb(241,143,160); }
H1.HeaderClassName
{
color: #F18FA0;
}
.AnyTagClassName
{
color: #F18FA0;
}
</style>
background-color css
<style>
a { background-color: #F18FA0; }
a { background-color: rgb(241,143,160); }
div.DivClassName
{
background-color: #F18FA0;
}
.BgClassName
{
background-color: #F18FA0;
}
</style>
border-color css
<style>
span { border-color: #F18FA0; }
span { border-color: rgb(241,143,160); }
td.TdClassName
{
border-color: #F18FA0;
}
.TagClassName
{
border-color: #F18FA0;
}
</style>