Shades of Wewak #F1919A
Tints of Wewak #F1919A
RGB
CMYK
RGB Variations
Color information
#F1919A (or 0xF1919A) is known color: Wewak. HEX triplet: F1, 91 and 9A. RGB value is (241,145,154). Sum of RGB (Red+Green+Blue) = 241+145+154=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1919A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1919A is #0E6E65. Grayscale: #AEAEAE. Windows color (decimal): -945766 or 10129905. OLE color: 10129905.
HSL color Cylindrical-coordinate representation of color #F1919A: hue angle of 354.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1919A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 154 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.05 |
| HSL | 354.38º | 0.77% | 0.76% | - |
| HSV(B) | 354.38º | 0.4% | 0.95% | - |
| XYZ | 52.23 | 41.28 | 35.79 | - |
| YUV | 174.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 154 | 0 | 0.40 | 0.36 | 0.05 | 354.38 | 0.77 | 0.76 |
| Hex | F1 | 91 | 9A | 0 | 28 | 24 | 5 | 162 | 4D | 4C |
| Octal | 361 | 221 | 232 | 0 | 50 | 44 | 5 | 542 | 115 | 114 |
| Binary | 11110001 | 10010001 | 10011010 | 0 | 101000 | 100100 | 101 | 101100010 | 1001101 | 1001100 |
Color Harmonies of #F1919A
Complementary color
Monochromatic Colors of #F1919A
Black with #F1919A
Text Example
Text Example
White with #F1919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1919A; }
p { color: rgb(241,145,154); }
H1.HeaderClassName
{
color: #F1919A;
}
.AnyTagClassName
{
color: #F1919A;
}
</style>
background-color css
<style>
a { background-color: #F1919A; }
a { background-color: rgb(241,145,154); }
div.DivClassName
{
background-color: #F1919A;
}
.BgClassName
{
background-color: #F1919A;
}
</style>
border-color css
<style>
span { border-color: #F1919A; }
span { border-color: rgb(241,145,154); }
td.TdClassName
{
border-color: #F1919A;
}
.TagClassName
{
border-color: #F1919A;
}
</style>