Shades of Wewak #F99FA4
Tints of Wewak #F99FA4
RGB
CMYK
RGB Variations
Color information
#F99FA4 (or 0xF99FA4) is known color: Wewak. HEX triplet: F9, 9F and A4. RGB value is (249,159,164). Sum of RGB (Red+Green+Blue) = 249+159+164=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99FA4 is #06605B. Grayscale: #BABABA. Windows color (decimal): -417884 or 10788857. OLE color: 10788857.
HSL color Cylindrical-coordinate representation of color #F99FA4: hue angle of 356.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FA4 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 164 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.02 |
| HSL | 356.67º | 0.88% | 0.8% | - |
| HSV(B) | 356.67º | 0.36% | 0.98% | - |
| XYZ | 58.17 | 47.62 | 41.25 | - |
| YUV | 186.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 164 | 0 | 0.36 | 0.34 | 0.02 | 356.67 | 0.88 | 0.8 |
| Hex | F9 | 9F | A4 | 0 | 24 | 22 | 2 | 165 | 58 | 50 |
| Octal | 371 | 237 | 244 | 0 | 44 | 42 | 2 | 545 | 130 | 120 |
| Binary | 11111001 | 10011111 | 10100100 | 0 | 100100 | 100010 | 10 | 101100101 | 1011000 | 1010000 |
Color Harmonies of #F99FA4
Complementary color
Monochromatic Colors of #F99FA4
Black with #F99FA4
Text Example
Text Example
White with #F99FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FA4; }
p { color: rgb(249,159,164); }
H1.HeaderClassName
{
color: #F99FA4;
}
.AnyTagClassName
{
color: #F99FA4;
}
</style>
background-color css
<style>
a { background-color: #F99FA4; }
a { background-color: rgb(249,159,164); }
div.DivClassName
{
background-color: #F99FA4;
}
.BgClassName
{
background-color: #F99FA4;
}
</style>
border-color css
<style>
span { border-color: #F99FA4; }
span { border-color: rgb(249,159,164); }
td.TdClassName
{
border-color: #F99FA4;
}
.TagClassName
{
border-color: #F99FA4;
}
</style>