Shades of Wewak #F0919B
Tints of Wewak #F0919B
RGB
CMYK
RGB Variations
Color information
#F0919B (or 0xF0919B) is known color: Wewak. HEX triplet: F0, 91 and 9B. RGB value is (240,145,155). Sum of RGB (Red+Green+Blue) = 240+145+155=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0919B is #0F6E64. Grayscale: #AEAEAE. Windows color (decimal): -1011301 or 10195440. OLE color: 10195440.
HSL color Cylindrical-coordinate representation of color #F0919B: hue angle of 353.68º 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 #F0919B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 155 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.06 |
| HSL | 353.68º | 0.76% | 0.75% | - |
| HSV(B) | 353.68º | 0.4% | 0.94% | - |
| XYZ | 51.98 | 41.14 | 36.21 | - |
| YUV | 174.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 155 | 0 | 0.40 | 0.35 | 0.06 | 353.68 | 0.76 | 0.75 |
| Hex | F0 | 91 | 9B | 0 | 28 | 23 | 6 | 162 | 4C | 4B |
| Octal | 360 | 221 | 233 | 0 | 50 | 43 | 6 | 542 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10011011 | 0 | 101000 | 100011 | 110 | 101100010 | 1001100 | 1001011 |
Color Harmonies of #F0919B
Complementary color
Monochromatic Colors of #F0919B
Black with #F0919B
Text Example
Text Example
White with #F0919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0919B; }
p { color: rgb(240,145,155); }
H1.HeaderClassName
{
color: #F0919B;
}
.AnyTagClassName
{
color: #F0919B;
}
</style>
background-color css
<style>
a { background-color: #F0919B; }
a { background-color: rgb(240,145,155); }
div.DivClassName
{
background-color: #F0919B;
}
.BgClassName
{
background-color: #F0919B;
}
</style>
border-color css
<style>
span { border-color: #F0919B; }
span { border-color: rgb(240,145,155); }
td.TdClassName
{
border-color: #F0919B;
}
.TagClassName
{
border-color: #F0919B;
}
</style>