Shades of Wewak #F09CA5
Tints of Wewak #F09CA5
RGB
CMYK
RGB Variations
Color information
#F09CA5 (or 0xF09CA5) is known color: Wewak. HEX triplet: F0, 9C and A5. RGB value is (240,156,165). Sum of RGB (Red+Green+Blue) = 240+156+165=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CA5 is #0F635A. Grayscale: #B6B6B6. Windows color (decimal): -1008475 or 10853616. OLE color: 10853616.
HSL color Cylindrical-coordinate representation of color #F09CA5: hue angle of 353.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CA5 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 165 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.06 |
| HSL | 353.57º | 0.74% | 0.78% | - |
| HSV(B) | 353.57º | 0.35% | 0.94% | - |
| XYZ | 54.62 | 45.02 | 41.41 | - |
| YUV | 182.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 165 | 0 | 0.35 | 0.31 | 0.06 | 353.57 | 0.74 | 0.78 |
| Hex | F0 | 9C | A5 | 0 | 23 | 1F | 6 | 162 | 4A | 4E |
| Octal | 360 | 234 | 245 | 0 | 43 | 37 | 6 | 542 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10100101 | 0 | 100011 | 11111 | 110 | 101100010 | 1001010 | 1001110 |
Color Harmonies of #F09CA5
Complementary color
Monochromatic Colors of #F09CA5
Black with #F09CA5
Text Example
Text Example
White with #F09CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CA5; }
p { color: rgb(240,156,165); }
H1.HeaderClassName
{
color: #F09CA5;
}
.AnyTagClassName
{
color: #F09CA5;
}
</style>
background-color css
<style>
a { background-color: #F09CA5; }
a { background-color: rgb(240,156,165); }
div.DivClassName
{
background-color: #F09CA5;
}
.BgClassName
{
background-color: #F09CA5;
}
</style>
border-color css
<style>
span { border-color: #F09CA5; }
span { border-color: rgb(240,156,165); }
td.TdClassName
{
border-color: #F09CA5;
}
.TagClassName
{
border-color: #F09CA5;
}
</style>