Shades of Wewak #F3A2A4
Tints of Wewak #F3A2A4
RGB
CMYK
RGB Variations
Color information
#F3A2A4 (or 0xF3A2A4) is known color: Wewak. HEX triplet: F3, A2 and A4. RGB value is (243,162,164). Sum of RGB (Red+Green+Blue) = 243+162+164=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A2A4 is #0C5D5B. Grayscale: #BABABA. Windows color (decimal): -810332 or 10789619. OLE color: 10789619.
HSL color Cylindrical-coordinate representation of color #F3A2A4: hue angle of 358.52º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A2A4 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 164 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.05 |
| HSL | 358.52º | 0.77% | 0.79% | - |
| HSV(B) | 358.52º | 0.33% | 0.95% | - |
| XYZ | 56.58 | 47.58 | 41.32 | - |
| YUV | 186.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 164 | 0 | 0.33 | 0.33 | 0.05 | 358.52 | 0.77 | 0.79 |
| Hex | F3 | A2 | A4 | 0 | 21 | 21 | 5 | 167 | 4D | 4F |
| Octal | 363 | 242 | 244 | 0 | 41 | 41 | 5 | 547 | 115 | 117 |
| Binary | 11110011 | 10100010 | 10100100 | 0 | 100001 | 100001 | 101 | 101100111 | 1001101 | 1001111 |
Color Harmonies of #F3A2A4
Complementary color
Monochromatic Colors of #F3A2A4
Black with #F3A2A4
Text Example
Text Example
White with #F3A2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A2A4; }
p { color: rgb(243,162,164); }
H1.HeaderClassName
{
color: #F3A2A4;
}
.AnyTagClassName
{
color: #F3A2A4;
}
</style>
background-color css
<style>
a { background-color: #F3A2A4; }
a { background-color: rgb(243,162,164); }
div.DivClassName
{
background-color: #F3A2A4;
}
.BgClassName
{
background-color: #F3A2A4;
}
</style>
border-color css
<style>
span { border-color: #F3A2A4; }
span { border-color: rgb(243,162,164); }
td.TdClassName
{
border-color: #F3A2A4;
}
.TagClassName
{
border-color: #F3A2A4;
}
</style>