Shades of Wewak #F3869A
Tints of Wewak #F3869A
RGB
CMYK
RGB Variations
Color information
#F3869A (or 0xF3869A) is known color: Wewak. HEX triplet: F3, 86 and 9A. RGB value is (243,134,154). Sum of RGB (Red+Green+Blue) = 243+134+154=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3869A is #0C7965. Grayscale: #A8A8A8. Windows color (decimal): -817510 or 10127091. OLE color: 10127091.
HSL color Cylindrical-coordinate representation of color #F3869A: hue angle of 348.99º 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 #F3869A is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 154 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.05 |
| HSL | 348.99º | 0.82% | 0.74% | - |
| HSV(B) | 348.99º | 0.45% | 0.95% | - |
| XYZ | 51.32 | 38.44 | 35.29 | - |
| YUV | 168.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 154 | 0 | 0.45 | 0.37 | 0.05 | 348.99 | 0.82 | 0.74 |
| Hex | F3 | 86 | 9A | 0 | 2D | 25 | 5 | 15D | 52 | 4A |
| Octal | 363 | 206 | 232 | 0 | 55 | 45 | 5 | 535 | 122 | 112 |
| Binary | 11110011 | 10000110 | 10011010 | 0 | 101101 | 100101 | 101 | 101011101 | 1010010 | 1001010 |
Color Harmonies of #F3869A
Complementary color
Monochromatic Colors of #F3869A
Black with #F3869A
Text Example
Text Example
White with #F3869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3869A; }
p { color: rgb(243,134,154); }
H1.HeaderClassName
{
color: #F3869A;
}
.AnyTagClassName
{
color: #F3869A;
}
</style>
background-color css
<style>
a { background-color: #F3869A; }
a { background-color: rgb(243,134,154); }
div.DivClassName
{
background-color: #F3869A;
}
.BgClassName
{
background-color: #F3869A;
}
</style>
border-color css
<style>
span { border-color: #F3869A; }
span { border-color: rgb(243,134,154); }
td.TdClassName
{
border-color: #F3869A;
}
.TagClassName
{
border-color: #F3869A;
}
</style>