Shades of Wewak #F0929A
Tints of Wewak #F0929A
RGB
CMYK
RGB Variations
Color information
#F0929A (or 0xF0929A) is known color: Wewak. HEX triplet: F0, 92 and 9A. RGB value is (240,146,154). Sum of RGB (Red+Green+Blue) = 240+146+154=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0929A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0929A is #0F6D65. Grayscale: #AFAFAF. Windows color (decimal): -1011046 or 10130160. OLE color: 10130160.
HSL color Cylindrical-coordinate representation of color #F0929A: hue angle of 354.89º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0929A is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 154 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.06 |
| HSL | 354.89º | 0.76% | 0.76% | - |
| HSV(B) | 354.89º | 0.39% | 0.94% | - |
| XYZ | 52.05 | 41.42 | 35.82 | - |
| YUV | 175.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 154 | 0 | 0.39 | 0.36 | 0.06 | 354.89 | 0.76 | 0.76 |
| Hex | F0 | 92 | 9A | 0 | 27 | 24 | 6 | 163 | 4C | 4C |
| Octal | 360 | 222 | 232 | 0 | 47 | 44 | 6 | 543 | 114 | 114 |
| Binary | 11110000 | 10010010 | 10011010 | 0 | 100111 | 100100 | 110 | 101100011 | 1001100 | 1001100 |
Color Harmonies of #F0929A
Complementary color
Monochromatic Colors of #F0929A
Black with #F0929A
Text Example
Text Example
White with #F0929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0929A; }
p { color: rgb(240,146,154); }
H1.HeaderClassName
{
color: #F0929A;
}
.AnyTagClassName
{
color: #F0929A;
}
</style>
background-color css
<style>
a { background-color: #F0929A; }
a { background-color: rgb(240,146,154); }
div.DivClassName
{
background-color: #F0929A;
}
.BgClassName
{
background-color: #F0929A;
}
</style>
border-color css
<style>
span { border-color: #F0929A; }
span { border-color: rgb(240,146,154); }
td.TdClassName
{
border-color: #F0929A;
}
.TagClassName
{
border-color: #F0929A;
}
</style>