Shades of Wewak #F38FA1
Tints of Wewak #F38FA1
RGB
CMYK
RGB Variations
Color information
#F38FA1 (or 0xF38FA1) is known color: Wewak. HEX triplet: F3, 8F and A1. RGB value is (243,143,161). Sum of RGB (Red+Green+Blue) = 243+143+161=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38FA1 is #0C705E. Grayscale: #AEAEAE. Windows color (decimal): -815199 or 10588147. OLE color: 10588147.
HSL color Cylindrical-coordinate representation of color #F38FA1: hue angle of 349.2º 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 #F38FA1 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 161 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.05 |
| HSL | 349.2º | 0.81% | 0.76% | - |
| HSV(B) | 349.2º | 0.41% | 0.95% | - |
| XYZ | 53.22 | 41.27 | 38.88 | - |
| YUV | 174.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 161 | 0 | 0.41 | 0.34 | 0.05 | 349.2 | 0.81 | 0.76 |
| Hex | F3 | 8F | A1 | 0 | 29 | 22 | 5 | 15D | 51 | 4C |
| Octal | 363 | 217 | 241 | 0 | 51 | 42 | 5 | 535 | 121 | 114 |
| Binary | 11110011 | 10001111 | 10100001 | 0 | 101001 | 100010 | 101 | 101011101 | 1010001 | 1001100 |
Color Harmonies of #F38FA1
Complementary color
Monochromatic Colors of #F38FA1
Black with #F38FA1
Text Example
Text Example
White with #F38FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FA1; }
p { color: rgb(243,143,161); }
H1.HeaderClassName
{
color: #F38FA1;
}
.AnyTagClassName
{
color: #F38FA1;
}
</style>
background-color css
<style>
a { background-color: #F38FA1; }
a { background-color: rgb(243,143,161); }
div.DivClassName
{
background-color: #F38FA1;
}
.BgClassName
{
background-color: #F38FA1;
}
</style>
border-color css
<style>
span { border-color: #F38FA1; }
span { border-color: rgb(243,143,161); }
td.TdClassName
{
border-color: #F38FA1;
}
.TagClassName
{
border-color: #F38FA1;
}
</style>