Shades of Wewak #F1878A
Tints of Wewak #F1878A
RGB
CMYK
RGB Variations
Color information
#F1878A (or 0xF1878A) is known color: Wewak. HEX triplet: F1, 87 and 8A. RGB value is (241,135,138). Sum of RGB (Red+Green+Blue) = 241+135+138=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1878A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1878A is #0E7875. Grayscale: #A7A7A7. Windows color (decimal): -948342 or 9078769. OLE color: 9078769.
HSL color Cylindrical-coordinate representation of color #F1878A: hue angle of 358.3º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1878A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 138 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.05 |
| HSL | 358.3º | 0.79% | 0.74% | - |
| HSV(B) | 358.3º | 0.44% | 0.95% | - |
| XYZ | 49.53 | 37.86 | 28.74 | - |
| YUV | 167.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 138 | 0 | 0.44 | 0.43 | 0.05 | 358.3 | 0.79 | 0.74 |
| Hex | F1 | 87 | 8A | 0 | 2C | 2B | 5 | 166 | 4F | 4A |
| Octal | 361 | 207 | 212 | 0 | 54 | 53 | 5 | 546 | 117 | 112 |
| Binary | 11110001 | 10000111 | 10001010 | 0 | 101100 | 101011 | 101 | 101100110 | 1001111 | 1001010 |
Color Harmonies of #F1878A
Complementary color
Monochromatic Colors of #F1878A
Black with #F1878A
Text Example
Text Example
White with #F1878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1878A; }
p { color: rgb(241,135,138); }
H1.HeaderClassName
{
color: #F1878A;
}
.AnyTagClassName
{
color: #F1878A;
}
</style>
background-color css
<style>
a { background-color: #F1878A; }
a { background-color: rgb(241,135,138); }
div.DivClassName
{
background-color: #F1878A;
}
.BgClassName
{
background-color: #F1878A;
}
</style>
border-color css
<style>
span { border-color: #F1878A; }
span { border-color: rgb(241,135,138); }
td.TdClassName
{
border-color: #F1878A;
}
.TagClassName
{
border-color: #F1878A;
}
</style>