Shades of Wewak #F38490
Tints of Wewak #F38490
RGB
CMYK
RGB Variations
Color information
#F38490 (or 0xF38490) is known color: Wewak. HEX triplet: F3, 84 and 90. RGB value is (243,132,144). Sum of RGB (Red+Green+Blue) = 243+132+144=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F38490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38490 is #0C7B6F. Grayscale: #A6A6A6. Windows color (decimal): -818032 or 9471219. OLE color: 9471219.
HSL color Cylindrical-coordinate representation of color #F38490: hue angle of 353.51º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F38490 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 144 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.05 |
| HSL | 353.51º | 0.82% | 0.74% | - |
| HSV(B) | 353.51º | 0.46% | 0.95% | - |
| XYZ | 50.25 | 37.57 | 30.99 | - |
| YUV | 166.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 144 | 0 | 0.46 | 0.41 | 0.05 | 353.51 | 0.82 | 0.74 |
| Hex | F3 | 84 | 90 | 0 | 2E | 29 | 5 | 162 | 52 | 4A |
| Octal | 363 | 204 | 220 | 0 | 56 | 51 | 5 | 542 | 122 | 112 |
| Binary | 11110011 | 10000100 | 10010000 | 0 | 101110 | 101001 | 101 | 101100010 | 1010010 | 1001010 |
Color Harmonies of #F38490
Complementary color
Monochromatic Colors of #F38490
Black with #F38490
Text Example
Text Example
White with #F38490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38490; }
p { color: rgb(243,132,144); }
H1.HeaderClassName
{
color: #F38490;
}
.AnyTagClassName
{
color: #F38490;
}
</style>
background-color css
<style>
a { background-color: #F38490; }
a { background-color: rgb(243,132,144); }
div.DivClassName
{
background-color: #F38490;
}
.BgClassName
{
background-color: #F38490;
}
</style>
border-color css
<style>
span { border-color: #F38490; }
span { border-color: rgb(243,132,144); }
td.TdClassName
{
border-color: #F38490;
}
.TagClassName
{
border-color: #F38490;
}
</style>