Shades of Wewak #F38FA0
Tints of Wewak #F38FA0
RGB
CMYK
RGB Variations
Color information
#F38FA0 (or 0xF38FA0) is known color: Wewak. HEX triplet: F3, 8F and A0. RGB value is (243,143,160). Sum of RGB (Red+Green+Blue) = 243+143+160=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38FA0 is #0C705F. Grayscale: #AEAEAE. Windows color (decimal): -815200 or 10522611. OLE color: 10522611.
HSL color Cylindrical-coordinate representation of color #F38FA0: hue angle of 349.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FA0 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 160 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.05 |
| HSL | 349.8º | 0.81% | 0.76% | - |
| HSV(B) | 349.8º | 0.41% | 0.95% | - |
| XYZ | 53.13 | 41.24 | 38.42 | - |
| YUV | 174.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 160 | 0 | 0.41 | 0.34 | 0.05 | 349.8 | 0.81 | 0.76 |
| Hex | F3 | 8F | A0 | 0 | 29 | 22 | 5 | 15E | 51 | 4C |
| Octal | 363 | 217 | 240 | 0 | 51 | 42 | 5 | 536 | 121 | 114 |
| Binary | 11110011 | 10001111 | 10100000 | 0 | 101001 | 100010 | 101 | 101011110 | 1010001 | 1001100 |
Color Harmonies of #F38FA0
Complementary color
Monochromatic Colors of #F38FA0
Black with #F38FA0
Text Example
Text Example
White with #F38FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FA0; }
p { color: rgb(243,143,160); }
H1.HeaderClassName
{
color: #F38FA0;
}
.AnyTagClassName
{
color: #F38FA0;
}
</style>
background-color css
<style>
a { background-color: #F38FA0; }
a { background-color: rgb(243,143,160); }
div.DivClassName
{
background-color: #F38FA0;
}
.BgClassName
{
background-color: #F38FA0;
}
</style>
border-color css
<style>
span { border-color: #F38FA0; }
span { border-color: rgb(243,143,160); }
td.TdClassName
{
border-color: #F38FA0;
}
.TagClassName
{
border-color: #F38FA0;
}
</style>