Shades of Wewak #F99AA4
Tints of Wewak #F99AA4
RGB
CMYK
RGB Variations
Color information
#F99AA4 (or 0xF99AA4) is known color: Wewak. HEX triplet: F9, 9A and A4. RGB value is (249,154,164). Sum of RGB (Red+Green+Blue) = 249+154+164=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99AA4 is #06655B. Grayscale: #B7B7B7. Windows color (decimal): -419164 or 10787577. OLE color: 10787577.
HSL color Cylindrical-coordinate representation of color #F99AA4: hue angle of 353.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AA4 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 164 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.02 |
| HSL | 353.68º | 0.89% | 0.79% | - |
| HSV(B) | 353.68º | 0.38% | 0.98% | - |
| XYZ | 57.32 | 45.93 | 40.97 | - |
| YUV | 183.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 164 | 0 | 0.38 | 0.34 | 0.02 | 353.68 | 0.89 | 0.79 |
| Hex | F9 | 9A | A4 | 0 | 26 | 22 | 2 | 162 | 59 | 4F |
| Octal | 371 | 232 | 244 | 0 | 46 | 42 | 2 | 542 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10100100 | 0 | 100110 | 100010 | 10 | 101100010 | 1011001 | 1001111 |
Color Harmonies of #F99AA4
Complementary color
Monochromatic Colors of #F99AA4
Black with #F99AA4
Text Example
Text Example
White with #F99AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AA4; }
p { color: rgb(249,154,164); }
H1.HeaderClassName
{
color: #F99AA4;
}
.AnyTagClassName
{
color: #F99AA4;
}
</style>
background-color css
<style>
a { background-color: #F99AA4; }
a { background-color: rgb(249,154,164); }
div.DivClassName
{
background-color: #F99AA4;
}
.BgClassName
{
background-color: #F99AA4;
}
</style>
border-color css
<style>
span { border-color: #F99AA4; }
span { border-color: rgb(249,154,164); }
td.TdClassName
{
border-color: #F99AA4;
}
.TagClassName
{
border-color: #F99AA4;
}
</style>