Shades of Wewak #F98F9C
Tints of Wewak #F98F9C
RGB
CMYK
RGB Variations
Color information
#F98F9C (or 0xF98F9C) is known color: Wewak. HEX triplet: F9, 8F and 9C. RGB value is (249,143,156). Sum of RGB (Red+Green+Blue) = 249+143+156=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98F9C is #067063. Grayscale: #B0B0B0. Windows color (decimal): -421988 or 10260473. OLE color: 10260473.
HSL color Cylindrical-coordinate representation of color #F98F9C: hue angle of 352.64º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98F9C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 156 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.02 |
| HSL | 352.64º | 0.9% | 0.77% | - |
| HSV(B) | 352.64º | 0.43% | 0.98% | - |
| XYZ | 54.89 | 42.18 | 36.7 | - |
| YUV | 176.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 156 | 0 | 0.43 | 0.37 | 0.02 | 352.64 | 0.9 | 0.77 |
| Hex | F9 | 8F | 9C | 0 | 2B | 25 | 2 | 161 | 5A | 4D |
| Octal | 371 | 217 | 234 | 0 | 53 | 45 | 2 | 541 | 132 | 115 |
| Binary | 11111001 | 10001111 | 10011100 | 0 | 101011 | 100101 | 10 | 101100001 | 1011010 | 1001101 |
Color Harmonies of #F98F9C
Complementary color
Monochromatic Colors of #F98F9C
Black with #F98F9C
Text Example
Text Example
White with #F98F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F9C; }
p { color: rgb(249,143,156); }
H1.HeaderClassName
{
color: #F98F9C;
}
.AnyTagClassName
{
color: #F98F9C;
}
</style>
background-color css
<style>
a { background-color: #F98F9C; }
a { background-color: rgb(249,143,156); }
div.DivClassName
{
background-color: #F98F9C;
}
.BgClassName
{
background-color: #F98F9C;
}
</style>
border-color css
<style>
span { border-color: #F98F9C; }
span { border-color: rgb(249,143,156); }
td.TdClassName
{
border-color: #F98F9C;
}
.TagClassName
{
border-color: #F98F9C;
}
</style>