Shades of Wewak #F38A90
Tints of Wewak #F38A90
RGB
CMYK
RGB Variations
Color information
#F38A90 (or 0xF38A90) is known color: Wewak. HEX triplet: F3, 8A and 90. RGB value is (243,138,144). Sum of RGB (Red+Green+Blue) = 243+138+144=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38A90 is #0C756F. Grayscale: #AAAAAA. Windows color (decimal): -816496 or 9472755. OLE color: 9472755.
HSL color Cylindrical-coordinate representation of color #F38A90: hue angle of 356.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38A90 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 144 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.05 |
| HSL | 356.57º | 0.81% | 0.75% | - |
| HSV(B) | 356.57º | 0.43% | 0.95% | - |
| XYZ | 51.08 | 39.25 | 31.27 | - |
| YUV | 170.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 144 | 0 | 0.43 | 0.41 | 0.05 | 356.57 | 0.81 | 0.75 |
| Hex | F3 | 8A | 90 | 0 | 2B | 29 | 5 | 165 | 51 | 4B |
| Octal | 363 | 212 | 220 | 0 | 53 | 51 | 5 | 545 | 121 | 113 |
| Binary | 11110011 | 10001010 | 10010000 | 0 | 101011 | 101001 | 101 | 101100101 | 1010001 | 1001011 |
Color Harmonies of #F38A90
Complementary color
Monochromatic Colors of #F38A90
Black with #F38A90
Text Example
Text Example
White with #F38A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A90; }
p { color: rgb(243,138,144); }
H1.HeaderClassName
{
color: #F38A90;
}
.AnyTagClassName
{
color: #F38A90;
}
</style>
background-color css
<style>
a { background-color: #F38A90; }
a { background-color: rgb(243,138,144); }
div.DivClassName
{
background-color: #F38A90;
}
.BgClassName
{
background-color: #F38A90;
}
</style>
border-color css
<style>
span { border-color: #F38A90; }
span { border-color: rgb(243,138,144); }
td.TdClassName
{
border-color: #F38A90;
}
.TagClassName
{
border-color: #F38A90;
}
</style>