Shades of Wewak #F0919D
Tints of Wewak #F0919D
RGB
CMYK
RGB Variations
Color information
#F0919D (or 0xF0919D) is known color: Wewak. HEX triplet: F0, 91 and 9D. RGB value is (240,145,157). Sum of RGB (Red+Green+Blue) = 240+145+157=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0919D is #0F6E62. Grayscale: #AEAEAE. Windows color (decimal): -1011299 or 10326512. OLE color: 10326512.
HSL color Cylindrical-coordinate representation of color #F0919D: hue angle of 352.42º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0919D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 157 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.06 |
| HSL | 352.42º | 0.76% | 0.75% | - |
| HSV(B) | 352.42º | 0.4% | 0.94% | - |
| XYZ | 52.15 | 41.21 | 37.1 | - |
| YUV | 174.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 157 | 0 | 0.40 | 0.35 | 0.06 | 352.42 | 0.76 | 0.75 |
| Hex | F0 | 91 | 9D | 0 | 28 | 23 | 6 | 160 | 4C | 4B |
| Octal | 360 | 221 | 235 | 0 | 50 | 43 | 6 | 540 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10011101 | 0 | 101000 | 100011 | 110 | 101100000 | 1001100 | 1001011 |
Color Harmonies of #F0919D
Complementary color
Monochromatic Colors of #F0919D
Black with #F0919D
Text Example
Text Example
White with #F0919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0919D; }
p { color: rgb(240,145,157); }
H1.HeaderClassName
{
color: #F0919D;
}
.AnyTagClassName
{
color: #F0919D;
}
</style>
background-color css
<style>
a { background-color: #F0919D; }
a { background-color: rgb(240,145,157); }
div.DivClassName
{
background-color: #F0919D;
}
.BgClassName
{
background-color: #F0919D;
}
</style>
border-color css
<style>
span { border-color: #F0919D; }
span { border-color: rgb(240,145,157); }
td.TdClassName
{
border-color: #F0919D;
}
.TagClassName
{
border-color: #F0919D;
}
</style>