Shades of Wewak #F99395
Tints of Wewak #F99395
RGB
CMYK
RGB Variations
Color information
#F99395 (or 0xF99395) is known color: Wewak. HEX triplet: F9, 93 and 95. RGB value is (249,147,149). Sum of RGB (Red+Green+Blue) = 249+147+149=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99395 is #066C6A. Grayscale: #B1B1B1. Windows color (decimal): -420971 or 9802745. OLE color: 9802745.
HSL color Cylindrical-coordinate representation of color #F99395: hue angle of 358.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99395 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 149 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.02 |
| HSL | 358.82º | 0.89% | 0.78% | - |
| HSV(B) | 358.82º | 0.41% | 0.98% | - |
| XYZ | 54.93 | 43.18 | 33.87 | - |
| YUV | 177.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 149 | 0 | 0.41 | 0.40 | 0.02 | 358.82 | 0.89 | 0.78 |
| Hex | F9 | 93 | 95 | 0 | 29 | 28 | 2 | 167 | 59 | 4E |
| Octal | 371 | 223 | 225 | 0 | 51 | 50 | 2 | 547 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10010101 | 0 | 101001 | 101000 | 10 | 101100111 | 1011001 | 1001110 |
Color Harmonies of #F99395
Complementary color
Monochromatic Colors of #F99395
Black with #F99395
Text Example
Text Example
White with #F99395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99395; }
p { color: rgb(249,147,149); }
H1.HeaderClassName
{
color: #F99395;
}
.AnyTagClassName
{
color: #F99395;
}
</style>
background-color css
<style>
a { background-color: #F99395; }
a { background-color: rgb(249,147,149); }
div.DivClassName
{
background-color: #F99395;
}
.BgClassName
{
background-color: #F99395;
}
</style>
border-color css
<style>
span { border-color: #F99395; }
span { border-color: rgb(249,147,149); }
td.TdClassName
{
border-color: #F99395;
}
.TagClassName
{
border-color: #F99395;
}
</style>