Shades of Wewak #F38F9A
Tints of Wewak #F38F9A
RGB
CMYK
RGB Variations
Color information
#F38F9A (or 0xF38F9A) is known color: Wewak. HEX triplet: F3, 8F and 9A. RGB value is (243,143,154). Sum of RGB (Red+Green+Blue) = 243+143+154=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38F9A is #0C7065. Grayscale: #AEAEAE. Windows color (decimal): -815206 or 10129395. OLE color: 10129395.
HSL color Cylindrical-coordinate representation of color #F38F9A: hue angle of 353.4º 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 #F38F9A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 154 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.05 |
| HSL | 353.4º | 0.81% | 0.76% | - |
| HSV(B) | 353.4º | 0.41% | 0.95% | - |
| XYZ | 52.62 | 41.03 | 35.72 | - |
| YUV | 174.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 154 | 0 | 0.41 | 0.37 | 0.05 | 353.4 | 0.81 | 0.76 |
| Hex | F3 | 8F | 9A | 0 | 29 | 25 | 5 | 161 | 51 | 4C |
| Octal | 363 | 217 | 232 | 0 | 51 | 45 | 5 | 541 | 121 | 114 |
| Binary | 11110011 | 10001111 | 10011010 | 0 | 101001 | 100101 | 101 | 101100001 | 1010001 | 1001100 |
Color Harmonies of #F38F9A
Complementary color
Monochromatic Colors of #F38F9A
Black with #F38F9A
Text Example
Text Example
White with #F38F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38F9A; }
p { color: rgb(243,143,154); }
H1.HeaderClassName
{
color: #F38F9A;
}
.AnyTagClassName
{
color: #F38F9A;
}
</style>
background-color css
<style>
a { background-color: #F38F9A; }
a { background-color: rgb(243,143,154); }
div.DivClassName
{
background-color: #F38F9A;
}
.BgClassName
{
background-color: #F38F9A;
}
</style>
border-color css
<style>
span { border-color: #F38F9A; }
span { border-color: rgb(243,143,154); }
td.TdClassName
{
border-color: #F38F9A;
}
.TagClassName
{
border-color: #F38F9A;
}
</style>