Shades of Wewak #F0909A
Tints of Wewak #F0909A
RGB
CMYK
RGB Variations
Color information
#F0909A (or 0xF0909A) is known color: Wewak. HEX triplet: F0, 90 and 9A. RGB value is (240,144,154). Sum of RGB (Red+Green+Blue) = 240+144+154=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0909A is #0F6F65. Grayscale: #ADADAD. Windows color (decimal): -1011558 or 10129648. OLE color: 10129648.
HSL color Cylindrical-coordinate representation of color #F0909A: hue angle of 353.75º 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 #F0909A is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 154 | - |
| CMYK | 0 | 0.4 | 0.36 | 0.06 |
| HSL | 353.75º | 0.76% | 0.75% | - |
| HSV(B) | 353.75º | 0.4% | 0.94% | - |
| XYZ | 51.74 | 40.8 | 35.72 | - |
| YUV | 173.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 154 | 0 | 0.4 | 0.36 | 0.06 | 353.75 | 0.76 | 0.75 |
| Hex | F0 | 90 | 9A | 0 | 28 | 24 | 6 | 162 | 4C | 4B |
| Octal | 360 | 220 | 232 | 0 | 50 | 44 | 6 | 542 | 114 | 113 |
| Binary | 11110000 | 10010000 | 10011010 | 0 | 101000 | 100100 | 110 | 101100010 | 1001100 | 1001011 |
Color Harmonies of #F0909A
Complementary color
Monochromatic Colors of #F0909A
Black with #F0909A
Text Example
Text Example
White with #F0909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0909A; }
p { color: rgb(240,144,154); }
H1.HeaderClassName
{
color: #F0909A;
}
.AnyTagClassName
{
color: #F0909A;
}
</style>
background-color css
<style>
a { background-color: #F0909A; }
a { background-color: rgb(240,144,154); }
div.DivClassName
{
background-color: #F0909A;
}
.BgClassName
{
background-color: #F0909A;
}
</style>
border-color css
<style>
span { border-color: #F0909A; }
span { border-color: rgb(240,144,154); }
td.TdClassName
{
border-color: #F0909A;
}
.TagClassName
{
border-color: #F0909A;
}
</style>