Shades of Wewak #F98CA0
Tints of Wewak #F98CA0
RGB
CMYK
RGB Variations
Color information
#F98CA0 (or 0xF98CA0) is known color: Wewak. HEX triplet: F9, 8C and A0. RGB value is (249,140,160). Sum of RGB (Red+Green+Blue) = 249+140+160=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98CA0 is #06735F. Grayscale: #AEAEAE. Windows color (decimal): -422752 or 10521849. OLE color: 10521849.
HSL color Cylindrical-coordinate representation of color #F98CA0: hue angle of 348.99º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CA0 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 160 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.02 |
| HSL | 348.99º | 0.9% | 0.76% | - |
| HSV(B) | 348.99º | 0.44% | 0.98% | - |
| XYZ | 54.79 | 41.43 | 38.37 | - |
| YUV | 174.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 160 | 0 | 0.44 | 0.36 | 0.02 | 348.99 | 0.9 | 0.76 |
| Hex | F9 | 8C | A0 | 0 | 2C | 24 | 2 | 15D | 5A | 4C |
| Octal | 371 | 214 | 240 | 0 | 54 | 44 | 2 | 535 | 132 | 114 |
| Binary | 11111001 | 10001100 | 10100000 | 0 | 101100 | 100100 | 10 | 101011101 | 1011010 | 1001100 |
Color Harmonies of #F98CA0
Complementary color
Monochromatic Colors of #F98CA0
Black with #F98CA0
Text Example
Text Example
White with #F98CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CA0; }
p { color: rgb(249,140,160); }
H1.HeaderClassName
{
color: #F98CA0;
}
.AnyTagClassName
{
color: #F98CA0;
}
</style>
background-color css
<style>
a { background-color: #F98CA0; }
a { background-color: rgb(249,140,160); }
div.DivClassName
{
background-color: #F98CA0;
}
.BgClassName
{
background-color: #F98CA0;
}
</style>
border-color css
<style>
span { border-color: #F98CA0; }
span { border-color: rgb(249,140,160); }
td.TdClassName
{
border-color: #F98CA0;
}
.TagClassName
{
border-color: #F98CA0;
}
</style>