Shades of Wewak #F98F9B
Tints of Wewak #F98F9B
RGB
CMYK
RGB Variations
Color information
#F98F9B (or 0xF98F9B) is known color: Wewak. HEX triplet: F9, 8F and 9B. RGB value is (249,143,155). Sum of RGB (Red+Green+Blue) = 249+143+155=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98F9B is #067064. Grayscale: #B0B0B0. Windows color (decimal): -421989 or 10194937. OLE color: 10194937.
HSL color Cylindrical-coordinate representation of color #F98F9B: hue angle of 353.21º 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 #F98F9B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 155 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.02 |
| HSL | 353.21º | 0.9% | 0.77% | - |
| HSV(B) | 353.21º | 0.43% | 0.98% | - |
| XYZ | 54.81 | 42.15 | 36.26 | - |
| YUV | 176.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 155 | 0 | 0.43 | 0.38 | 0.02 | 353.21 | 0.9 | 0.77 |
| Hex | F9 | 8F | 9B | 0 | 2B | 26 | 2 | 161 | 5A | 4D |
| Octal | 371 | 217 | 233 | 0 | 53 | 46 | 2 | 541 | 132 | 115 |
| Binary | 11111001 | 10001111 | 10011011 | 0 | 101011 | 100110 | 10 | 101100001 | 1011010 | 1001101 |
Color Harmonies of #F98F9B
Complementary color
Monochromatic Colors of #F98F9B
Black with #F98F9B
Text Example
Text Example
White with #F98F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F9B; }
p { color: rgb(249,143,155); }
H1.HeaderClassName
{
color: #F98F9B;
}
.AnyTagClassName
{
color: #F98F9B;
}
</style>
background-color css
<style>
a { background-color: #F98F9B; }
a { background-color: rgb(249,143,155); }
div.DivClassName
{
background-color: #F98F9B;
}
.BgClassName
{
background-color: #F98F9B;
}
</style>
border-color css
<style>
span { border-color: #F98F9B; }
span { border-color: rgb(249,143,155); }
td.TdClassName
{
border-color: #F98F9B;
}
.TagClassName
{
border-color: #F98F9B;
}
</style>