Shades of Wewak #F38690
Tints of Wewak #F38690
RGB
CMYK
RGB Variations
Color information
#F38690 (or 0xF38690) is known color: Wewak. HEX triplet: F3, 86 and 90. RGB value is (243,134,144). Sum of RGB (Red+Green+Blue) = 243+134+144=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F38690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38690 is #0C796F. Grayscale: #A7A7A7. Windows color (decimal): -817520 or 9471731. OLE color: 9471731.
HSL color Cylindrical-coordinate representation of color #F38690: hue angle of 354.5º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F38690 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 144 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.05 |
| HSL | 354.5º | 0.82% | 0.74% | - |
| HSV(B) | 354.5º | 0.45% | 0.95% | - |
| XYZ | 50.52 | 38.12 | 31.08 | - |
| YUV | 167.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 144 | 0 | 0.45 | 0.41 | 0.05 | 354.5 | 0.82 | 0.74 |
| Hex | F3 | 86 | 90 | 0 | 2D | 29 | 5 | 162 | 52 | 4A |
| Octal | 363 | 206 | 220 | 0 | 55 | 51 | 5 | 542 | 122 | 112 |
| Binary | 11110011 | 10000110 | 10010000 | 0 | 101101 | 101001 | 101 | 101100010 | 1010010 | 1001010 |
Color Harmonies of #F38690
Complementary color
Monochromatic Colors of #F38690
Black with #F38690
Text Example
Text Example
White with #F38690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38690; }
p { color: rgb(243,134,144); }
H1.HeaderClassName
{
color: #F38690;
}
.AnyTagClassName
{
color: #F38690;
}
</style>
background-color css
<style>
a { background-color: #F38690; }
a { background-color: rgb(243,134,144); }
div.DivClassName
{
background-color: #F38690;
}
.BgClassName
{
background-color: #F38690;
}
</style>
border-color css
<style>
span { border-color: #F38690; }
span { border-color: rgb(243,134,144); }
td.TdClassName
{
border-color: #F38690;
}
.TagClassName
{
border-color: #F38690;
}
</style>