Shades of Wewak #F98A8F
Tints of Wewak #F98A8F
RGB
CMYK
RGB Variations
Color information
#F98A8F (or 0xF98A8F) is known color: Wewak. HEX triplet: F9, 8A and 8F. RGB value is (249,138,143). Sum of RGB (Red+Green+Blue) = 249+138+143=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A8F is #067570. Grayscale: #ABABAB. Windows color (decimal): -423281 or 9407225. OLE color: 9407225.
HSL color Cylindrical-coordinate representation of color #F98A8F: hue angle of 357.3º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98A8F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 143 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.02 |
| HSL | 357.3º | 0.9% | 0.76% | - |
| HSV(B) | 357.3º | 0.45% | 0.98% | - |
| XYZ | 53.11 | 40.3 | 30.97 | - |
| YUV | 171.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 143 | 0 | 0.45 | 0.43 | 0.02 | 357.3 | 0.9 | 0.76 |
| Hex | F9 | 8A | 8F | 0 | 2D | 2B | 2 | 165 | 5A | 4C |
| Octal | 371 | 212 | 217 | 0 | 55 | 53 | 2 | 545 | 132 | 114 |
| Binary | 11111001 | 10001010 | 10001111 | 0 | 101101 | 101011 | 10 | 101100101 | 1011010 | 1001100 |
Color Harmonies of #F98A8F
Complementary color
Monochromatic Colors of #F98A8F
Black with #F98A8F
Text Example
Text Example
White with #F98A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A8F; }
p { color: rgb(249,138,143); }
H1.HeaderClassName
{
color: #F98A8F;
}
.AnyTagClassName
{
color: #F98A8F;
}
</style>
background-color css
<style>
a { background-color: #F98A8F; }
a { background-color: rgb(249,138,143); }
div.DivClassName
{
background-color: #F98A8F;
}
.BgClassName
{
background-color: #F98A8F;
}
</style>
border-color css
<style>
span { border-color: #F98A8F; }
span { border-color: rgb(249,138,143); }
td.TdClassName
{
border-color: #F98A8F;
}
.TagClassName
{
border-color: #F98A8F;
}
</style>