Shades of Wewak #F98B8F
Tints of Wewak #F98B8F
RGB
CMYK
RGB Variations
Color information
#F98B8F (or 0xF98B8F) is known color: Wewak. HEX triplet: F9, 8B and 8F. RGB value is (249,139,143). Sum of RGB (Red+Green+Blue) = 249+139+143=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98B8F is #067470. Grayscale: #ACACAC. Windows color (decimal): -423025 or 9407481. OLE color: 9407481.
HSL color Cylindrical-coordinate representation of color #F98B8F: hue angle of 357.82º 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 #F98B8F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 143 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.02 |
| HSL | 357.82º | 0.9% | 0.76% | - |
| HSV(B) | 357.82º | 0.44% | 0.98% | - |
| XYZ | 53.26 | 40.59 | 31.01 | - |
| YUV | 172.35 | 111.44 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 143 | 0 | 0.44 | 0.43 | 0.02 | 357.82 | 0.9 | 0.76 |
| Hex | F9 | 8B | 8F | 0 | 2C | 2B | 2 | 166 | 5A | 4C |
| Octal | 371 | 213 | 217 | 0 | 54 | 53 | 2 | 546 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10001111 | 0 | 101100 | 101011 | 10 | 101100110 | 1011010 | 1001100 |
Color Harmonies of #F98B8F
Complementary color
Monochromatic Colors of #F98B8F
Black with #F98B8F
Text Example
Text Example
White with #F98B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B8F; }
p { color: rgb(249,139,143); }
H1.HeaderClassName
{
color: #F98B8F;
}
.AnyTagClassName
{
color: #F98B8F;
}
</style>
background-color css
<style>
a { background-color: #F98B8F; }
a { background-color: rgb(249,139,143); }
div.DivClassName
{
background-color: #F98B8F;
}
.BgClassName
{
background-color: #F98B8F;
}
</style>
border-color css
<style>
span { border-color: #F98B8F; }
span { border-color: rgb(249,139,143); }
td.TdClassName
{
border-color: #F98B8F;
}
.TagClassName
{
border-color: #F98B8F;
}
</style>