Shades of Wewak #F1969C
Tints of Wewak #F1969C
RGB
CMYK
RGB Variations
Color information
#F1969C (or 0xF1969C) is known color: Wewak. HEX triplet: F1, 96 and 9C. RGB value is (241,150,156). Sum of RGB (Red+Green+Blue) = 241+150+156=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1969C is #0E6963. Grayscale: #B1B1B1. Windows color (decimal): -944484 or 10262257. OLE color: 10262257.
HSL color Cylindrical-coordinate representation of color #F1969C: hue angle of 356.04º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1969C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 156 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.05 |
| HSL | 356.04º | 0.76% | 0.77% | - |
| HSV(B) | 356.04º | 0.38% | 0.95% | - |
| XYZ | 53.18 | 42.91 | 36.93 | - |
| YUV | 177.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 156 | 0 | 0.38 | 0.35 | 0.05 | 356.04 | 0.76 | 0.77 |
| Hex | F1 | 96 | 9C | 0 | 26 | 23 | 5 | 164 | 4C | 4D |
| Octal | 361 | 226 | 234 | 0 | 46 | 43 | 5 | 544 | 114 | 115 |
| Binary | 11110001 | 10010110 | 10011100 | 0 | 100110 | 100011 | 101 | 101100100 | 1001100 | 1001101 |
Color Harmonies of #F1969C
Complementary color
Monochromatic Colors of #F1969C
Black with #F1969C
Text Example
Text Example
White with #F1969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1969C; }
p { color: rgb(241,150,156); }
H1.HeaderClassName
{
color: #F1969C;
}
.AnyTagClassName
{
color: #F1969C;
}
</style>
background-color css
<style>
a { background-color: #F1969C; }
a { background-color: rgb(241,150,156); }
div.DivClassName
{
background-color: #F1969C;
}
.BgClassName
{
background-color: #F1969C;
}
</style>
border-color css
<style>
span { border-color: #F1969C; }
span { border-color: rgb(241,150,156); }
td.TdClassName
{
border-color: #F1969C;
}
.TagClassName
{
border-color: #F1969C;
}
</style>