Shades of Wewak #F999A4
Tints of Wewak #F999A4
RGB
CMYK
RGB Variations
Color information
#F999A4 (or 0xF999A4) is known color: Wewak. HEX triplet: F9, 99 and A4. RGB value is (249,153,164). Sum of RGB (Red+Green+Blue) = 249+153+164=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F999A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F999A4 is #06665B. Grayscale: #B7B7B7. Windows color (decimal): -419420 or 10787321. OLE color: 10787321.
HSL color Cylindrical-coordinate representation of color #F999A4: hue angle of 353.12º 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 #F999A4 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 164 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.02 |
| HSL | 353.13º | 0.89% | 0.79% | - |
| HSV(B) | 353.13º | 0.39% | 0.98% | - |
| XYZ | 57.16 | 45.6 | 40.91 | - |
| YUV | 182.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 164 | 0 | 0.39 | 0.34 | 0.02 | 353.13 | 0.89 | 0.79 |
| Hex | F9 | 99 | A4 | 0 | 27 | 22 | 2 | 161 | 59 | 4F |
| Octal | 371 | 231 | 244 | 0 | 47 | 42 | 2 | 541 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10100100 | 0 | 100111 | 100010 | 10 | 101100001 | 1011001 | 1001111 |
Color Harmonies of #F999A4
Complementary color
Monochromatic Colors of #F999A4
Black with #F999A4
Text Example
Text Example
White with #F999A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999A4; }
p { color: rgb(249,153,164); }
H1.HeaderClassName
{
color: #F999A4;
}
.AnyTagClassName
{
color: #F999A4;
}
</style>
background-color css
<style>
a { background-color: #F999A4; }
a { background-color: rgb(249,153,164); }
div.DivClassName
{
background-color: #F999A4;
}
.BgClassName
{
background-color: #F999A4;
}
</style>
border-color css
<style>
span { border-color: #F999A4; }
span { border-color: rgb(249,153,164); }
td.TdClassName
{
border-color: #F999A4;
}
.TagClassName
{
border-color: #F999A4;
}
</style>