Shades of Wewak #F99EA1
Tints of Wewak #F99EA1
RGB
CMYK
RGB Variations
Color information
#F99EA1 (or 0xF99EA1) is known color: Wewak. HEX triplet: F9, 9E and A1. RGB value is (249,158,161). Sum of RGB (Red+Green+Blue) = 249+158+161=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99EA1 is #06615E. Grayscale: #B9B9B9. Windows color (decimal): -418143 or 10591993. OLE color: 10591993.
HSL color Cylindrical-coordinate representation of color #F99EA1: hue angle of 358.02º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EA1 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 161 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.02 |
| HSL | 358.02º | 0.88% | 0.8% | - |
| HSV(B) | 358.02º | 0.37% | 0.98% | - |
| XYZ | 57.73 | 47.17 | 39.78 | - |
| YUV | 185.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 161 | 0 | 0.37 | 0.35 | 0.02 | 358.02 | 0.88 | 0.8 |
| Hex | F9 | 9E | A1 | 0 | 25 | 23 | 2 | 166 | 58 | 50 |
| Octal | 371 | 236 | 241 | 0 | 45 | 43 | 2 | 546 | 130 | 120 |
| Binary | 11111001 | 10011110 | 10100001 | 0 | 100101 | 100011 | 10 | 101100110 | 1011000 | 1010000 |
Color Harmonies of #F99EA1
Complementary color
Monochromatic Colors of #F99EA1
Black with #F99EA1
Text Example
Text Example
White with #F99EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EA1; }
p { color: rgb(249,158,161); }
H1.HeaderClassName
{
color: #F99EA1;
}
.AnyTagClassName
{
color: #F99EA1;
}
</style>
background-color css
<style>
a { background-color: #F99EA1; }
a { background-color: rgb(249,158,161); }
div.DivClassName
{
background-color: #F99EA1;
}
.BgClassName
{
background-color: #F99EA1;
}
</style>
border-color css
<style>
span { border-color: #F99EA1; }
span { border-color: rgb(249,158,161); }
td.TdClassName
{
border-color: #F99EA1;
}
.TagClassName
{
border-color: #F99EA1;
}
</style>