Shades of Wewak #FF9199
Tints of Wewak #FF9199
RGB
CMYK
RGB Variations
Color information
#FF9199 (or 0xFF9199) is known color: Wewak. HEX triplet: FF, 91 and 99. RGB value is (255,145,153). Sum of RGB (Red+Green+Blue) = 255+145+153=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9199 is #006E66. Grayscale: #B2B2B2. Windows color (decimal): -28263 or 10064383. OLE color: 10064383.
HSL color Cylindrical-coordinate representation of color #FF9199: hue angle of 355.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF9199 is Cyan = 0, Magento = 0.43, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 153 | - |
| CMYK | 0 | 0.43 | 0.4 | 0 |
| HSL | 355.64º | 1% | 0.78% | - |
| HSV(B) | 355.64º | 0.43% | 1% | - |
| XYZ | 57.12 | 43.81 | 35.58 | - |
| YUV | 178.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 153 | 0 | 0.43 | 0.4 | 0 | 355.64 | 1 | 0.78 |
| Hex | FF | 91 | 99 | 0 | 2B | 28 | 0 | 164 | 64 | 4E |
| Octal | 377 | 221 | 231 | 0 | 53 | 50 | 0 | 544 | 144 | 116 |
| Binary | 11111111 | 10010001 | 10011001 | 0 | 101011 | 101000 | 0 | 101100100 | 1100100 | 1001110 |
Color Harmonies of #FF9199
Complementary color
Monochromatic Colors of #FF9199
Black with #FF9199
Text Example
Text Example
White with #FF9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9199; }
p { color: rgb(255,145,153); }
H1.HeaderClassName
{
color: #FF9199;
}
.AnyTagClassName
{
color: #FF9199;
}
</style>
background-color css
<style>
a { background-color: #FF9199; }
a { background-color: rgb(255,145,153); }
div.DivClassName
{
background-color: #FF9199;
}
.BgClassName
{
background-color: #FF9199;
}
</style>
border-color css
<style>
span { border-color: #FF9199; }
span { border-color: rgb(255,145,153); }
td.TdClassName
{
border-color: #FF9199;
}
.TagClassName
{
border-color: #FF9199;
}
</style>