Shades of Wewak #F999A1
Tints of Wewak #F999A1
RGB
CMYK
RGB Variations
Color information
#F999A1 (or 0xF999A1) is known color: Wewak. HEX triplet: F9, 99 and A1. RGB value is (249,153,161). Sum of RGB (Red+Green+Blue) = 249+153+161=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F999A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F999A1 is #06665E. Grayscale: #B6B6B6. Windows color (decimal): -419423 or 10590713. OLE color: 10590713.
HSL color Cylindrical-coordinate representation of color #F999A1: hue angle of 355º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999A1 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 161 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.02 |
| HSL | 355º | 0.89% | 0.79% | - |
| HSV(B) | 355º | 0.39% | 0.98% | - |
| XYZ | 56.89 | 45.5 | 39.5 | - |
| YUV | 182.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 161 | 0 | 0.39 | 0.35 | 0.02 | 355 | 0.89 | 0.79 |
| Hex | F9 | 99 | A1 | 0 | 27 | 23 | 2 | 163 | 59 | 4F |
| Octal | 371 | 231 | 241 | 0 | 47 | 43 | 2 | 543 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10100001 | 0 | 100111 | 100011 | 10 | 101100011 | 1011001 | 1001111 |
Color Harmonies of #F999A1
Complementary color
Monochromatic Colors of #F999A1
Black with #F999A1
Text Example
Text Example
White with #F999A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999A1; }
p { color: rgb(249,153,161); }
H1.HeaderClassName
{
color: #F999A1;
}
.AnyTagClassName
{
color: #F999A1;
}
</style>
background-color css
<style>
a { background-color: #F999A1; }
a { background-color: rgb(249,153,161); }
div.DivClassName
{
background-color: #F999A1;
}
.BgClassName
{
background-color: #F999A1;
}
</style>
border-color css
<style>
span { border-color: #F999A1; }
span { border-color: rgb(249,153,161); }
td.TdClassName
{
border-color: #F999A1;
}
.TagClassName
{
border-color: #F999A1;
}
</style>